-
Notifications
You must be signed in to change notification settings - Fork 5
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
#510
Merged
Conversation
This file contains 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
Signed-off-by: Luna <luna.klatzer@gmail.com> (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 <luna.klatzer@gmail.com>
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
added
bug
Bug or issue in the language or API
fix
Fixes an issue or bug
labels
Oct 21, 2023
Codecov ReportAttention:
📢 Thoughts on this report? Let us know!. |
size-limit report 📦
|
Luna-Klatzer
force-pushed
the
435-451-491-bug-fixes-sync-to-v0-11
branch
from
October 21, 2023 12:10
d2fe9e0
to
c9698c6
Compare
This was
linked to
issues
Oct 21, 2023
Closed
…ttifiedErrors()` Explanation here: #491 (comment)
Luna-Klatzer
force-pushed
the
435-451-491-bug-fixes-sync-to-v0-11
branch
from
October 21, 2023 13:23
67fd5d5
to
c269b73
Compare
Luna-Klatzer
force-pushed
the
435-451-491-bug-fixes-sync-to-v0-11
branch
from
October 21, 2023 13:25
c269b73
to
096f221
Compare
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.
What type of change does this PR perform?
Summary
Syncs the following bug fixes and adds them to the dev branch:
-t
is shown as possible alias for--log-timestamp
flag incompile
CLI commmand #451List 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
@kipper/cli
#489 (Fix for0.10.x
)-t
is shown as possible alias for--log-timestamp
flag incompile
CLI commmand #451-t
flag was shown as possible alias for the flag--log-timestamp
in thecompile
command #479 (Fix for0.10.x
)0.10.x
)