Skip to content

[5.7-04182022] Tidy up build flags and fix implicit import circular dependency (#392) #408

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

Conversation

rxwei
Copy link
Contributor

@rxwei rxwei commented May 12, 2022

Cherry-pick of #392
Reason: Without this, the package will fail to build when the compiler enables string processing by default.


  • Explicitly ask the compiler not to implicitly import _StringProessing. This is to avoid a circular dependency when -enable-experimental-string-processing is enabled by default.
  • Unify the build flags for modules that are built in the compiler repo into a stdlibSettings value.
  • Disable implicit _Concurrency import as well since it is how it's built in the compiler repo. This helps us catch errors before we integrate with the compiler repo.
  • Remove -enable-experimental-pairwise-build-block since SE-0348 has been implemented and enabled.
  • Update the minimum toolchain requirement to 2022-04-20.

@rxwei rxwei requested a review from stephentyrone May 12, 2022 17:45
…tlang#392)

- Explicitly ask the compiler not to implicitly import _StringProessing. This is to avoid a circular dependency when `-enable-experimental-string-processing` is enabled by default.
- Unify the build flags for modules that are built in the compiler repo into a `stdlibSettings` value.
- Disable implicit _Concurrency import as well since it is how it's built in the compiler repo. This helps us catch errors before we integrate with the compiler repo.
- Remove `-enable-experimental-pairwise-build-block` since SE-0348 has been implemented and enabled.
- Update the minimum toolchain requirement to 2022-04-20.
@rxwei rxwei force-pushed the cherry-392-5.7-04182022 branch from 68316a1 to 74b624e Compare May 12, 2022 17:52
@rxwei rxwei closed this May 12, 2022
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.

1 participant