-
Notifications
You must be signed in to change notification settings - Fork 1.1k
connect CB with the new artifacts #24177
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
Merged
+114
−226
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
9dc75b8
connect CB with the new artifacts
hamzaremmal af0220f
migrate mill projects to Mill 1.0.6
hamzaremmal 8490cf3
migrate and update projects
hamzaremmal eb762b9
disable projects
hamzaremmal c1a5df2
Also copy `scala.collection.Stepper`
hamzaremmal ca3bbdf
Do not allow fatal errors in fs2
hamzaremmal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Submodule Lucre
updated
1 files
| +1 −1 | data/shared/src/main/scala/de/sciss/lucre/data/DetSkipOctree.scala |
Submodule PPrint
updated
26 files
Submodule cats
updated
12 files
Submodule fansi
updated
8 files
| +11 −22 | .github/workflows/actions.yml | |
| +0 −1 | .mill-version | |
| +60 −0 | build.mill | |
| +0 −109 | build.sc | |
| +9 −8 | fansi/src/fansi/Fansi.scala | |
| +20 −10 | fansi/test/src/fansi/FansiTests.scala | |
| +308 −30 | mill | |
| +15 −8 | readme.md |
Submodule geny
updated
11 files
| +1 −1 | .github/dependabot.yml | |
| +16 −25 | .github/workflows/actions.yml | |
| +24 −0 | .github/workflows/dependency-graph.yml | |
| +0 −1 | .mill-version | |
| +202 −172 | Readme.adoc | |
| +104 −0 | build.mill | |
| +0 −80 | build.sc | |
| +0 −6 | geny/src/geny/ByteData.scala | |
| +37 −0 | geny/src/geny/Generator.scala | |
| +14 −0 | geny/test/src/geny/TestGenerator.scala | |
| +308 −30 | mill |
Submodule requests-scala
deleted from
8e4a40
Submodule scala-collection-compat
updated
83 files
Submodule scalatest
updated
2 files
| +1 −1 | jvm/core/src/main/scala/org/scalatest/InsertionOrderSet.scala | |
| +1 −1 | jvm/core/src/main/scala/org/scalatest/Suite.scala |
Submodule scalatestplus-testng
updated
8 files
Submodule scas
updated
2 files
| +17 −14 | build.sc | |
| +1 −1 | scas/src/scas/polynomial/TreeMutablePolynomial.scala |
Submodule sourcecode
updated
14 files
| +1 −1 | .github/dependabot.yml | |
| +15 −26 | .github/workflows/actions.yml | |
| +0 −7 | .jvmopts | |
| +0 −1 | .mill-version | |
| +46 −4 | README.md | |
| +84 −0 | build.mill | |
| +0 −137 | build.sc | |
| +308 −30 | mill | |
| +32 −3 | sourcecode/src-2/sourcecode/Macros.scala | |
| +62 −19 | sourcecode/src-3/sourcecode/Macros.scala | |
| +1 −7 | sourcecode/test/src/sourcecode/ArgsTests.scala | |
| +18 −0 | sourcecode/test/src/sourcecode/FileNameOffset.scala | |
| +13 −0 | sourcecode/test/src/sourcecode/SpecialName.scala | |
| +2 −0 | sourcecode/test/src/sourcecode/Tests.scala |
Submodule spire
updated
62 files
Submodule utest
updated
95 files
Submodule verify
updated
from f82bb3 to 30c782
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the project uses
sbt-typelevelso it detects that we are running inside GitHub actions and enables fatal warnings.