Skip to content

Bypass uppercase#243

Closed
victorkemp wants to merge 1 commit into
MystranSolver:devfrom
victorkemp:bypass_uppercase
Closed

Bypass uppercase#243
victorkemp wants to merge 1 commit into
MystranSolver:devfrom
victorkemp:bypass_uppercase

Conversation

@victorkemp
Copy link
Copy Markdown
Collaborator

Two old benchmarks fail because they need lower case matrix names such as:

OUTPUT4   KRR      , KRRcb    , KXX      , LTM      , MCG      //-1/24 $

and

PARTN     KRRcb    , KRRCBC   , KRRCBR

This PR adds a special case test for them in READ_BDF_LINE()
to not uppercase the entire line.

A downside is it means OUTPUT4 and PARTN commands are cases sensitive, unlike everything else.

It's also ugly to test every single card being read. It could be restricted to EC commands.

A proper fix might be to rename KRRcb, MRRcb, KLR(t) to upper case and not use this PR.

@victorkemp victorkemp changed the base branch from main to dev May 31, 2026 23:58
@victorkemp victorkemp closed this Jun 1, 2026
@victorkemp
Copy link
Copy Markdown
Collaborator Author

Not a good approach.

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