Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR focuses on correcting spelling/typos across developer documentation, tests, and user-facing strings, including one typo fix that renames a scan component class.
Changes:
- Fix typos in docs, docstrings, log/error messages, and comments across server, library, and client packages.
- Update multiple test names/usages to match corrected identifiers.
- Rename
InteractiveReadMontioredtoInteractiveReadMonitoredin scan server code and tests.
Reviewed changes
Copilot reviewed 30 out of 30 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/source/developer/scans/scan_structure.md | Fixes a typo in the scan step description (point_id). |
| bec_server/tests/tests_scan_server/test_scans.py | Updates imports and test naming to use InteractiveReadMonitored. |
| bec_server/tests/tests_scan_server/test_scan_stubs.py | Fixes a typo in a test docstring. |
| bec_server/tests/tests_scan_server/test_scan_server_queue.py | Fixes typos in test function names. |
| bec_server/bec_server/scan_server/scans.py | Fixes a comment typo and renames the interactive read component class. |
| bec_server/bec_server/scan_server/scan_stubs.py | Fixes a docstring typo (“Perform”). |
| bec_server/bec_server/scan_server/scan_queue.py | Fixes a docstring typo (“currently”). |
| bec_server/bec_server/procedures/manager.py | Fixes a comment typo (“detach”). |
| bec_server/bec_server/device_server/devices/devicemanager.py | Fixes typos in docstrings (“incorporates”, “successful”). |
| bec_server/bec_server/data_processing/image_analysis_service.py | Fixes a comment typo (“addressed”). |
| bec_lib/tests/test_messaging_service.py | Fixes a test function name typo (“attachment”). |
| bec_lib/tests/test_device_manager.py | Fixes a test input typo (“something”). |
| bec_lib/tests/test_dap_plugins.py | Fixes a test function name typo (“response”). |
| bec_lib/tests/test_alarm_handler.py | Updates expected string spelling (“occurred”). |
| bec_lib/bec_lib/request_items.py | Fixes a docstring typo (“RequestResponseMessage”). |
| bec_lib/bec_lib/redis_connector.py | Fixes a docstring typo (“list_endpoint”). |
| bec_lib/bec_lib/messages.py | Fixes typos in raised error messages (“dimension”). |
| bec_lib/bec_lib/macro_update_handler.py | Fixes typos in docstrings (“namespace”). |
| bec_lib/bec_lib/logger.py | Fixes a comment typo (“explicitly”). |
| bec_lib/bec_lib/endpoints.py | Fixes typos in docstrings (“responses”, “restarts”). |
| bec_lib/bec_lib/device.py | Fixes a docstring typo (“compute”). |
| bec_lib/bec_lib/dap_plugins.py | Fixes a docstring typo (“idempotent”). |
| bec_lib/bec_lib/dap_plugin_objects.py | Fixes a docstring typo (“continuously”). |
| bec_lib/bec_lib/client.py | Fixes a docstring typo (“namespace”). |
| bec_lib/bec_lib/callback_handler.py | Fixes a docstring typo (“executed”). |
| bec_lib/bec_lib/bec_service.py | Fixes comment typos (“explicitly”). |
| bec_lib/bec_lib/alarm_handler.py | Fixes user-facing string spelling (“occurred”). |
| bec_ipython_client/bec_ipython_client/signals.py | Fixes a printed message typo (“received”). |
| bec_ipython_client/bec_ipython_client/main.py | Fixes a comment typo (“explicitly”). |
| bec_ipython_client/bec_ipython_client/callbacks/live_table.py | Fixes a docstring typo (“progress”). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or 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
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.
No description provided.