Skip to content

Bug: Module dependencies in Recipes don't change cwd #2824

@corvusrabus

Description

@corvusrabus

Problem

Example:
Assume a folder structure of
├── justfile
└── a
└── justfile

with a/justfile containing

hello:
  @pwd 

and a/justfile containing

mod a

hello: a::hello

Running just hello should print pwd/a but prints pwd

Solution

I can look at this in 2-3 weeks if no one else picks it up before.

References

#2672 #2252

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions