-
Notifications
You must be signed in to change notification settings - Fork 0
Dev #3
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
base: main
Are you sure you want to change the base?
Conversation
…ssion , xet, ipfs , benchmarks , bug fixes , peer , piece , executor , daemon , cli , config, and more
…ssion , xet, ipfs , benchmarks , bug fixes , peer , piece , executor , daemon , cli , config, and more
…h ci separation , adds fixes for bugs identified while testing , refactors tests , and more !
…h ci separation , adds fixes for bugs identified while testing , refactors tests , and more !
…h ci separation , adds fixes for bugs identified while testing , refactors tests , and more !
…h ci separation , compatibility tests, adds missing deps
* solves test failures , lint checks , ci docs build , main / dev branch ci separation , adds fixes for bugs identified while testing , refactors tests , and more ! * solves test failures , lint checks , ci docs build , main / dev branch ci separation , compatibility tests, adds missing deps
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is being reviewed by Cursor Bugbot
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| connect_to_peer: Establish connection to a peer | ||
| discover_peers: Discover peers via DHT or trackers | ||
| """ | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Python docstring accidentally pasted into markdown documentation
A Python module docstring (lines 281-294) appears to have been accidentally pasted into this markdown rules file. The content describes peer connection classes and functions with a closing """ quote, which doesn't belong in markdown documentation. This creates malformed documentation content.
| # 4. Empty values will use defaults | ||
| # 5. Environment variables take precedence over config file values | ||
| # 6. CLI arguments take precedence over environment variables | ||
| # 7. Use quotes for values containing spaces or special characters |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| read_ahead_kib = 128 | ||
| enable_io_uring = false | ||
| download_path = "" | ||
| download_dir = "C:\\Users\\MeMyself\\Downloads" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hardcoded Windows user path in configuration file
The download_dir setting contains a hardcoded Windows path "C:\\Users\\MeMyself\\Downloads" which appears to be a developer's local configuration accidentally committed. This path references a specific username and will not work for other users. The download_path field on line 120 is correctly empty, suggesting this was an unintended commit. This could cause confusion or errors for users who use this config as a reference.
| - name: Checkout main branch | ||
| run: | | ||
| git fetch origin main | ||
| git checkout main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Release workflow doesn't merge source branch into main
The workflow claims to be an "Automated release process from dev to main branch" but it only updates version numbers on main without actually merging content from the dev branch. After checking out the source branch to get the version, it fetches and checks out main, then only modifies version files. The actual code changes from dev are never merged into main, meaning the version bump occurs without the corresponding code changes. This workflow will produce releases with incorrect code.
Note
Modernizes project automation, documentation, and configuration while applying a Windows runtime fix.
dev, security onmain), and simplifies CI to lint/type-checkccbt.tomldefaults and a rich.envtemplate; extends internal development/performance/monitoring rulesWindowsSelectorEventLoopPolicyto avoid UDP issues; minor typing tweaks in__main__; version set to0.0.1Written by Cursor Bugbot for commit 5b36550. This will update automatically on new commits. Configure here.