Skip to content

Beta editor: GDevelop 5.6.277 + feature/breakpoints - #6

Merged
malec-palec merged 3 commits into
release/beta-editorfrom
release/beta-editor-5.6.277
Aug 7, 2026
Merged

Beta editor: GDevelop 5.6.277 + feature/breakpoints#6
malec-palec merged 3 commits into
release/beta-editorfrom
release/beta-editor-5.6.277

Conversation

@malec-palec

Copy link
Copy Markdown
Collaborator

Summary

  • Resets release/beta-editor content to upstream release v5.6.277.
  • Re-applies the feature/breakpoints branch on top.
  • Preserves the fork-only protected paths from release/beta-editor: .github/workflows/build-editor.yml and .cursor/skills/release-beta-editor/SKILL.md.

Notes

  • feature/breakpoints had already been merged into a previous beta release, so its tip was already an ancestor commit of this branch; a plain git merge would have been a no-op despite the tree being reset to the plain release tag. The feature diff was reapplied via a content-based three-way merge (git merge-tree --merge-base=<feature/breakpoints fork point>), recorded as a normal two-parent merge commit.
  • One conflict was resolved in newIDE/app/src/MainFrame/LocalCliCommandRunner.js, where upstream had meanwhile refactored CLI command dispatch (extracted runCliCommand, added IPC-based dispatch). Resolution keeps the newer upstream dispatch architecture while preserving the feature/breakpoints fix (headless export loads runtime-flavored, non-breakpoint-instrumented extension code).

@malec-palec
malec-palec requested a review from 4ian as a code owner August 7, 2026 13:04
@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 0d17ce42-006b-4767-8d57-b32d5c9d6299

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@malec-palec
malec-palec removed the request for review from 4ian August 7, 2026 13:19
…e/beta-editor-5.6.277

# Conflicts:
#	newIDE/electron-app/scripts/app-build.js
@malec-palec
malec-palec merged commit cf0f878 into release/beta-editor Aug 7, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant