Release/0.4.0 #3
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ignyte.link/cliasi!3
Loading…
Reference in a new issue
No description provided.
Delete branch "release/0.4.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
So far, rename override_messages_stay_in_one_line to messages_stay_in_one_line (breaking)
Other updates are
feature/left_middle_right_alignment will be merged later
Pull request overview
This pull request prepares the codebase for the 0.4.0 release by updating documentation and build configuration. The PR description mentions a breaking change renaming
override_messages_stay_in_one_linetomessages_stay_in_one_line, though the actual code changes for this appear to have been made in previous commits.Changes:
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
@ -8,2 +7,3 @@The main interface for :mod:`~cliasi.cliasi`.cliasi exports the :class:`~cliasi.Cliasi` instance :data:`~cliasi.cli`cliasi exports the :class:`~cliasi.cliasi.Cliasi` instance :data:`~cliasi.cli`Spelling error: "wether" should be "whether"
@ -55,11 +58,11 @@ If an exception is raised or a traceback is logged, it will be formatted using tThe line number in the traceback output should be updated to "line 6" to match the actual line number in the examples/exception_message.py file after the new import statements were added.
@ -1,2 +1,7 @@# cliasi needs to be imported to intercept exceptions# noinspection PyUnusedImports# ruff: noqa: F401import cliasiImport of 'cliasi' is not used.
Pull request overview
Copilot reviewed 32 out of 48 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
@ -4,3 +4,3 @@all: lint typecheck testcheck: lint format typecheck testhelp:The target name changed from 'all' to 'check', but this is not mentioned in the PR description. This could be a breaking change for CI/CD pipelines or developer workflows that rely on
make all.@ -55,11 +58,11 @@ If an exception is raised or a traceback is logged, it will be formatted using tThere's a malformed HTML/text in the example output. 'examplfont-weight: bold"e error' should be 'example error'. This appears to be a copy-paste or formatting error.
@ -1,2 +1,7 @@# cliasi needs to be imported to intercept exceptions# noinspection PyUnusedImports# ruff: noqa: F401import cliasiImport of 'cliasi' is not used.
The comment explaining the
-1adjustment is on a separate line after the return statement, making it unreachable code. Move the comment to the line above or as an inline comment on line 41.@ -87,3 +87,3 @@"default": ANIMATIONS_SYMBOLS,"download": [["🢓", "↧", "⭣", "⯯", "⤓", "⩡", "_", "_"]],"download": [["°", "↧", "⭣", "⯯", "⤓", "⩡", "_", "_"]],}Changed the first symbol in the download animation from '🢓' to '°'. While this is a visual change, consider whether '°' (degree symbol) is the intended symbol here, as it seems semantically different from the directional arrows that follow.
@ -87,3 +87,3 @@"default": ANIMATIONS_SYMBOLS,"download": [["🢓", "↧", "⭣", "⯯", "⤓", "⩡", "_", "_"]],"download": [["°", "↧", "⭣", "⯯", "⤓", "⩡", "_", "_"]],}The old character was buggy,