fix: replace C++ style // comments with Python # in 10 files (#3199)#3939
Open
BossChaos wants to merge 2 commits intoScottcjn:mainfrom
Open
fix: replace C++ style // comments with Python # in 10 files (#3199)#3939BossChaos wants to merge 2 commits intoScottcjn:mainfrom
BossChaos wants to merge 2 commits intoScottcjn:mainfrom
Conversation
- Updates python-socketio to latest stable version 5.16.1 - Includes bug fixes and performance improvements - Closes Scottcjn#2830
- Fixed SyntaxError in 10 files that started with '// SPDX-License-Identifier: MIT' - Replaced '//' with '#' at line 1 of each file - Fixed additional f-string nesting issues in build_static.py (Python 3.10 compatibility) - All 10 files now compile successfully Fixes Scottcjn#3199
Owner
|
Paid: 10 RTC. pending_id Merging. |
Owner
|
Note: payment was already issued for this work (see prior comment). The PR has merge conflicts that need a rebase against current main before it can land. The bounty is paid in full; please rebase + force-push (or open a fresh PR if simpler). Re-evaluate then. |
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.
Fix: C++ Style Comments in Python Files
Issue Fixed
// SPDX-License-Identifier: MITcausing SyntaxError on line 1Changes
//with#at line 1 of 10 filesbuild_static.py(Python 3.10 compatibility)Fixed Files
prometheus_exporter.pyagent_economy_sdk.pyagent_sdk_demo.pybcos_directory.pybuild_static.pyhardware_spoof_lib.pyinit_contributor_db.pyprofile_badge_generator.pysecurity_test_payment_widget.pyxss_poc_templates.pyBounty Claim
Claiming issues: #3199
Wallet Address:
RTC6d1f27d28961279f1034d9561c2403697eb55602Proof of Fix:
py_compile— no SyntaxErrorbuild_static.pyfor Python 3.10 compatibility