Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
pybricks
/
pybricksdev
Public
Notifications
You must be signed in to change notification settings
Fork
27
Star
74
Code
Issues
7
Pull requests
5
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Catch a syntax error when parsing an input file with the --stay-connected flag active
- #126
#126
Open
shaggysa
wants to merge 23 commits into
pybricks:master
pybricks/pybricksdev:master
from
shaggysa:feature/catch-syntax-error
shaggysa/pybricksdev:feature/catch-syntax-error
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Open
Catch a syntax error when parsing an input file with the --stay-connected flag active
#126
shaggysa
wants to merge 23 commits into
pybricks:master
pybricks/pybricksdev:master
from
shaggysa:feature/catch-syntax-error
shaggysa/pybricksdev:feature/catch-syntax-error
Copy head branch name to clipboard
Commits
Commits on Oct 31, 2025
cli/__init__.py: catch a syntax error when re-compiling the target file
shaggysa
committed
d1c1309
View commit details
Copy full SHA for d1c1309
Browse repository at this point
cli/__init__.py: slightly modify the error message warning
shaggysa
committed
8b5eb9c
View commit details
Copy full SHA for 8b5eb9c
Browse repository at this point
Commits on Nov 1, 2025
cli/__init__.py: refactor to allow the catching of syntax errors on the first download to the hub
shaggysa
committed
e95fc0e
View commit details
Copy full SHA for e95fc0e
Browse repository at this point
cli/__init__.py: clean up an if statement
shaggysa
committed
c3f3c20
View commit details
Copy full SHA for c3f3c20
Browse repository at this point
Commits on Nov 26, 2025
CHANGELOG.md: add an entry for the new changes to the run command
shaggysa
committed
709e6f1
View commit details
Copy full SHA for 709e6f1
Browse repository at this point
Commits on Nov 28, 2025
cli/__init__.py: avoid using newline escape characters
shaggysa
committed
aedee30
View commit details
Copy full SHA for aedee30
Browse repository at this point
cli/__init__.py: move stay_connected_menu to separate function
shaggysa
committed
7a1ca00
View commit details
Copy full SHA for 7a1ca00
Browse repository at this point
Commits on Nov 29, 2025
Merge branch 'master' into feature/catch-syntax-error
dlech
authored
4d72397
View commit details
Copy full SHA for 4d72397
Browse repository at this point
explicitly pass args to the stay-connected menu from the run function
shaggysa
committed
9f71013
View commit details
Copy full SHA for 9f71013
Browse repository at this point
Merge remote-tracking branch 'origin/feature/catch-syntax-error' into feature/catch-syntax-error
shaggysa
committed
972b4a7
View commit details
Copy full SHA for 972b4a7
Browse repository at this point
Merge branch 'pybricks:master' into feature/catch-syntax-error
shaggysa
authored
b31f93c
View commit details
Copy full SHA for b31f93c
Browse repository at this point
catch a CalledProcessError and decode stderr
shaggysa
committed
1e0e8bc
View commit details
Copy full SHA for 1e0e8bc
Browse repository at this point
Commits on Nov 30, 2025
fix typo in except block
shaggysa
committed
d7cd4bd
View commit details
Copy full SHA for d7cd4bd
Browse repository at this point
Commits on Dec 1, 2025
add a few unit tests related to stay_connected_menu
shaggysa
committed
681acee
View commit details
Copy full SHA for 681acee
Browse repository at this point
make the open() call in the "Change Target File" option explicitly specify utf-8 encoding
shaggysa
committed
ec917ab
View commit details
Copy full SHA for ec917ab
Browse repository at this point
fix leaking coroutines in test_stay_connected_menu_interruptions
Show description for 45fed26
shaggysa
committed
45fed26
View commit details
Copy full SHA for 45fed26
Browse repository at this point
Commits on Dec 4, 2025
add a test for the `Run Stored Program` option
Show description for 9577550
shaggysa
committed
9577550
View commit details
Copy full SHA for 9577550
Browse repository at this point
rearrange test order
shaggysa
committed
4e3f4b8
View commit details
Copy full SHA for 4e3f4b8
Browse repository at this point
Commits on Dec 17, 2025
tweak mpy-cross error message and control flow
shaggysa
committed
884adce
View commit details
Copy full SHA for 884adce
Browse repository at this point
create a syntax error organically in the unit test
shaggysa
committed
6c083d3
View commit details
Copy full SHA for 6c083d3
Browse repository at this point
remove unused subprocess import
shaggysa
committed
ff6799b
View commit details
Copy full SHA for ff6799b
Browse repository at this point
un-mock the stay-connected menu in the syntax error test
shaggysa
committed
11c7fdb
View commit details
Copy full SHA for 11c7fdb
Browse repository at this point
Commits on Mar 13, 2026
Merge branch 'pybricks:master' into feature/catch-syntax-error
shaggysa
authored
0f78db5
View commit details
Copy full SHA for 0f78db5
Browse repository at this point
You can’t perform that action at this time.