From 8584adcab28f66f5c74b62730ecac369c4d91bfa Mon Sep 17 00:00:00 2001 From: jvican Date: Thu, 3 May 2018 19:54:53 +0200 Subject: [PATCH] Add release notes for #468 --- notes/v1.0.0-M10.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/notes/v1.0.0-M10.md b/notes/v1.0.0-M10.md index 0a77a9eb7f..64759a824e 100644 --- a/notes/v1.0.0-M10.md +++ b/notes/v1.0.0-M10.md @@ -165,6 +165,18 @@ background when the user has exit the session. By doing this, we keep compilation fast because we don't need to wait until the server has written all the analysis files (which can be in the order of ~500MB in big projects). +## Bugfixes :bug: + +#### [Make `console` work again by enabling `-Xnojline`](https://github.com/scalacenter/bloop/issues/468) (by [@tues]) + +Bloop uses nailgun under the hood, and therefore all activity in the input +stream needs to go through it. `jline` doesn't like this whole level of +indirection, and therefore for console to work we need to pass in `-Xnojline` +as a Scala console option. + +For an excellent analysis of what is going on, check the original [bug +report](https://github.com/scalacenter/bloop/issues/385). + ## Usability improvements #### [Speed up the project load](https://github.com/scalacenter/bloop/pull/443) (by [@jvican]) @@ -254,4 +266,4 @@ Thank you all :sparkles:! [@jvican]: https://github.com/jvican [@propensive]: https://github.com/propensive [@laughedelic]: https://github.com/laughedelic -[@jastice]: https://github.com/jastice \ No newline at end of file +[@jastice]: https://github.com/jastice