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

Sync bug fixes for issues #435, #451 & #491 to v0.11 #509

Conversation

Luna-Klatzer
Copy link
Member

@Luna-Klatzer Luna-Klatzer commented Oct 21, 2023

What type of change does this PR perform?

  • Maintenance (Non-breaking change that updates dependencies)
  • Info or documentation change (Non-breaking change that updates repo info files (e.g. README.md, CONTRIBUTING.md, etc.) or online documentation)
  • Website feature update or docs development changes (Change that changes the design or functionality of the websites or docs)
  • Development or internal changes (These changes do not add new features or fix bugs, but update the code in other ways)
  • Bug fix (Non-breaking change which fixes an issue)
  • New feature (Non-breaking change which adds functionality)
  • Breaking change (Major bug fix or feature that would cause existing functionality not to work as expected.)
  • Requires a documentation update, as it changes language or compiler behaviour

Summary

Syncs the following bug fixes and adds them to the dev branch:

List of Changes

  • Synced development changes from main to fix issues for the dev-next branch.

Does this PR create new warnings?

No.

Detailed Changelog

Fixed

  • CLI error handling bug as described in #491. This includes multiple bugs where errors were reported as "Unexpected CLI Error". (This is the same fix as in 0.10.4, but was only added to the dev branch with the release of 0.11.0-alpha.1 i.e. 0.11.0-alpha.0 still has this bug).

Linked issues or PRs

Luna-Klatzer and others added 30 commits May 8, 2023 18:17
Signed-off-by: Luna <[email protected]>
(cherry picked from commit b51f3d7)
…r-redeclaration-of-variable-0.10.0

Fixed bug of internal error being thrown after a redeclaration of a variable
Fixed typo in the URL in line 34

Signed-off-by: Luna <[email protected]>
The bug was caused due to an invalid usage of `tokenSrc`, where actually using `srcLine` makes more sense.
…nderline-in-error-traceback-0.10.0

Fixed bug of invalid underline indent in error traceback
This is due to an unexpected issue of the newer versions having a version conflict and the @kipper/cli package not having moved to v2 of oclif yet.
…possible-alias-for-log-timestamp-flag-in-compile-cli-commmand

Fixed bug where the `-t` flag was shown as possible alias for the flag `--log-timestamp` in the `compile` command
@Luna-Klatzer Luna-Klatzer added bug Bug or issue in the language or API fix Fixes an issue or bug labels Oct 21, 2023
@Luna-Klatzer Luna-Klatzer added this to the v0.11.0 milestone Oct 21, 2023
@Luna-Klatzer Luna-Klatzer self-assigned this Oct 21, 2023
…nexpected-cli-error-despite-expected-failure-dev-next

Signed-off-by: Luna <[email protected]>
@Luna-Klatzer Luna-Klatzer changed the title Fixed bug of regular errors being reported as unexpected cli error despite expected failure Main branch bug fix sync for dev-branch for v0.11 Oct 21, 2023
@codecov
Copy link

codecov bot commented Oct 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!.

@github-actions
Copy link
Contributor

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
./kipper/web/kipper-standalone.min.js 135.78 KB (0%) 2.8 s (0%) 328 ms (+18.07% 🔺) 3.1 s
./kipper/web/kipper-standalone.js 135.83 KB (0%) 2.8 s (0%) 354 ms (+5.39% 🔺) 3.1 s

@Luna-Klatzer Luna-Klatzer changed the title Main branch bug fix sync for dev-branch for v0.11 Sync bug fixes for issues #435, #451 & #491 for dev-branch for v0.11 Oct 21, 2023
@Luna-Klatzer Luna-Klatzer changed the title Sync bug fixes for issues #435, #451 & #491 for dev-branch for v0.11 Sync bug fixes for issues #435, #451 & #491 to v0.11 Oct 21, 2023
@Luna-Klatzer Luna-Klatzer deleted the 491-bug-regular-errors-are-reported-as-unexpected-cli-error-despite-expected-failure-dev-next branch October 21, 2023 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug or issue in the language or API fix Fixes an issue or bug
Projects
Development

Successfully merging this pull request may close these issues.

1 participant