-
Notifications
You must be signed in to change notification settings - Fork 5
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
v0.11.0-beta.0 #652
Merged
Merged
v0.11.0-beta.0 #652
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…' into 572-feature-add-lambda-functions # Conflicts: # kipper/core/src/compiler/ast/nodes/expressions/lambda-expression/lambda-expression-semantics.ts # kipper/target-js/src/code-generator.ts
…ions Implemented Lambda Expressions
…and-1.x fix(deps): update dependency @oclif/command to v1.8.36 (dev-next)
…eckout-4.x chore(deps): update actions/checkout action to v4 (dev-next)
…script-eslint-monorepo chore(deps): update dependency @typescript-eslint/eslint-plugin to v7 (dev-next)
chore(deps): update dependency nyc to v17 (dev-next)
…-first-error-in-favor-of-no-recover-as-maintainence-for-the-flag-is-not-worth-it Removed deprecated flag `--abort-on-first-error`
Luna-Klatzer
added
release
New release of the Kipper module.
skip changelog
Do not include in the changelog when a new release is drafted
labels
Jul 9, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #652 +/- ##
==========================================
+ Coverage 83.66% 84.29% +0.62%
==========================================
Files 219 222 +3
Lines 3850 3915 +65
Branches 428 435 +7
==========================================
+ Hits 3221 3300 +79
- Misses 447 489 +42
+ Partials 182 126 -56 ☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
release
New release of the Kipper module.
skip changelog
Do not include in the changelog when a new release is drafted
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of change does this PR perform?
Summary
New development version
0.11.0-beta.0
, which adds support for generating lambdas and removes the deprecated CLI flag--abort-on-first-error
.Detailed Changelog
Added
LambdaExpressionSemantics
, which represents the semantics of a lambda expression.LambdaExpressionTypeSemantics
, which represents the type semantics of a lambda expression.Changed
FStringPrimaryExpressionSemantics.items
toatoms
.kipper/core/compiler/parser/parser-ast-mapping.ts
toparse-rule-kind-mappings.ts
.Removed
--abort-on-first-error
in favour of--no-recover
. (#501).Does this PR create new warnings?
None.
Linked issues or PRs
--abort-on-first-error
in favor of--no-recover
as maintainence for the flag is not worth it #501--abort-on-first-error
#651