Skip to content

bloop v1.1.2

Compare
Choose a tag to compare
@bloopoid bloopoid released this 13 Dec 16:24
8f8cc9d

Install v1.1.2 🍬

If you're on Mac OS X, upgrade to the latest version with:

$ brew upgrade scalacenter/bloop/bloop
$ brew services restart bloop

Otherwise, run:

$ curl -L https://github.com/scalacenter/bloop/releases/download/v1.1.2/install.py | python
// and restart the server

Read the complete installation instructions in our Installation page.

Highlights 📚

The v1.1.2 release is mostly a bugfix release fixing some installation problems.

Fixes in installation

  1. Configure a scoop-based installation for Windows Powershell users.
  2. Improve the ergonomics of Windows CMD users.
  3. Fix several bugs with the installation script and the nailgun script.
  4. Fix a bug in the build when running gradle in Windows.
  5. Improve the UX of the installation page by persisting the choices to the session storage.

Check the PR introducing these changes here.

Handling recursive dependencies gracefully

See scalameta/metals#396 for the issue that triggered work on this area. Even
if recursive dependencies is a fatal error for bloop, we still handle
gracefully and connect successfully during a bsp connection. Builds that have
problems will get:

  1. An empty response to workspace/buildTargets.
  2. A build/showMessage per every error found.

Contributors 👥

According to git shortlog -sn --no-merges v1.1.1..v1.1.2, 1 people contributed to this
v1.1.2 release: Jorge Vicente Cantero.