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

Exclude not working with absolute path in some cases #593

Open
chriscerie opened this issue Mar 23, 2024 · 1 comment · May be fixed by #618
Open

Exclude not working with absolute path in some cases #593

chriscerie opened this issue Mar 23, 2024 · 1 comment · May be fixed by #618
Labels
A-bin Area: selene, the program C-bug Category: Bug

Comments

@chriscerie
Copy link
Collaborator

These are all executed from the selene-test workspace.

Works:

exclude = ["**/file.lua"]
selene C:\Users\chris\OneDrive\Documents\selene-test\src\file.lua

Works:

exclude = ["src/**"]
selene src/file.lua

Doesn't work:

exclude = ["src/**"]
selene C:\Users\chris\OneDrive\Documents\selene-test\src\file.lua
@chriscerie chriscerie added C-bug Category: Bug A-bin Area: selene, the program labels Mar 23, 2024
@dqkqd
Copy link

dqkqd commented Oct 12, 2024

@chriscerie

Hi, I have created a PR for this issue. Please have a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-bin Area: selene, the program C-bug Category: Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants