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

[modules][ocaml] implement module dependency #2669

Merged
merged 2 commits into from Mar 16, 2021

Conversation

gautierhattenberger
Copy link
Member

  • support depends, conflicts and provides nodes, all under a 'dep' node
  • autoload are kept for now and are not moved yet
  • modules are updated for new dep format
  • it is now required that module's name and filename are the same
  • order of loaded modules are respecting the dependency relations (in particular in the init sequence)

Other modules that may require dependencies will be update eventually later. The proposed modifications should be fully compatible with current airframe files.

@gautierhattenberger gautierhattenberger added Build system Module New Feature To draft up an idea for a new feature in issue que labels Feb 28, 2021
- support depends, conflicts and provides nodes, all under a 'dep' node
- autoload are kept for now and are not moved yet
- modules are updated for new dep format
- it is now required that module's name and filename are the same
Fabien-B
Fabien-B previously approved these changes Mar 16, 2021
Copy link
Contributor

@Fabien-B Fabien-B left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested, it works !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build system Module New Feature To draft up an idea for a new feature in issue que
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants