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

Use features to describe LLVM wrapper instead of branch #16

Merged
merged 3 commits into from
May 19, 2022

Conversation

PrestonHager
Copy link
Contributor

After reading the information on the inkwell README, we should be using features instead of branch names. Branch naming is sometimes chaotic and unreliable. Instead, use features and list the version of llvm you are using. There is a table under inkwell's Usage. The general scheme though is "llvm[major]-[minor]" and doesn't include patches.

@PrestonHager
Copy link
Contributor Author

Second commit changes grammar structure to allow the first (and only) term to be wrapped in parentheses. There is still a bug of not allowing negative numbers as the first number. See bug report #17

@PrestonHager PrestonHager mentioned this pull request May 9, 2022
@ehsanmok
Copy link
Owner

ehsanmok commented May 9, 2022

Thanks for the fixes! The changes look good. Please fix the style-check with cargo fmt.

@ehsanmok ehsanmok merged commit 52b0826 into ehsanmok:master May 19, 2022
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