-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Scala3doc/community build #10522
Scala3doc/community build #10522
Conversation
462c02c
to
83af211
Compare
83af211
to
ed3ca46
Compare
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.
Otherwise LGTM.
00f16c9
to
d9b6cf3
Compare
I'm not super happy about the state of this because it adds quite a lot of complexity to the community build which is already too complex for us to manage efficiently:
Anyway, @anatoliykmetyuk is the maintainer of the community build so I'll let him decide whether this is acceptable as is. |
Reg. @smarter's comments:
|
d9b6cf3
to
58ae3a2
Compare
Actually I think that maintaning
The problem is that for now we need to force
@abgruszecki could someday be today? :) |
We don't need to maintain changes in these projects if we make PR upstream.
I suggest making that the default now in sbt-dotty, we don't have a lot of time left to make the switch so the sooner the better. |
val projectsTree = Term.of(from) | ||
val symbols = TypeTree.of[V].symbol.members.filter(isProjectField) | ||
val selects = symbols.map(Select(projectsTree, _).asExprOf[T]) | ||
'{ println(${Expr(retType.show)}); ${Varargs(selects)} } |
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.
Macro looks ok, but the println
probably shouldn't be here, no?
58ae3a2
to
015bdb8
Compare
Yes, I think by M3 we should make Can we merge this PR first, so that we can cooperate on that? |
015bdb8
to
ad9abe2
Compare
ad9abe2
to
7f5098c
Compare
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.
LGTM
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 rebase error removing the scalacheck dependency on munit needs fixing.
7f5098c
to
042d58d
Compare
Fixed. |
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.
I'm not a fan of the overall hacky nature (hopefully most of that is temporary).
Approving only to unblock my change request, thanks for fixing the rebase errors.
No description provided.