Skip to content

Instantly share code, notes, and snippets.

@llasram
Created December 4, 2014 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save llasram/01736a9534fd8cadf55c to your computer and use it in GitHub Desktop.
Save llasram/01736a9534fd8cadf55c to your computer and use it in GitHub Desktop.
Demonstrating failure to reproduce yogthos/Selmer#67
∴ 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&#39;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