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

Symlink handling #363

Merged
merged 3 commits into from
Oct 30, 2022
Merged

Symlink handling #363

merged 3 commits into from
Oct 30, 2022

Conversation

gtoison
Copy link
Contributor

@gtoison gtoison commented Oct 29, 2022

ClassFileTestDetector.inCurrentProject() checks if the class file path is prefixed by one of the class output dirs, however the path of the class is its canonical path (symbolic converted) while the class output dir is not.
Convert the class output dirs to their canonical paths so we can test if the classes are in these dirs

ClassFileTestDetector.inCurrentProject() checks if the class file path
is prefixed by one of the class output dirs, however the path of the
class is its canonical path (symbolic converted) while the class output
dir is not.
Convert the class output dirs to their canonical paths so we can test if
the classes are in these dirs
@gtoison gtoison added type: bug comp:infinitest-intellij Issues related to Infintest for IntelliJ (and other Jetbrains IDEs) labels Oct 29, 2022
@gtoison gtoison changed the title Pr symlink handling Symlink handling Oct 29, 2022
@gtoison

This comment was marked as duplicate.

@gtoison gtoison merged commit 5bab9f5 into master Oct 30, 2022
@gtoison gtoison deleted the pr-symlink-handling branch October 30, 2022 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:infinitest-intellij Issues related to Infintest for IntelliJ (and other Jetbrains IDEs) type: bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[core] Infinitest on IntelliJ not running any test if project is opened from a symbolic link
1 participant