Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8584adc

Browse files
committedMay 3, 2018
Add release notes for scalacenter#468
1 parent 548e42e commit 8584adc

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed
 

‎notes/v1.0.0-M10.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,18 @@ background when the user has exit the session. By doing this, we keep
165165
compilation fast because we don't need to wait until the server has written
166166
all the analysis files (which can be in the order of ~500MB in big projects).
167167

168+
## Bugfixes :bug:
169+
170+
#### [Make `console` work again by enabling `-Xnojline`](https://github.com/scalacenter/bloop/issues/468) (by [@tues])
171+
172+
Bloop uses nailgun under the hood, and therefore all activity in the input
173+
stream needs to go through it. `jline` doesn't like this whole level of
174+
indirection, and therefore for console to work we need to pass in `-Xnojline`
175+
as a Scala console option.
176+
177+
For an excellent analysis of what is going on, check the original [bug
178+
report](https://github.com/scalacenter/bloop/issues/385).
179+
168180
## Usability improvements
169181

170182
#### [Speed up the project load](https://github.com/scalacenter/bloop/pull/443) (by [@jvican])
@@ -254,4 +266,4 @@ Thank you all :sparkles:!
254266
[@jvican]: https://github.com/jvican
255267
[@propensive]: https://github.com/propensive
256268
[@laughedelic]: https://github.com/laughedelic
257-
[@jastice]: https://github.com/jastice
269+
[@jastice]: https://github.com/jastice

0 commit comments

Comments
 (0)