Chris Kipp

Results 139 issues of Chris Kipp

There are some security vulnerabilities associated with older jackson versions. People mentioned starting to see this in their projects after adding sbt-dependency-submission in their Scala 3 projects. ref: https://github.com/scalacenter/sbt-dependency-submission/issues/49

I've created this as a follow-up to the discussion started in [the contributor forum](https://contributors.scala-lang.org/t/revisiting-dotty-diagnostics-for-tooling/5649). Since there was no push back, I've gone ahead and started the process. I'll use this...

area:tooling

This updates mill to the latest stable release 0.10.5.

## Problem outline Not really a bug, just something a bunch of people are going to hit on. I've reported this to [`scala/bug`](https://github.com/scala/bug/issues/12632), but these updates may have to go...

Bug

## steps - Create a hello-world project with `sbt new scala/hello-world.g8` - Open this project with Metals, ignore the prompt to import the build, and instead issues a "Metals Switch...

Bug

### Describe the bug Lately when triggering code actions I see a lot of messages that are unclear related to the "Extract ... as value" code action. For example I...

bug
code action
spree

This relates to the grand plan of https://github.com/lampepfl/dotty/issues/14904 and recently forwarding the `diagnosticCode` has been merged in https://github.com/lampepfl/dotty/pull/15565 and also backported so it should show up in the 3.2.x series....

**Describe the bug** I don't have a clear reproduction for this yet, but it is happening enough to me that I'd like to try and track down what exactly is...

bug
bloop

> I don't know if there's something obvious that I'm missing. I can NOT autoformat .sbt files, but sometimes there are sbt files with .scala extension, which makes things a...

### Discussed in https://github.com/scalameta/nvim-metals/discussions/420 Originally posted by **caenrique** June 27, 2022 I have an autocommand on BufWritePre to run scalafix with the organize imports rule, but this is only set...

scalafix
improvement