You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(git cherry-pick a62d4c8)
Fixes this build failure that suddenly occurred with no code changes:
```
$ ./gradlew :webauthn-server-core:compileTestScala
Execution failed for task ':webauthn-server-core:compileTestScala'.
>
bad constant pool index: 0 at pos: 89856
while compiling: ./webauthn-server-core/src/test/scala/com/yubico/scalacheck/gen/JacksonGenerators.scala
during phase: globalPhase=typer, enteringPhase=namer
library version: version 2.13.8
compiler version: version 2.13.8
reconstructed args: [9876 characters redacted for brevity]
last tree to typer: Ident(com)
tree position: line 35 of ./webauthn-server-core/src/test/scala/com/yubico/scalacheck/gen/JacksonGenerators.scala
tree tpe: com.type
symbol: final package com
symbol definition: final package com (a ModuleSymbol)
symbol package: <none>
symbol owners: package com
call site: package gen in package scalacheck in package scalacheck
== Source file context for tree position ==
32 import com.fasterxml.jackson.databind.node.NumericNode
33 import com.fasterxml.jackson.databind.node.ObjectNode
34 import com.fasterxml.jackson.databind.node.TextNode
35 import com.upokecenter.cbor.CBORObject
36 import com.yubico.internal.util.JacksonCodecs
37 import org.scalacheck.Arbitrary
38 import org.scalacheck.Arbitrary.arbitrary
```
0 commit comments