-
Notifications
You must be signed in to change notification settings - Fork 295
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
Cleanup the Jest process management #189
Comments
In reply to @connectdotz (I moved the discussion form #179 to here as this is now the issue about cleaning up the Jest process management).
I am not frustrated (yet), I am trying to make sure we are aligned. Time is a limited resource, so I want to get to the point as quickly as possible.
Did I say anything like that?
That's exactly what I did.
I am starting to have a feeling you are trying to prove something to me and I am not sure this is a constructive way before knowing each other a bit better :). I am not proposing a new abstraction to hack anything, but to create a clean bridge between external dependency, which allows us to be more specific about the contracts. I will not insist of it, so if we decide it does not help, I will be more than happy to delete some code - deleting code feels always good ;).
This is the kind of conversation I am interested in. So, yes, if we take the idea of a single process to the extreme, then yes, waiting for the previous process to finish will make the flow easier to understand. We can try that. How are we going to proceed? Do you prefer that I start with something and then we improve on it via pull request, or you want to propose an initial version? |
great, now we are back on the right track. Why don't you take the lead, this was always your project, I think I have done enough damage 😉 Feel free to ping me when you are ready, good luck and have fun! |
@connectdotz ok great. I will propose something over couple of days. |
I've created a pull-request for the new abstractions for JestProject management. |
Follow up from #179.
The text was updated successfully, but these errors were encountered: