You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like when we do community-build/compile we compile community-build/src/scala/dotty/communitybuild/projects.scala using the non bootstrapped library. This fails as there is a macro reflectedFields that tries to expand using the non-bootstrapped library.
community-docs
CI is using the non-bootstrapped library. It must use the bootstrapped version of the library.This was seen in https://github.com/lampepfl/dotty/pull/11074/checks?check_run_id=1689298098 where one of the methods was implemented
???
only on thenon-bootstrapped
.The text was updated successfully, but these errors were encountered: