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

use throttleAsync in filer build #289

Merged
merged 7 commits into from
Dec 18, 2021
Merged

use throttleAsync in filer build #289

merged 7 commits into from
Dec 18, 2021

Conversation

ryanatkn
Copy link
Owner

@ryanatkn ryanatkn commented Dec 17, 2021

Uses the throttleAsync helper added in #288 to build files. It changes some behavior in subtle ways; the quirks I think I've identified can be fixed with a higher level redesign of the build process. Gro originally started with a haphazard single-file build process; with frontend build externals we hacked in some M:N building, which was since replaced with SvelteKit/Vite, and now I think we'll do M:N but better designed.

Also fixes delay in the throttleAsync implementation and adds some related tests.

@ryanatkn ryanatkn merged commit 184fb5e into main Dec 18, 2021
@ryanatkn ryanatkn deleted the throttle-build branch December 18, 2021 21:16
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