Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loose pattern matching when writing run.toml #77

Closed
rvhonorato opened this issue Sep 25, 2023 · 0 comments · Fixed by #78
Closed

Loose pattern matching when writing run.toml #77

rvhonorato opened this issue Sep 25, 2023 · 0 comments · Fixed by #78
Assignees

Comments

@rvhonorato
Copy link
Member

Similar to #72, the matching is too loose and will occur in repeated entries. For example, if the pattern is for some_fname is ambig and

Restraints: []string{"ambig.tbl", "ambig5.tbl", "other_unambig.tbl", "something.tbl"},

This will result in

some_fname = "../data/ambig.tbl"
some_fname = "../data/ambig5.tbl"
some_fname = "../data/other_unambig.tbl"
@rvhonorato rvhonorato self-assigned this Sep 25, 2023
@rvhonorato rvhonorato linked a pull request Sep 25, 2023 that will close this issue
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 a pull request may close this issue.

1 participant