-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: full implementation of partial evaluator #798
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #798 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 86 86
Lines 13505 13516 +11
Branches 2861 2878 +17
=========================================
+ Hits 13505 13516 +11 ☔ View full report in Codecov by Sentry. |
## [0.5.0](v0.4.0...v0.5.0) (2023-11-25) ### Features * error if index of indexed access is invalid ([#796](#796)) ([5017759](5017759)), closes [#16](#16) * full implementation of partial evaluator ([#798](#798)) ([7643794](7643794)), closes [#603](#603) * settings to hide selected warnings/infos ([#795](#795)) ([ff7c23a](ff7c23a)), closes [#35](#35) ### Bug Fixes * handling of default values in entry point of call graph computation ([#797](#797)) ([a5db23c](a5db23c))
🎉 This PR is included in version 0.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closes #603
Summary of Changes
Fully port the partial evaluator from Xtext to Langium. The Langium implementation now has all the features of the previous version (and many more).