Skip to content

Conversation

Gedochao
Copy link
Contributor

@Gedochao Gedochao commented Jan 16, 2025

Fixes #3410
Fixes #3409 (actually already works as expected, with the line length limit equal to 100 characters atm; a test is added in this PR)
Requires:

So the tricky part is that, when migrating directives from test sources to the project.scala configuration file, we can only migrate the ones which have test scope equivalents.
//> using dep has an equivalent in //> using test.dep, but //> using scala has none.
So the directives with no equivalents have to stay where they are, otherwise behaviour will change.

@Gedochao Gedochao force-pushed the maintenance/fix-test-dependencies branch from 6faec2d to 89b6179 Compare January 16, 2025 12:10
Copy link
Member

@tgodzik tgodzik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One nitpick otherwise LGTM

@Gedochao Gedochao force-pushed the maintenance/fix-test-dependencies branch from 89b6179 to 56e67cc Compare January 17, 2025 08:56
@Gedochao Gedochao enabled auto-merge (squash) January 17, 2025 08:57
@Gedochao Gedochao merged commit ab7d279 into VirtusLab:main Jan 17, 2025
50 checks passed
@Gedochao Gedochao deleted the maintenance/fix-test-dependencies branch January 22, 2025 09:32
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.

test.dep directives aren't migrated from test scope files by fix fix sub-command merges directives accepting lists of values into super-long lines

2 participants