Kipper-Lang / Kipper

The Kipper programming language for Browsers and Node.js 🦊✨ Made at HTL Leonding & JKU Linz
https://kipper-lang.org
GNU General Public License v3.0
26 stars 4 forks source link

v0.11.0-beta.0 #652

Closed Luna-Klatzer closed 2 months ago

Luna-Klatzer commented 2 months ago

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

Changed

Removed

Does this PR create new warnings?

None.

Linked issues or PRs

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 86.88525% with 16 lines in your changes missing coverage. Please review.

Project coverage is 84.29%. Comparing base (f14cf34) to head (7e5dea4).

Files Patch % Lines
...ore/src/compiler/analysis/analyser/type-checker.ts 60.00% 2 Missing and 2 partials :warning:
...expressions/lambda-expression/lambda-expression.ts 89.74% 4 Missing :warning:
kipper/core/src/compiler/ast/ast-generator.ts 82.35% 1 Missing and 2 partials :warning:
...nction-call-expression/function-call-expression.ts 83.33% 1 Missing and 1 partial :warning:
kipper/target-js/src/code-generator.ts 85.71% 2 Missing :warning:
kipper/cli/src/commands/run.ts 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ 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 ```

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