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

Specify dependencies for MIB files #2373

Merged
merged 2 commits into from
Sep 27, 2020
Merged

Specify dependencies for MIB files #2373

merged 2 commits into from
Sep 27, 2020

Conversation

ferd
Copy link
Collaborator

@ferd ferd commented Sep 27, 2020

This is required for compile order to be maintained in a post-3.14 world.

Fixes #2372

This is required for compile order to be maintained in a post-3.14
world.
@ferd ferd marked this pull request as ready for review September 27, 2020 13:13
@ferd ferd requested a review from tsloughter September 27, 2020 13:14
@ferd
Copy link
Collaborator Author

ferd commented Sep 27, 2020

Added a test case, which fortunately can be minimal enough and load far less state because it just assumes that the whole compiler interface is tested elsewhere to make things work (which it is).

The test is minimal; the regex work can handle things like many modules per file and whatnot and those don't get checked here, but it should be good enough to prevent major regressions.

@ferd ferd merged commit f5d6f88 into erlang:master Sep 27, 2020
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

Successfully merging this pull request may close these issues.

3.14 rebar_compiler_dag breaks snmpc MIB compilation
2 participants