-
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
v0.10.3 #486
Merged
Merged
v0.10.3 #486
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
…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
release
New release of the Kipper module.
fix
Fixes an issue or bug
labels
Jul 18, 2023
size-limit report 📦
|
1 task
* Update README.md Signed-off-by: Luna <luna.klatzer@gmail.com> * Updated and simplified PULL_REQUEST_TEMPLATE.md Signed-off-by: Luna <luna.klatzer@gmail.com> * Update PULL_REQUEST_TEMPLATE.md Signed-off-by: Luna <luna.klatzer@gmail.com> * Update README.md Signed-off-by: Luna <luna.klatzer@gmail.com> * Added missing space in `kipper` README.md Signed-off-by: Luna <luna.klatzer@gmail.com> * Restructured CLI and implemented standardised prettified errors * Removed suffix message from `KipperInternalError` * Updated CHANGELOG.md * Fixed accidentally renamed args property in `getFile` * Fixed invalid use of `getTarget` in analyse.ts * Renamed `getFile` to `getParseStream` * Updated CHANGELOG.md * Fixed `LogLevel` being too high in analyse.ts * Fixed error being thrown in analyse.ts The logger already handles the error, so the error must be caught and then ignored. * Prettified code * Updated analyse.test.ts to fit code changes * Updated analyse.test.ts to fit code changes * Updated CHANGELOG.md --------- Signed-off-by: Luna <luna.klatzer@gmail.com>
Luna-Klatzer
added
the
skip changelog
Do not include in the changelog when a new release is drafted
label
Aug 15, 2023
Luna-Klatzer
removed
bug
Bug or issue in the language or API
other
Other development related change or issue
fix
Fixes an issue or bug
labels
Jun 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
release
New release of the Kipper module.
skip changelog
Do not include in the changelog when a new release is drafted
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
New minor bug-fix version
0.10.3
, which fixes a bug in the CLI.Summary of Changes
-t
is shown as possible alias for--log-timestamp
flag incompile
CLI commmand #451.Does this PR create new warnings?
No.
Detailed Changelog
Not present for website/docs changes
Added
@kipper/cli
:input
, which contains all input-related handling functions and classes.output
, which contains the output-related handling functions and classes.prettifiedErrors
in@kipper/cli
, which applies standardised error formatting to any thrown error.Changed
KipperInternalError
, which does not have " - Report this bug to the developer using the traceback!" as a suffix anymore.getFile
togetParseStream
.Fixed
-t
shortcut flag was incorrectly shown for the commandhelp compile
. (#451)Linked issues or PRs
@kipper/cli
#489-t
flag was shown as possible alias for the flag--log-timestamp
in thecompile
command #479-t
is shown as possible alias for--log-timestamp
flag incompile
CLI commmand #451