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

Update to sbt-typelevel 0.5.0-RC11 #524

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

armanbilge
Copy link
Member

Updates to sbt-typelevel 0.5.0 series. Staying in RC phase while upgrading Typelevel projects to iron out any issues, but is otherwise stable.

For how much longer is the plan to keep building for Scala 2.11? I was able to make things work but it was mildly annoying.

val q = (p1 ~ p2) | p2
val q = (p1 ~ p2).void | p2.void
Copy link
Member Author

Choose a reason for hiding this comment

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

New compiler warning when it infers Any as in Parser[Any] as a "probable bug".

Comment on lines +46 to 49
val ok = string("ok").void
val nl = string("\n")
val lx = string("l") ~ digits
val lx = (string("l") ~ digits).void
val lxOk = ((lx | ok) ~ nl)
Copy link
Member Author

Choose a reason for hiding this comment

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

Same here. Specifically it's affecting the | combinator.

Copy link
Collaborator

@johnynek johnynek left a comment

Choose a reason for hiding this comment

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

Thanks!

I'd like to keep 2.11 as long as I'm stuck on it at work so I can still use this project at work.

@johnynek johnynek merged commit 149faeb into typelevel:main Aug 9, 2023
13 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.

2 participants