Port CopyOnWriteArrayList from Scala.js#2725
Merged
WojciechMazur merged 4 commits intoscala-native:0.4.xfrom Aug 4, 2022
Merged
Port CopyOnWriteArrayList from Scala.js#2725WojciechMazur merged 4 commits intoscala-native:0.4.xfrom
CopyOnWriteArrayList from Scala.js#2725WojciechMazur merged 4 commits intoscala-native:0.4.xfrom
Conversation
Member
Author
|
I'm confused by the failure. |
Contributor
|
Thank you for the Scala.js commit & date tags. They really help the next generation who has |
Member
I don't see anything you have changed to cause the incompatibility. Are you sure your environment is clean? Takes a while but I would try |
4 tasks
Member
Author
|
@ekrich thanks for the tip, but I don't see how cleaning my local workspace will solve a CI failure :) Indeed, it looks like a more serious problem. Seems like v0.4.5 was published with a mixture of 0.5.x development stuff in it. |
WojciechMazur
approved these changes
Aug 4, 2022
WojciechMazur
pushed a commit
to WojciechMazur/scala-native
that referenced
this pull request
Aug 29, 2022
* Initial copy-paste from Scala.js * Swap ju.ArrayList for js.Array
WojciechMazur
pushed a commit
to WojciechMazur/scala-native
that referenced
this pull request
Sep 5, 2022
* Initial copy-paste from Scala.js * Swap ju.ArrayList for js.Array
WojciechMazur
pushed a commit
to WojciechMazur/scala-native
that referenced
this pull request
Sep 6, 2022
* Initial copy-paste from Scala.js * Swap ju.ArrayList for js.Array
WojciechMazur
pushed a commit
that referenced
this pull request
Sep 6, 2022
* Initial copy-paste from Scala.js * Swap ju.ArrayList for js.Array
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Targeted to 0.4.x.