jsx / JSX

JSX - a faster, safer, easier JavaScript
http://jsx.github.io/
MIT License
1.46k stars 102 forks source link

Abolish compilation server #318

Closed kazuho closed 10 years ago

kazuho commented 10 years ago

This PR removes the compilation server. The move is justified by the following reasons.

The only test that depended on the compilation server was t/007.mode-parse.t and dissolving the dependency increased the time need for the test to complete from 0m10s to 1m30s. It sounds like a drawback but actually is not a problem since the time required to run the whole test-suite is much longer.

kazuho commented 10 years ago

Commits c4c1324..129b39f can be justified as an action to solve #308.

Not sure we should go far as 505627f..07cabf0 and remove the existing code that is working fine for the most part.

kazuho commented 10 years ago

@gfx @wasabiz comments?

gfx commented 10 years ago

LGTM

nyuichi commented 10 years ago

No objection.