Update repository configuration and resolve master merge conflicts#272
Open
th3w1zard1 wants to merge 281 commits into
Open
Update repository configuration and resolve master merge conflicts#272th3w1zard1 wants to merge 281 commits into
th3w1zard1 wants to merge 281 commits into
Conversation
- Included additional extensions for enhanced Qt development support. - Added extensions for AI coding assistance and code syncing features. - Improved the overall functionality and user experience in the development environment.
…structure - Updated the 'swizzle' and 'deswizzle' methods to use clearer parameter formatting. - Enhanced documentation for both methods, providing detailed parameter descriptions. - Improved the organization of the 'swizzle_offset' and 'deswizzle_offset' functions for better readability. - Added type hints for variables to enhance code readability and maintainability. - Removed unnecessary comments and dead code to streamline the implementation. - Updated the 'TPCBinaryWriter' class to include clearer documentation on the file structure. - Improved the handling of dimensions and mipmap generation logic in the 'TPC' class. - Removed a large block of unused JavaScript code that was left in the repository.
- Removed several unused extensions from the list of recommended extensions. - Updated Python formatting and linting configurations, including line length adjustments. - Added new settings for 'ruff', 'black', and 'isort' to enhance code style consistency. - Modified 'pyright' settings for improved type checking and analysis. - Adjusted testing configurations to include new patterns for exclusions.
- This change cleans up the list of extensions by removing an unnecessary entry. - The removal may help in reducing clutter and improving clarity in the configuration.
This reverts commit f6a8f9b.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Resolved all merge conflicts by preferring bleeding-edge over master: - Kept deletions from bleeding-edge (modify/delete conflicts) - Used bleeding-edge version for all content conflicts (UU) - Used bleeding-edge version for add/add conflicts (AA) - Resolved file location conflicts in favor of bleeding-edge structure
Incorporated relevant commits from NickHugi/PyKotor:master: - Performance optimizations for Module Designer loading - Module designer performance/controls improvements - Error handling for 2da row limits - Updated .gitignore for utility updater script Resolved conflicts by: - Keeping .cursorrules (deleted in upstream) - Keeping deletions of scene.py and dlg.py from bleeding-edge - Merging performance improvements from upstream - Adding update.py to .gitignore
Remove leftover conflict markers that blocked Forward Commits to Bleeding-Edge from checking out the branch after master merges.
Collaborator
Author
|
@copilot resolve the merge conflicts in this pull request |
* docs(plans): add bleeding-edge gitmodules fix plan Record plan 020 for resolving merge conflict markers on bleeding-edge and mark plan 019 completed after PR #268 merge. * docs(plans): record post-merge verification for plan 019 Add verification table for PR #268 merge and pending PyPI regression run. * docs(plans): finalize pypi regression post-268 verification * docs(plans): record bleeding-edge gitmodules closeout verification Document R1-R4 evidence: fix f15e476 on origin/bleeding-edge, parse validation, and forward-commits re-run status.
Agent-Logs-Url: https://github.com/OpenKotOR/PyKotor/sessions/d80c584a-c16d-4b6c-8e9d-2f6a9dd199d8 Co-authored-by: th3w1zard1 <2219836+th3w1zard1@users.noreply.github.com>
Contributor
Contributor
There was a problem hiding this comment.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
Land Last CI check section and plan 056 verification table; add AGENTS defer rule when ci-status-only matches checkpoint.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Collaborator
Author
|
@copilot resolve the merge conflicts in this pull request |
Contributor
Copilot
AI
changed the title
Update README with test results and status badges
Update repository configuration and resolve master merge conflicts
May 28, 2026
| self.ignoring_updates = False | ||
|
|
||
|
|
||
| class DLGLinkSync(DLGLink): |
| return True | ||
|
|
||
|
|
||
| class CrashDialog(PythonQFileDialog): |
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.
Description
This PR updates repository configuration, contributor conventions, and development environment setup files, and also resolves the branch's merge conflicts against
masterby merging the latest base branch intobleeding-edge.These changes improve repository structure, contributor onboarding, and automation guidance while keeping the PR branch mergeable.
Type of Change
Package(s) Affected
Changes Made
.cursorrulesfile covering contributor and AI-agent workflow expectations..envto standardizePYTHONPATH,K1_PATH, andK2_PATH..cursor/worktrees.jsonfor OS-specific and generic worktree setup flows..github/CODEOWNERSto define ownership for repository areas and configuration..cursorignoreto better match repository structure..archivist/config.json.masterbranch intobleeding-edgeto resolve PR merge conflicts and restore branch mergeability.Testing
Test Results
Checklist
Related Issues
Screenshots (if applicable)
N/A
Additional Notes
The merge conflict resolution was completed by merging
origin/masterintobleeding-edgeand keeping the PR branch's intended conflicting changes where required.