Skip to content

Importing many times the same justfile. #2436

@gl-yziquel

Description

@gl-yziquel

Hi.

I am writing some multiple just fragments to handle some aspects of my build systems. Some of them, say A.just and B.just depend on another, C.just. Essentially, I'd like to write import "A.just" and/or import "B.just". When I import only one of them, it works fine: A.just is importing C.just, or B.just is importing C.just. No conflict. When I import both of them, the tasks in C.just conflict as they are declared twice, once for each import.

Ideally, there should be some "caching" mechanism that would allow the C.just file to be detected to be the same, and thus imported only once. No ?

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