Skip to content

Conversation

@pehrsoderman
Copy link
Contributor

No description provided.

@gkreitz
Copy link
Contributor

gkreitz commented Nov 27, 2025

We should probably just take the regex from https://www.kattis.com/problem-package-format/spec/2025-09.html#general-requirements for file and directory names instead of the change here.

Nice find with _SUB_REGEXP. I think that should most likely be removed, or perhaps be changed to something like ^[^.].* if we want to filter out things with leading periods (but we probably should deal with that in a more general way than via this regexp). I don't think we want to maintain a separate (basically identical, plus allowing the archaic c++ suffix :)) regex there.

@pehrsoderman
Copy link
Contributor Author

Replaced by #371

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.

2 participants