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

Support for read only source dirs #181

Merged
merged 3 commits into from
Jan 25, 2022
Merged

Support for read only source dirs #181

merged 3 commits into from
Jan 25, 2022

Conversation

mattiekat
Copy link
Contributor

@mattiekat mattiekat commented Jan 24, 2022

Should solve #179

This makes it so that Rust generation can skip adding the generated module headers, skip generating module files, and also adds some more build configuration.

Also threw in a little cleanup to some of the rust tools and updated to rust edition 2021.

Comment on lines -24 to +25
"workingDirectory": "..\\Laboratory\\Schemas"
"workingDirectory": "C:\\Users\\Matthew\\workspace\\Bebop\\Laboratory\\Schemas",
"commandLineArgs": "--check rpc.bop"
Copy link
Contributor

Choose a reason for hiding this comment

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

I suppose this change shouldn't be checked in (though I also see a bunch of similar C:\Users\Andrew in the lines above it).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Probably should just ignore the file

@mattiekat mattiekat merged commit a20288b into master Jan 25, 2022
@mattiekat mattiekat deleted the rust-readonly-src branch January 25, 2022 22:57
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.

None yet

2 participants