Created
December 4, 2014 14:49
-
-
Save llasram/01736a9534fd8cadf55c to your computer and use it in GitHub Desktop.
Demonstrating failure to reproduce yogthos/Selmer#67
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
∴ 0 seneca:~/ws/pedestal/samples/template-server git:master | |
$ git checkout -b aot-no-repro 2edb378 | |
Switched to a new branch 'aot-no-repro' | |
∴ 0 seneca:~/ws/pedestal/samples/template-server git:aot-no-repro | |
$ grep selmer project.clj | |
[selmer "0.7.6"] | |
∴ 0 seneca:~/ws/pedestal/samples/template-server git:aot-no-repro | |
$ find target/ -type f -name '*.class' | |
∴ 0 seneca:~/ws/pedestal/samples/template-server git:aot-no-repro | |
$ nohup lein run </dev/null & sleep 20 && curl -s http://localhost:8080/selmer | |
[1] 13876 | |
nohup: appending output to ‘nohup.out’ | |
<html> | |
<body> | |
<h1 id="the-title">Hello from Selmer!</h1> | |
<hr/> | |
<p>This page was rendered with Selmer!<p> | |
<br/> | |
<p id="the-text">Ha Ha! I'm Selmer.</p> | |
<p id="the-date">Thu Dec 04 09:48:03 EST 2014</p> | |
</body> | |
</html> | |
∴ 0 seneca:~/ws/pedestal/samples/template-server git:aot-no-repro | |
$ lein version | |
Leiningen 2.5.0 on Java 1.7.0_65 OpenJDK 64-Bit Server VM | |
∴ 0 seneca:~/ws/pedestal/samples/template-server git:aot-no-repro | |
$ fg | |
nohup lein run < /dev/null | |
^C | |
∴ 130 seneca:~/ws/pedestal/samples/template-server git:aot-no-repro | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment