Skip to content

Support Warcraft III 3.0 core JASS - #82

Merged
Frotty merged 1 commit into
masterfrom
codex/grill-v3-patch
Sep 12, 2026
Merged

Frotty merged 1 commit into
masterfrom
codex/grill-v3-patch

Conversation

@Frotty

@Frotty Frotty commented Sep 12, 2026

Copy link
Copy Markdown
Member

No description provided.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 12, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-12T22:09:10.039686Z c2f2348 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c2f2348c28

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".


private val BUNDLED_CORE_JASS_PATCH_FOLDERS = mapOf(
DEFAULT_PATCH to "v2.0",
DEFAULT_PATCH to "v3.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve the v2.0 bundled fallback mapping

When a project remains pinned to wc3Patch: v2.0 and jass-history is unavailable, changing the only v2.0 map key indirectly via DEFAULT_PATCH removes its fallback: hasBundledCoreJass("v2.0") now returns false and materializeFile throws, even though core-jass/v2.0/common.j and blizzard.j are still bundled. Keep an explicit "v2.0" to "v2.0" entry alongside the new v3.0 default.

AGENTS.md reference: AGENTS.md:L29-L29

Useful? React with 👍 / 👎.

@Frotty
Frotty merged commit b85aae0 into master Sep 12, 2026
1 check 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