-
Notifications
You must be signed in to change notification settings - Fork 10
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
Remove all SIL-specific stuff #122
Conversation
Codecov Report
@@ Coverage Diff @@
## master #122 +/- ##
==========================================
- Coverage 15.29% 15.20% -0.09%
==========================================
Files 12 12
Lines 1419 1427 +8
==========================================
Hits 217 217
- Misses 1202 1210 +8
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
1fc9623
to
3de8354
Compare
It was only NOT defined for the unittest config.
Still need to confirm |
No idea how it's working in detail, but
|
@@ -6,8 +6,9 @@ module symmetry.imap.grammar; | |||
a PEG grammer. | |||
+/ | |||
|
|||
version (SIL) : | |||
import pegged.grammar; | |||
version (Have_pegged): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This unused module was previously enabled for the SIL plugin and sil-library
config. Not anymore - there's the with-grammar
config now instead (build tested by CI).
Its an alias to some symbol in mir IIRC. |
Moving it to SIL instead.