Skip to content

aml_tester: Add positional file arguments, in-order parsing and shared namespace #151

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

Merged
merged 1 commit into from
Apr 16, 2023

Conversation

rw-vanc
Copy link
Contributor

@rw-vanc rw-vanc commented Feb 10, 2023

  • --path DIR or positionals FILE... must be specified, but not both. Only one DIR is accepted at this time
  • namespace is shared between tables by default, --reset to have a fresh namespace for each table
  • files are processed in the order they are listed in the command line or directory, if an aml file and its asl source both appear in the list, the first occurrence will be taken as the intended sequence, repeated instances are ignored
  • if iasl is missing, it is only reported after checking if anything needs to be compiled

@IsaacWoods
Copy link
Member

Thanks - apologies this has sat for so long, all look like good changes. I think CI will need adjusting after this merges, so I'll do that straight into main.

@IsaacWoods IsaacWoods merged commit 0b3a35d into rust-osdev:main Apr 16, 2023
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.

2 participants