Skip to content

stop#5

Merged
lazarusA merged 2 commits into
mainfrom
la/stop
May 10, 2026
Merged

stop#5
lazarusA merged 2 commits into
mainfrom
la/stop

Conversation

@lazarusA
Copy link
Copy Markdown
Member

No description provided.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the README to document the stop_all!() and stop!(port) functions. The review feedback suggests improving the documentation's phrasing for clarity, exporting these functions from the module to enhance the user experience, adding test cases for the port-specific stop functionality, and ensuring the file ends with a newline character.

Comment thread README.md Outdated
Comment thread README.md
and close all ports

```julia
Browzarr.stop_all!()
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The functions 'stop!' and 'stop_all!' are documented here as part of the public API, but they are not currently exported by the 'Browzarr' module in 'src/Browzarr.jl'. To improve the user experience and maintain consistency with the 'browzarr' function, consider exporting them. This would allow users to call them directly after 'using Browzarr' without needing the module prefix.

Comment thread README.md Outdated
Comment thread README.md
or a specific port

```julia
Browzarr.stop!(3000)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While 'stop_all!()' is used in the test suite, there are currently no tests for stopping a specific port via 'stop!(port::Int)'. Consider adding a test case in 'test/runtests.jl' to verify this functionality.

Comment thread README.md Outdated
@lazarusA lazarusA merged commit 1eafa6c into main May 10, 2026
9 checks passed
@lazarusA lazarusA deleted the la/stop branch May 10, 2026 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant