File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,18 @@ background when the user has exit the session. By doing this, we keep
165
165
compilation fast because we don't need to wait until the server has written
166
166
all the analysis files (which can be in the order of ~ 500MB in big projects).
167
167
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
+
168
180
## Usability improvements
169
181
170
182
#### [ Speed up the project load] ( https://github.com/scalacenter/bloop/pull/443 ) (by [ @jvican ] )
@@ -254,4 +266,4 @@ Thank you all :sparkles:!
254
266
[ @jvican ] : https://github.com/jvican
255
267
[ @propensive ] : https://github.com/propensive
256
268
[ @laughedelic ] : https://github.com/laughedelic
257
- [ @jastice ] : https://github.com/jastice
269
+ [ @jastice ] : https://github.com/jastice
You can’t perform that action at this time.
0 commit comments