You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I am understanding it wrong. But isn't the spring command supposed to go trough the spring socket. Now it needs to escape to a shell, boot ruby, to finally pass trough the spring socket. Seems a bit unnecessary in terms of milliseconds or am I wrong?
task:yolo=>:environmentdoThread::abort_on_exception=truelistener=Listen.to("test/")do |modified,added,removed|
beginSpring::Client::run(["rails","test"])rescueSystemExitputs"Lol rly?"endendlistener.startputs"Watching for test changes"sleepend
Maybe I am understanding it wrong. But isn't the spring command supposed to go trough the spring socket. Now it needs to escape to a shell, boot ruby, to finally pass trough the spring socket. Seems a bit unnecessary in terms of milliseconds or am I wrong?
Thanks a lot
The runner code:
And how the spring client talks to spring
The text was updated successfully, but these errors were encountered: