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

Move Attributes to core-common #411

Merged
merged 2 commits into from
Dec 26, 2023

Conversation

NthPortal
Copy link
Contributor

@NthPortal NthPortal commented Dec 22, 2023

@NthPortal NthPortal added the enhancement New feature or request label Dec 22, 2023
@NthPortal
Copy link
Contributor Author

NthPortal commented Dec 22, 2023

the build failure appears to be due to a scaladoc bug where the doc command is compiling the sdk modules with the java modules on the classpath, and having package name collisions. I think I'm going to push up a PR to address #396 and just rebase this rather than undoing some of the import changes I made.

Edit: also, this breaks bincompat hard and would fail the build because I forgot to bump the base version, but that's moot since this will be rebased anyway.

@iRevive iRevive mentioned this pull request Dec 25, 2023
Copy link
Contributor

@iRevive iRevive left a comment

Choose a reason for hiding this comment

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

Good change, thanks!

Move `Attributes` from sdk-common to core-common.
Move `Attributes` tests from sdk-common to core-common. To achieve
this, `sdk-common` now depends on `core-common % "test->test"`.
@NthPortal NthPortal merged commit 30aae3c into typelevel:main Dec 26, 2023
10 checks passed
@NthPortal NthPortal deleted the core-attributes/PR branch December 26, 2023 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants