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

Release #659

Merged
merged 62 commits into from
Apr 12, 2024
Merged

Release #659

merged 62 commits into from
Apr 12, 2024

Conversation

josephjclark
Copy link
Collaborator

@josephjclark josephjclark commented Apr 11, 2024

  • Fix aliased exports (ie, common.http)
  • Lazy state improvements
  • CLI cache

After release we need to merge these docs PRs:

Rather than building one visitor which visits the ast once, we now visit the ast once per transformer.

This lets us better control ordering, but also it enables one transformer to quit visiting without interrupting OTHER transformers
@josephjclark josephjclark mentioned this pull request Apr 11, 2024
3 tasks
@josephjclark

This comment was marked as resolved.

The runtime will exit after this step has been executed (even if there are more steps outstanding)
Always report when you're looking for a cache, and only warn if no input was found
If start is passed but state is not, we always try and load from the cache and warn if we dind't load anything

If no start is passed, we never try to load from the cache
Demote the importance of lazy state changes
CLI: cache outputs & Fuzzy Starts
@josephjclark josephjclark marked this pull request as ready for review April 12, 2024 15:37
@josephjclark josephjclark merged commit d325c42 into main Apr 12, 2024
6 checks passed
@josephjclark josephjclark deleted the release/next branch April 12, 2024 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant