Chris Kipp
Chris Kipp
Thanks a lot for the detailed investigation @LyndonArmitage! > Is this default behaviour desirable? Given that if something (like slf4j-simple) logs a lot of message to stderr/System.err it will render...
Thanks for reporting @phil-wang-2049. My guess is something isn't being exported correct with the maven plugin, but I haven't dove in yet. Just confirming that I can reproduce this.
> For that to work we should automatically add --release flag similar to how ScalaCLI does it for all bloop plugins: Do you have a link handy to show where/how...
> Well, this doesn't seem to work anymore :/ I did speak with @dotta about this a bit at the tooling summit and while it's a nice to have, it's...
Hey @jdneo thanks for the question! It may just be the gradle plugin doesn't indeed correctly export the generated sources directory, meaning that Bloop doesn't know about them. I tried...
> Though the only problem is .bloop/bloop.json which would be harder to find when using dirs-dev I think it shouldn't be a problem right? Since it's a config file I'd...
Funny enough, I just realized that Bloop actually has everything that is needed to start just utilizing this, but it's not used by everything. You can see this in https://github.com/scalacenter/bloop/blob/931ce1b480dc0310c56a8783aa99c4c7bf9b3109/shared/src/main/scala/bloop/io/Paths.scala#L25-L31...
Thanks for opening this up @lervag. I can understand why someone may want a bit more control here. > Perhaps it would make sense to rely on [Popup from nui.nvim](https://github.com/MunifTanjim/nui.nvim/tree/main/lua/nui/popup#popup)...
So this is a bit of a hack, but for now since https://github.com/scalameta/metals/pull/6013 is merged, you can utilize the cancel compilation command, which will now also cancel the worksheet evaluation.
> I am not sure about adding a dedicated page on the site. It could also be an entry in the FAQ, for instance. The tricky part with just putting...