logo
import and recipes order · Issue #1787 · casey/just · GitHub

import and recipes order · Issue #1787 · casey/just · GitHub

The interaction between the import statement and the overriding of recipes doesn't seems intuitive to me, because imported recipes take the precedence over the ones in the importing file. I'd expect the other way around, in order to be a...