-
-
Notifications
You must be signed in to change notification settings - Fork 194
Feat: bundle builds #507
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
Feat: bundle builds #507
Conversation
Something is making all of the tests crash here. Not sure what |
I've superficially fixed the tests here... I think the changes in that commit highlight some things about the implementations and the changes that have crept in. I think it's fine for now, but I'm a little concerned around the It looks like these aliases were identical before, but that perhaps you tried to disambiguate? I'm fine for it to be in its current state, but we should rationalise the ideal state and settle on it now before v1. My concern is that neither approach is perfect and that in either case we will need something in the docs to explain to devs what's happening. |
Dropped in a quick little merge conflict resolution commit. |
Yes. Because, by default, a child process named I made this change to separate queue workers from other child processes and avoid conflicting names. The name of the queue didn't change, but the alias on the child process has a prefix now. I looked at and approved your test fix. They correctly reflects my changes.
Yep. |
No description provided.