Skip to content

move Taclet options of WD from key.core to key.core.wd#3783

Merged
wadoon merged 1 commit intomainfrom
weigl/movewddecls
Mar 24, 2026
Merged

move Taclet options of WD from key.core to key.core.wd#3783
wadoon merged 1 commit intomainfrom
weigl/movewddecls

Conversation

@wadoon
Copy link
Copy Markdown
Member

@wadoon wadoon commented Mar 23, 2026

Closes #3740 by moving the remaining option declarations of WD from key.core to key.core.wd. As these files were loaded by classpath and checked in WdProfile:

        final URL wdDotKey =
            KeYResourceManager.getManager().getResourceFile(Proof.class, "rules/wd.key");

        RuleSource tacletBaseWd = RuleSourceFactory.initRuleFile(
            Objects.requireNonNull(wdDotKey,
                "Could not find rule file 'rules/wd.key' in classpath"));

unit-tests should spot mistakes.

Related Issue

This pull request resolves #3740.

@wadoon wadoon requested a review from unp1 March 23, 2026 21:22
@wadoon wadoon self-assigned this Mar 23, 2026
@wadoon wadoon added this to the v3.0.0 milestone Mar 23, 2026
@wadoon wadoon marked this pull request as ready for review March 23, 2026 21:23
@wadoon wadoon enabled auto-merge March 24, 2026 09:17
@wadoon wadoon added this pull request to the merge queue Mar 24, 2026
Merged via the queue into main with commit 32369f3 Mar 24, 2026
36 checks passed
@wadoon wadoon deleted the weigl/movewddecls branch March 24, 2026 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move WD Taclet options out of key.core.

2 participants