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

feature: Implemented 'exclude' filter functionality for Scala 3 #533

Closed
wants to merge 2 commits into from

Conversation

ivanobulo
Copy link

@ivanobulo ivanobulo commented Feb 29, 2024

Implemented file and package exclusion filter support to address #525

@ckipp01
Copy link
Member

ckipp01 commented Mar 1, 2024

Thanks for the PR @ivanobulo! Although I think I'm going to hold off on this. Filter support was actually just merged into Scala 3 here. So instead I'd rather support it natively by just ensuring that we're passing in the correct flags to the compiler if Scala 3 is detected. I know this then won't work for older Scala 3 versions, but I'm ok with that, and I'd rather not add in the extra code here.

@ivanobulo ivanobulo closed this Mar 4, 2024
@mcanlas
Copy link

mcanlas commented Apr 3, 2024

@ckipp01 DYK if from the linked thread that native support for this feature would start in Scala 3.4.2?

@jozic
Copy link
Contributor

jozic commented Apr 3, 2024

Should be, it's in release notes for 3.4.2-RC1

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.

4 participants