Skip to content

Commit

Permalink
Add release notes for #468
Browse files Browse the repository at this point in the history
  • Loading branch information
jvican committed May 3, 2018
1 parent 548e42e commit 8584adc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion notes/v1.0.0-M10.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down Expand Up @@ -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
[@jastice]: https://github.com/jastice

0 comments on commit 8584adc

Please sign in to comment.