Use pathing jars in cli commands#21121
Conversation
|
This PR should be backported 3.5.0-RC4 |
| @@ -52,14 +53,30 @@ class ClassPathFactory { | |||
|
|
|||
| // Internal | |||
| protected def classesInPathImpl(path: String, expand: Boolean)(using Context): List[ClassPath] = | |||
There was a problem hiding this comment.
if I had one comment for cleanup - there should probably be a third argument i.e. expandManifest: Boolean and this would only be true specifically when calling classesInExpandedPath(javaUserClassPath) in PathResolvers
There was a problem hiding this comment.
which then isolates the expansion specifically to the java.class.path property - but this should not be an issue in practice
There was a problem hiding this comment.
and then finally move the logic to expandPath?
There was a problem hiding this comment.
all not blockers - could be in follow up PR
|
@unkarjedy what do you think of this alternative (using |
I think it still be best to delete the command, but we should ensure it works if we're going to ship it this should have been part of #21121
Backports #21121 to 3.5.0-RC4
Backports #21121 to 3.5.1-RC1
No description provided.