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.12.0-alpha.1 #682

Closed Luna-Klatzer closed 1 month ago

Luna-Klatzer commented 1 month ago

What type of change does this PR perform?

Summary

New development release 0.12.0-alpha.1, which adds various new features, such as dot-notation syntax, support for basic classes, support for index-based arrays, as well as internal type structures required for future updates.

Detailed Changelog

Not present for website/docs changes

Added

Changed

Fixed

Removed

Does this PR create new warnings?

None.

Linked issues or PRs

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 75.09728% with 128 lines in your changes missing coverage. Please review.

Project coverage is 84.02%. Comparing base (ebe956a) to head (d138f5e).

Files Patch % Lines
...re/src/compiler/semantics/analyser/type-checker.ts 63.04% 10 Missing and 7 partials :warning:
kipper/target-js/src/code-generator.ts 71.92% 13 Missing and 3 partials :warning:
...re/src/compiler/semantics/types/base/union-type.ts 28.57% 14 Missing and 1 partial :warning:
kipper/cli/src/decorators.ts 0.00% 9 Missing :warning:
...core/src/compiler/semantics/types/built-in/func.ts 72.72% 9 Missing :warning:
kipper/target-ts/src/code-generator.ts 72.72% 8 Missing and 1 partial :warning:
...ass-method-declaration/class-method-declaration.ts 79.48% 6 Missing and 2 partials :warning:
...uctor-declaration/class-constructor-declaration.ts 80.00% 7 Missing :warning:
.../core/src/compiler/semantics/types/built-in/any.ts 30.00% 6 Missing and 1 partial :warning:
...property-declaration/class-property-declaration.ts 77.77% 5 Missing and 1 partial :warning:
... and 12 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #682 +/- ## ========================================== + Coverage 83.15% 84.02% +0.87% ========================================== Files 265 272 +7 Lines 4463 4619 +156 Branches 485 511 +26 ========================================== + Hits 3711 3881 +170 + Misses 602 591 -11 + Partials 150 147 -3 ```

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