Conversation
Replace jsoniter with circe in tracer
Bump jsonrpclib
| import io.circe.DecodingFailure | ||
|
|
||
| private[langoustine] object jsonrpcIntegration: | ||
| object jsonrpcIntegration: |
There was a problem hiding this comment.
thought: needed to make this public so that it can be used in the test.core.testkit class
| ): Option[t.In] = | ||
| for | ||
| js <- scala.util.Try(ujson.read(writeToArray(p))).toOption | ||
| js <- scala.util.Try(ujson.read(writeToArray(p.data))).toOption |
There was a problem hiding this comment.
question: would it be possible for langoustine to switch from ujson to circe? That would help a lot with all these conversions.
|
tests passed but |
nothing new here, think the repo isn't set up for snapshot publishing. Revert my change from ci.yml and it'll go away. or figure out what's missing :) |
I think the secrets are simply not visible in the job due to running in a fork. @keynmol grant us some restricted write access please? :) |
Co-authored-by: Jakub Kozłowski <kubukoz@gmail.com>
No description provided.