Martin Jakobsson

Results 7 issues of Martin Jakobsson

## Compiler version 3.2.0-RC3 ## Minimized code ```Scala @main def a(b: Int): Unit = { assert(b == 1) } ``` The `assert` function is part of the Scala 3 library...

itype:bug
area:coverage

**Describe the bug** When there are many items in the dropdown some items turn gray as if they are selected. This happens when it's possible to scroll and the gray...

**Describe the bug** When a variable is defined multiple times in a file the first definition seems to be used for type checking. This can be a problem if multiple...

bug

## Problem This extension does not seem to work inside [multi-root VSCode workspaces](https://code.visualstudio.com/docs/editor/workspaces#_multiroot-workspaces). The `ocamllsp` and `ocamlc` commands are not found. ## Context I have a VSCode workspace where one...

type: improvement

There seems to be a missing minus sign in the key expansion function for RC2 on [this line](https://github.com/digitalbazaar/forge/blob/2bb97afb5058285ef09bcf1d04d6bd6b87cffd58/lib/rc2.js#L84). The `T1` variable should be negated (which is what they do [here](https://groups.google.com/g/sci.crypt/c/m1UFiFMC89Y/m/cLyO5tr1g_MJ))....

bug

The "RC2 Encrypt" and "RC2 Decrypt" operations use an "effective key bits" value of 128. It would be great if that value was mentioned somewhere in the description in the...

feature

As mentioned in https://github.com/sbt/sbt-jni/issues/20 the `uname` command does not exist on Windows, which means that a program built using `sbt-jni` cannot be run on Windows. This PR removes all usages...

feature