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

jsx-with-server connects to a wrong version of jsx #317

Closed
kazuho opened this issue Apr 10, 2014 · 2 comments
Closed

jsx-with-server connects to a wrong version of jsx #317

kazuho opened this issue Apr 10, 2014 · 2 comments

Comments

@kazuho
Copy link
Member

kazuho commented Apr 10, 2014

As can be seen in the following log, jsx-with-server does not check the version of the backend it connects to, leading to unexpected behavior from users' view point (under an enviroment in which multiple versions of JSX are installed).

$ jsx --version
0.9.84 (2014-03-25 11:22:27 +0900; 1e07252cc54a2d7c6b4ab95268995c6656833a80)
$ bin/jsx --version
0.9.84 (2014-04-08 18:03:58 +0900; 9288c866ba4e23e2d2fcb7e491270f6a1dd9ca92)
$ jsx-with-server --version
0.9.84 (2014-04-08 18:03:58 +0900; 9288c866ba4e23e2d2fcb7e491270f6a1dd9ca92)
$ bin/jsx-with-server --version
0.9.84 (2014-04-08 18:03:58 +0900; 9288c866ba4e23e2d2fcb7e491270f6a1dd9ca92)    # <- should be 1e07252
@kazuho
Copy link
Member Author

kazuho commented Apr 10, 2014

might be (or might not be) the cause of #308

@kazuho
Copy link
Member Author

kazuho commented Apr 12, 2014

not a issue any more now that the server has been abolished in #318

@kazuho kazuho closed this as completed Apr 12, 2014
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

No branches or pull requests

1 participant