Skip to content

Conversation

adpi2
Copy link
Member

@adpi2 adpi2 commented Sep 17, 2024

Fixes #7641

eed3si9n and others added 30 commits June 23, 2018 22:32
I think I screwed up the M1 publishing, since it's missing sbt-launch.jar that sbt extra needs.
move Scala version into row definition
It's a thin layer around custom, but specifically created for cross library building.

Ref #2
enable org.scalajs.sbtplugin.ScalaJSPlugin
Fixes #2
keynmol and others added 15 commits November 19, 2022 09:36
Fix configure function not being called on nativePlatform
* add java sources folders
* add test

---------

Co-authored-by: Miguel Villa <miguel.villa@siriusxm.com>
* add test that should fail for module not found
* Use axisValues when !autoScalaLibrary

---------

Co-authored-by: Miguel Villa <miguel.villa@siriusxm.com>
…on by matrix projects (sbt#89)

Add support for non-matrix projects to be aggregated in and depended on by matrix projects
* Fix sbt#90

---------

Co-authored-by: Kizuki Yasue <kizuki-yasue@m3.com>
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: eugene yokota <eed3si9n@gmail.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: eugene yokota <eed3si9n@gmail.com>
@adpi2 adpi2 requested a review from eed3si9n September 17, 2024 09:21
Comment on lines +317 to +320
outputPath := {
val o = outputPath.value
if nonScalaNorPlatformDirSuffix.nonEmpty then s"$o/$nonScalaNorPlatformDirSuffix"
else o
Copy link
Member Author

@adpi2 adpi2 Sep 17, 2024

Choose a reason for hiding this comment

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

No need a custom path for platform anymore, it's already in the path by default.

Copy link
Member Author

Choose a reason for hiding this comment

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

Js and Native tests are pending

val other = lookupMatrix(ref)
resolveMatrixAggregate(other, r)
} ++ nonMatrixAggregate
val dotSbtMatrix = new java.io.File(".sbt") / "matrix"
Copy link
Member Author

Choose a reason for hiding this comment

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

I wonder if we should change that path to target/matrix.

Copy link
Member

Choose a reason for hiding this comment

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

Yea, something we can explore post merge I guess. Not sure how IDEs would behave if the base directories get wiped up.

@eed3si9n
Copy link
Member

Could we keep the git history from the original plz? It's only around 100 commits.
https://eed3si9n.com/splitting-git-repo/ has some related git commands.

@adpi2
Copy link
Member Author

adpi2 commented Sep 17, 2024

Could we keep the git history from the original plz? It's only around 100 commits.

Here we are

Copy link
Member

@eed3si9n eed3si9n left a comment

Choose a reason for hiding this comment

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

Thanks!

@eed3si9n eed3si9n merged commit 733b526 into sbt:develop Sep 17, 2024
10 checks passed
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.