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

Remove OldTastyInspector from scaladoc #17751

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

nicolasstucki
Copy link
Contributor

This a follow-up to #17623 after reverting in #17744.

[test_windows_full]

@nicolasstucki
Copy link
Contributor Author

@Florian3k do you know what could be going wrong with that failing test?

@Florian3k
Copy link
Contributor

From a quick look at this error and source code - I don't have any ideas.
I can try digging more into that later.

@Florian3k
Copy link
Contributor

Unfortunately, I wasn't able to figure it out, and I suppose I won't get much further without Windows machine.

@Florian3k Florian3k assigned nicolasstucki and unassigned Florian3k Jun 12, 2023
@nicolasstucki
Copy link
Contributor Author

Unfortunately, I wasn't able to figure it out, and I suppose I won't get much further without Windows machine.

Thank you.

We will need the help of someone with a Windows machine.

@sjrd sjrd self-assigned this Jun 12, 2023
@sjrd sjrd force-pushed the remove-OldTastyInspector branch from c4250f6 to 707d125 Compare June 13, 2023 14:00
@sjrd
Copy link
Member

sjrd commented Jun 13, 2023

@sjrd
Copy link
Member

sjrd commented Jun 13, 2023

The new failure on Windows is caused by #17229. See #17959 for the PR that should fix it.

@sjrd sjrd removed their assignment Jun 13, 2023
@Dedelweiss
Copy link
Contributor

The new failure on Windows is caused by #17229. See #17959 for the PR that should fix it.

Hello, a PR to correct this has been merged, sorry for the inconvenience.

@sjrd sjrd force-pushed the remove-OldTastyInspector branch from 707d125 to 2ae6901 Compare June 14, 2023 07:48
@nicolasstucki nicolasstucki marked this pull request as ready for review June 15, 2023 09:47
@@ -57,7 +57,8 @@ class Scaladoc3ExternalLocationProviderIntegrationTest extends ExternalLocationP

def getScalaLibraryPath: String = {
val classpath: List[String] = System.getProperty("java.class.path").split(java.io.File.pathSeparatorChar).toList
classpath.find(_.contains("scala-library-2")).getOrElse("foobarbazz") // If we don't find the scala 2 library, the test will fail
val stdlib = classpath.find(_.contains("scala-library-2")).getOrElse("foobarbazz") // If we don't find the scala 2 library, the test will fail
new java.io.File(stdlib).getCanonicalPath() // canonicalize for case-insensitive file systems
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@sjrd are these the only changes that you did?

This looks good.

Copy link
Member

Choose a reason for hiding this comment

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

Yes, that's the only thing I changed.

@nicolasstucki
Copy link
Contributor Author

@Florian3k could you double check that the diff of this PR matches the one that you reviewed (modulo the Windows fix)?

Copy link
Contributor

@Florian3k Florian3k left a comment

Choose a reason for hiding this comment

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

Yup, looks good.

@nicolasstucki nicolasstucki merged commit 3b20d78 into scala:main Jun 16, 2023
@nicolasstucki nicolasstucki deleted the remove-OldTastyInspector branch June 16, 2023 08:04
@Kordyjan Kordyjan added this to the 3.4.0 milestone Aug 2, 2023
Kordyjan added a commit that referenced this pull request Nov 21, 2023
Backports #17751 to the LTS branch.

PR submitted by the release tooling.
[skip ci]
@Kordyjan Kordyjan modified the milestones: 3.4.0, 3.3.2 Dec 14, 2023
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.

5 participants