Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion de.peeeq.wurstscript/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ dependencies {
implementation 'com.github.albfernandez:juniversalchardet:2.4.0'
implementation 'org.xerial:sqlite-jdbc:3.46.1.3'
implementation 'com.github.inwc3:JMPQ3:v2.0.1'
implementation 'com.github.inwc3:wc3libs:5ad2e5be4c480bb14112222521e6bc5571d00076'
implementation 'com.github.inwc3:wc3libs:52924b921f'

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Add a Reforged 3 W3I round-trip regression test

This dependency bump introduces support for a new W3I format without adding a Reforged 3 W3I fixture or a test that parses, modifies, and writes it. The existing cited suites cover patch selection, map headers, and import manifests rather than the new format, so an incompatible or lossy implementation—particularly through the Lua path that forces W3I version 0x1F—could ship undetected. Repository policy requires tests demonstrating new behavior.

AGENTS.md reference: AGENTS.md:L62-L64

Useful? React with 👍 / 👎.

implementation 'com.github.wurstscript:wurst-project-config:348fcd4ef5'
implementation 'org.slf4j:slf4j-api:2.0.17'
implementation 'ch.qos.logback:logback-classic:1.5.20'
Expand Down
Loading