Skip to content
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

Trait impl implementation phase III: Trait Impl #52

Merged
merged 46 commits into from
May 16, 2022
Merged

Conversation

ChAoSUnItY
Copy link
Member

@ChAoSUnItY ChAoSUnItY commented May 11, 2022

Related issues:

@ChAoSUnItY ChAoSUnItY added enhancement New feature or request language feature something new for casc language spec about casc's lang spec ;) compiler Relates to compiler itself labels May 11, 2022
@ChAoSUnItY ChAoSUnItY self-assigned this May 11, 2022
@codecov-commenter
Copy link

codecov-commenter commented May 11, 2022

Codecov Report

Merging #52 (da2036b) into master-dev (55766dc) will decrease coverage by 0.07%.
The diff coverage is 59.06%.

@@               Coverage Diff                @@
##             master-dev      #52      +/-   ##
================================================
- Coverage         59.68%   59.60%   -0.08%     
- Complexity          806      846      +40     
================================================
  Files                48       49       +1     
  Lines              3946     4092     +146     
  Branches           1074     1119      +45     
================================================
+ Hits               2355     2439      +84     
- Misses             1074     1127      +53     
- Partials            517      526       +9     
Impacted Files Coverage Δ
...in/kotlin/org/casc/lang/asm/BytecodeClassLoader.kt 80.00% <ø> (ø)
src/main/kotlin/org/casc/lang/ast/Expression.kt 63.57% <ø> (ø)
src/main/kotlin/org/casc/lang/ast/Statement.kt 91.42% <0.00%> (ø)
...tlin/org/casc/lang/compilation/GlobalPreference.kt 9.09% <ø> (ø)
src/main/kotlin/org/casc/lang/lexer/Lexer.kt 63.72% <0.00%> (ø)
src/main/kotlin/org/casc/lang/process.kt 0.00% <0.00%> (ø)
src/main/kotlin/org/casc/lang/table/HasFlag.kt 0.00% <ø> (ø)
src/main/kotlin/org/casc/lang/table/TypeUtil.kt 32.65% <0.00%> (-0.69%) ⬇️
src/main/kotlin/org/casc/lang/ast/Function.kt 80.48% <25.00%> (-1.10%) ⬇️
src/main/kotlin/org/casc/lang/checker/Checker.kt 42.29% <34.32%> (-0.41%) ⬇️
... and 34 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 55766dc...da2036b. Read the comment docs.

@ChAoSUnItY ChAoSUnItY added this to In progress in 0.0.2 Release May 11, 2022
@ChAoSUnItY ChAoSUnItY marked this pull request as ready for review May 16, 2022 01:45
@ChAoSUnItY ChAoSUnItY merged commit bc71993 into master-dev May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler Relates to compiler itself enhancement New feature or request language feature something new for casc language spec about casc's lang spec ;)
Projects
0.0.2 Release
In progress
Development

Successfully merging this pull request may close these issues.

None yet

2 participants