Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing or (if it's there) improve module information in documentation #2277

Closed
Thermatix opened this issue Jul 26, 2024 · 1 comment
Closed

Comments

@Thermatix
Copy link

Thermatix commented Jul 26, 2024

I'm trying to figure things out and I'm struggling to find the following information

  • How to refer to module tasks from other modules (for task dependencies)
  • How to refer to tasks in the parent file (I.e. super::task_name)
  • sub-module settings
  • Variables defined in other files or in parent (or via import statements)
    There was a few other's but I can't recall now.

Some of the things are mentioned in Modules stabilization tracking issue #929, some of them are mentioned at the top but with no actual "This is how you do this" under each item (nor I can't find it within the thread itself).

Also for the top two I did find this: Dependency from a parent/child justfile

P.s.

I get syntax errors when I try something like task: super::task

@casey
Copy link
Owner

casey commented Jul 28, 2024

Modules are definitely incomplete at the moment. See #2252, and feel free to comment there or open individual issues if something is missing.

@casey casey closed this as completed Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants