timothy
timothy
Can you release new version with #969 fix included? When I'm trying to build utop (2.10.0) on NixOS: ``` ocaml5.0.0-lambda-term> File "/nix/store/1kim4vsfwacfra7j0v8irkf2yx2gix6s-ocaml5.0.0-lwt-5.6.1/lib/ocaml/5.0.0/site-lib/lwt/dune-package", line 11, characters 11-16: ocaml5.0.0-lambda-term> 11 | (requires...
## Compiler version Problem started from `3.5.0-RC1-bin-20240501-e6bc130-NIGHTLY` version and still present in latest nightly build. As a workaround I'm using `3.5.0-RC1-bin-20240429-e2c456f-NIGHTLY` version. ## Minimized code ``` [Error] error while loading...
For `assert` I get full stack trace like ``` ==> X xxx.XxxSpec.xxx 0.003s munit.FailException: assertion failed at munit.FunSuite.assert(FunSuite.scala:11) at xxx.XxxSpec.$init$$$anonfun$2$$anonfun$1(XxxSpec.scala:72) at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:619) at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:617) at scala.collection.parallel.immutable.ParHashMap$ParHashMapIterator.foreach(ParHashMap.scala:78) at scala.collection.parallel.ParIterableLike$Foreach.leaf(ParIterableLike.scala:938) at scala.collection.parallel.Task.tryLeaf$$anonfun$1(Tasks.scala:52)...
https://emojipedia.org/unicode-16.0
Also escaping whitespaces in output_groups
### Version 5.0.1+ ### Context Im using scalapb (https://github.com/scalapb/ScalaPB/blob/master/scalapb-runtime-grpc/src/main/scala/scalapb/grpc/Marshaller.scala) with vertx-grpc since 4.+ version. After updating to 5.0.1, vertx casting Marshaller into `this.messageLite = (MessageLite) ((MethodDescriptor.PrototypeMarshaller) marshaller).getMessagePrototype();` which is breaking...