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

Defer start of feature-dependent transformations to a later point. #1798

Merged
merged 2 commits into from
Jul 22, 2024

Conversation

bbannier
Copy link
Member

@bbannier bbannier commented Jul 16, 2024

We previously would evaluate whether a unit field or method was required
by an optional feature before we had finished collecting all feature
requirements. This behavior was fine when we were visiting individual
modules' AST one by one, but breaks with #1462 were we changed using a
single AST to hold all modules.

This patch defers transformations until all feature requirements have
been collected.

@bbannier bbannier self-assigned this Jul 16, 2024
@bbannier bbannier force-pushed the topic/bbannier/issue-1789 branch 2 times, most recently from a5b5abc to 382b7fa Compare July 16, 2024 09:48
bbannier and others added 2 commits July 16, 2024 12:55
We previously would evaluate whether a unit field or method was required
by an optional feature before we had finished collecting all feature
requirements. This behavior was fine when we were visiting individual
modules' AST one by one, but breaks with #1462 were we changed using a
single AST to hold all modules.

This patch defers transformations until all feature requirements have
been collected.
Bumps [3rdparty/utf8proc](https://github.com/JuliaStrings/utf8proc) from `894e810` to `5568eff`.
- [Release notes](https://github.com/JuliaStrings/utf8proc/releases)
- [Commits](JuliaStrings/utf8proc@894e810...5568eff)

---
updated-dependencies:
- dependency-name: 3rdparty/utf8proc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@bbannier bbannier force-pushed the topic/bbannier/issue-1789 branch from 382b7fa to 59f04fa Compare July 16, 2024 10:55
@bbannier bbannier marked this pull request as ready for review July 16, 2024 13:42
@bbannier bbannier requested a review from rsmmr July 16, 2024 13:42
@bbannier bbannier linked an issue Jul 16, 2024 that may be closed by this pull request
@bbannier bbannier merged commit 6a3225e into main Jul 22, 2024
19 checks passed
@bbannier bbannier deleted the topic/bbannier/issue-1789 branch July 22, 2024 09:04
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.

Required implicit confirmed hook incorrectly removed by optimizer
2 participants