usethesource / rascal

The implementation of the Rascal meta-programming language (including interpreter, type checker, parser generator, compiler and JVM based run-time system)
http://www.rascal-mpl.org
Other
407 stars 77 forks source link

Renamed 'symbol' field in skipped production to 'def' #2078

Closed PieterOlivier closed 1 week ago

PieterOlivier commented 1 week ago

By aligning this field with the other alternatives of Production, code can be written more generic.

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 49%. Comparing base (79be4a0) to head (e523ce2). Report is 2 commits behind head on feat/error-recovery.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## feat/error-recovery #2078 +/- ## ===================================================== - Coverage 49% 49% -1% + Complexity 6610 6604 -6 ===================================================== Files 685 685 Lines 61145 61145 Branches 8850 8850 ===================================================== - Hits 30253 30243 -10 - Misses 28691 28701 +10 Partials 2201 2201 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.