Skip to content

community-docs CI is using the non-bootstrapped library #11076

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

Closed
nicolasstucki opened this issue Jan 12, 2021 · 1 comment · Fixed by #11074 or #11145
Closed

community-docs CI is using the non-bootstrapped library #11076

nicolasstucki opened this issue Jan 12, 2021 · 1 comment · Fixed by #11074 or #11145
Assignees
Milestone

Comments

@nicolasstucki
Copy link
Contributor

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 the non-bootstrapped.

@nicolasstucki
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment