Skip to content

Remove the compat30Native project from sbt #490

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
merged 1 commit into from
Oct 9, 2021
Merged

Conversation

lrytz
Copy link
Member

@lrytz lrytz commented Oct 8, 2021

The build currently has a compat30Native project which causes problems
in the IntelliJ project import (through bsp)

sbt:scala-collection-compat> projects
[info] In file:/Users/luc/scala/scala-collection-compat/
...
[info] 	   compat213
[info] 	   compat213JS
[info] 	   compat213Native
[info] 	   compat30
[info] 	   compat30JS
[info] 	   compat30Native
...

@lrytz lrytz requested a review from SethTisue October 8, 2021 11:26
Copy link
Member

@SethTisue SethTisue left a comment

Choose a reason for hiding this comment

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

LGTM except for Scalafmt failure

The build currently has a `compat30Native` project which causes problems
in the IntelliJ project import (through bsp)

```
sbt:scala-collection-compat> projects
[info] In file:/Users/luc/scala/scala-collection-compat/
...
[info] 	   compat213
[info] 	   compat213JS
[info] 	   compat213Native
[info] 	   compat30
[info] 	   compat30JS
[info] 	   compat30Native
...
```
@lrytz lrytz merged commit 9d0b207 into scala:main Oct 9, 2021
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.

2 participants