Feat: Remove indent dedent - #489
Merged
Merged
Conversation
JSAbrahams
had a problem deploying
to
development
August 24, 2026 14:44 — with
GitHub Actions
Failure
JSAbrahams
had a problem deploying
to
development
August 24, 2026 14:44 — with
GitHub Actions
Failure
JSAbrahams
force-pushed
the
feat-remove-indent-dedent
branch
from
August 24, 2026 15:04
3fbd7d4 to
fea0ec8
Compare
JSAbrahams
had a problem deploying
to
development
August 24, 2026 15:04 — with
GitHub Actions
Failure
JSAbrahams
had a problem deploying
to
development
August 24, 2026 15:04 — with
GitHub Actions
Failure
JSAbrahams
force-pushed
the
feat-remove-indent-dedent
branch
from
August 24, 2026 15:18
fea0ec8 to
7ae55b6
Compare
JSAbrahams
had a problem deploying
to
development
August 24, 2026 15:18 — with
GitHub Actions
Failure
JSAbrahams
had a problem deploying
to
development
August 24, 2026 15:18 — with
GitHub Actions
Failure
added 5 commits
August 25, 2026 10:17
Differentiate between entity, type, and fields/functions.
Now we have a separate trait and type - traits are like interfaces in Java and traits in Rust, they define how something should behave. - types are used for type refinement, either to simply rename something or actually add constraints on when something may be called something.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #489 +/- ##
===========================================
- Coverage 89.37% 88.91% -0.47%
===========================================
Files 104 104
Lines 14770 15028 +258
===========================================
+ Hits 13201 13362 +161
- Misses 1569 1666 +97
🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
A clean slate of sorts after not working on this project for some time.
Intent is that we can do smaller iterative changes after we stabilise again, which should hopefully be in a few commits.
Added Tests