Closed Luna-Klatzer closed 1 year ago
Attention: 56 lines
in your changes are missing coverage. Please review.
Files | Coverage Δ | |
---|---|---|
kipper/cli/src/commands/analyse.ts | 100.00% <100.00%> (+8.69%) |
:arrow_up: |
kipper/cli/src/commands/help.ts | 83.33% <100.00%> (ø) |
|
kipper/cli/src/commands/version.ts | 75.00% <100.00%> (ø) |
|
kipper/cli/src/errors.ts | 54.54% <ø> (ø) |
|
kipper/cli/src/input/index.ts | 100.00% <100.00%> (ø) |
|
kipper/cli/src/logger.ts | 66.66% <ø> (ø) |
|
kipper/cli/src/output/compile.ts | 95.00% <100.00%> (ø) |
|
kipper/cli/src/output/index.ts | 100.00% <100.00%> (ø) |
|
kipper/core/src/compiler/index.ts | 100.00% <100.00%> (ø) |
|
...ore/src/compiler/parser/parse-rule-kind-mapping.ts | 100.00% <ø> (ø) |
|
... and 9 more |
:loudspeaker: Thoughts on this report? Let us know!.
Path | Size | Loading time (3g) | Running time (snapdragon) | Total time |
---|---|---|---|---|
./kipper/web/kipper-standalone.min.js | 135.78 KB (0%) | 2.8 s (0%) | 176 ms (+63.08% 🔺) | 2.9 s |
./kipper/web/kipper-standalone.js | 135.83 KB (0%) | 2.8 s (0%) | 185 ms (+24.84% 🔺) | 3 s |
What type of change does this PR perform?
Summary
Syncs the following bug fixes and adds them to the dev branch:
435
451
491
List of Changes
main
to fix issues for thedev-next
branch.Does this PR create new warnings?
No.
Detailed Changelog
Changed
0.10.3
, but was only added to the dev branch with the release of0.11.0-alpha.1
i.e.0.11.0-alpha.0
does not have this change).Fixed
-t
shortcut flag was incorrectly shown for the commandhelp compile
. (#451) (This is the same fix as in0.10.3
, but was only added to the dev branch with the release of0.11.0-alpha.1
i.e.0.11.0-alpha.0
still has this bug).0.10.4
, but with one additional edge-case covered. This fix was only added to the dev branch with the release of0.11.0-alpha.1
i.e.0.11.0-alpha.0
still has this bug).Linked issues or PRs
0.10.x
)0.10.x
)0.10.x
)