Skip to content

Allow the //> using exclude directive in an .sc script rather than just project.scala (but still only one place) - #4429

Merged
Gedochao merged 1 commit into
VirtusLab:mainfrom
Gedochao:maintenance/exclude-tweaks
Aug 18, 2026
Merged

Allow the //> using exclude directive in an .sc script rather than just project.scala (but still only one place)#4429
Gedochao merged 1 commit into
VirtusLab:mainfrom
Gedochao:maintenance/exclude-tweaks

Conversation

@Gedochao

Copy link
Copy Markdown
Contributor

Fixes #3388

So with this we allow //> using exclude directives to live in either project.scala or any .sc script - but only in one spot at a time.

Checklist

  • tested the solution locally and it works
  • ran the code formatter (scala-cli fmt .)
  • ran scalafix (./mill -i __.fix)
  • ran reference docs auto-generation (./mill -i 'generate-reference-doc[]'.run)

How much have your relied on LLM-based tools in this contribution?

extensively

How was the solution tested?

included automated tests

…n just project.file (but still only one place)
@Gedochao
Gedochao marked this pull request as ready for review August 13, 2026 13:46
@Gedochao
Gedochao requested review from tgodzik and zielinsky August 13, 2026 13:46
@Gedochao Gedochao changed the title Allow the //> using exclude directive in an .sc script rather than just project.file (but still only one place) Allow the //> using exclude directive in an .sc script rather than just project.scala (but still only one place) Aug 18, 2026
@Gedochao
Gedochao merged commit f832c12 into VirtusLab:main Aug 18, 2026
102 of 104 checks passed
@Gedochao
Gedochao deleted the maintenance/exclude-tweaks branch August 18, 2026 06:31
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.

Support //> using exclude in .sc script files

2 participants