8000 Tags · akhileshs/Ammonite · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: akhileshs/Ammonite

Tags

1.0.0

Toggle 1.0.0's commit message
Don't require WeakTypeTag for printing (fix com-lihaoyi#649) (com-lih…

…aoyi#650)

* Avoid WeakTypeTag in favor of ClassTag, as ClassTag will generate less code (fix com-lihaoyi#649)

* Add a project test for DeepLearning.scala

* Support types do not have a ClassTag

* Remove out-dated comments

* Test if shadowPrefix compiles on Scala 2.11 and Scala 2.12, since the bug has been fixed accidentally by this PR

* Update comments

* Adjust indent

* Remove workaround originally used for WeakTypeTag

* Comment why we use ClassTag

* this -> that

* Update FullReplAPI.scala

1.0.0-RC6

Toggle 1.0.0-RC6's commit message
Make `interp.watch` work on folders

1.0.0-RC4

Toggle 1.0.0-RC4's commit message
remove now-unnecessary memory limit on running bootstrap version of a…

…mmonite in travis script commands, since ammonite now comes built-in with memory limits

1.0.0-RC3

Toggle 1.0.0-RC3's commit message
Re-organize travis test config

1.0.0-RC2

Toggle 1.0.0-RC2's commit message
- Warm up command-compilation code while the prompt is shown, to spee…

…d up the first command if the user takes a moment to enter it

- `synchronize` everything on `Interpreter` and `CompilerLifecycleManager`, to ensure that the parallel warmup-compilation doesn't get interleaved with the user' first command
0