-
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: this
expression
#1111
feat: this
expression
#1111
Conversation
Build still fails if langium:generate is not run prior.
🦙 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 #1111 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 108 109 +1
Lines 20816 20904 +88
Branches 4091 4099 +8
=========================================
+ Hits 20816 20904 +88 ☔ View full report in Codecov by Sentry. |
## [0.14.0](v0.13.0...v0.14.0) (2024-05-02) ### Features * `this` expression ([#1111](#1111)) ([c7bd0fa](c7bd0fa)), closes [#1107](#1107) [#1110](#1110) * allow literal types as upper bounds of type parameters ([#1102](#1102)) ([c14159b](c14159b)), closes [#1081](#1081) * Check truthiness of value ([#1131](#1131)) ([0b059a1](0b059a1)) * check usages of `@PythonName` and `@PythonCall` on overriding methods ([#1100](#1100)) ([3021166](3021166)) * partial code generation for multiple targets ([#1114](#1114)) ([5461a1b](5461a1b)), closes [#1079](#1079) * Stubs for `safe-ds` version 0.22.1 ([#1130](#1130)) ([6f7100d](6f7100d)) * various methods to work with strings ([#1112](#1112)) ([b6d4f16](b6d4f16)), closes [#1108](#1108) * visibility modifiers for any module member ([#1104](#1104)) ([3d43d38](3d43d38)), closes [#1083](#1083) ### Bug Fixes * also handle literal types when computing upper bound ([#1103](#1103)) ([3f1ab6f](3f1ab6f)), closes [#1081](#1081)
🎉 This PR is included in version 0.14.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closes #1107
Closes #1110
Summary of Changes
this
expression to access the current instance when specifying default values of parameters.