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 #655

Closed Luna-Klatzer closed 2 months ago

Luna-Klatzer commented 2 months ago

What type of change does this PR perform?

Summary

New major development version 0.11.0, which includes many optimisations in the core language, rewrites the core AST node system and adds additional expressions and statements.

Detailed Changelog

Added

Changed

Fixed

Removed

Does this PR create new warnings?

None.

Linked issues or PRs

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 82.61456% with 258 lines in your changes missing coverage. Please review.

Project coverage is 84.29%. Comparing base (16cb772) to head (936ac59). Report is 5 commits behind head on main.

Files Patch % Lines
kipper/cli/src/commands/new.ts 80.00% 9 Missing and 3 partials :warning:
kipper/cli/src/decorators.ts 31.25% 11 Missing :warning:
...e/src/compiler/ast/nodes/expressions/expression.ts 65.62% 10 Missing and 1 partial :warning:
...ct-primary-expression/object-primary-expression.ts 37.50% 10 Missing :warning:
...mary-expression/object-property/object-property.ts 33.33% 10 Missing :warning:
kipper/cli/src/prompt-module.ts 40.00% 9 Missing :warning:
kipper/cli/src/commands/run.ts 52.94% 8 Missing :warning:
kipper/config/src/kipper-config-interpreter.ts 90.00% 2 Missing and 6 partials :warning:
kipper/config/src/tools.ts 42.85% 4 Missing and 4 partials :warning:
...ore/src/compiler/analysis/analyser/type-checker.ts 70.37% 4 Missing and 4 partials :warning:
... and 39 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #655 +/- ## ========================================== + Coverage 83.88% 84.29% +0.40% ========================================== Files 66 222 +156 Lines 2066 3915 +1849 Branches 252 435 +183 ========================================== + Hits 1733 3300 +1567 - Misses 217 489 +272 - Partials 116 126 +10 ```

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