Code parser: case-insensitive match for module name#337
Merged
disinvite merged 4 commits intoisledecomp:masterfrom Mar 15, 2026
Merged
Code parser: case-insensitive match for module name#337disinvite merged 4 commits intoisledecomp:masterfrom
disinvite merged 4 commits intoisledecomp:masterfrom
Conversation
jonschz
approved these changes
Mar 15, 2026
Collaborator
jonschz
left a comment
There was a problem hiding this comment.
This is more than good enough until we have a final decision
disinvite
added a commit
to disinvite/reccmp
that referenced
this pull request
Mar 15, 2026
commit 53fd3e7 Author: MS <disinvite@users.noreply.github.com> Date: Sun Mar 15 17:27:31 2026 -0400 Code parser: case-insensitive match for module name (isledecomp#337) * Case-insensitive match for code parser module * Test to document the parser's behavior * Black fix commit 9f2a41b Author: MS <disinvite@users.noreply.github.com> Date: Sun Mar 15 17:08:33 2026 -0400 Update `pylint` and `mypy` (isledecomp#340) * Run format CI on Python 3.14 * Update pylint * Update mypy commit 0eb3af1 Author: jonschz <17198703+jonschz@users.noreply.github.com> Date: Sun Mar 15 08:06:47 2026 +0100 Update black to 26.3.1 (isledecomp#338) Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See: #336. We may want to discuss the points raised there in a follow-up. This patches the immediate problem.