Ruslan Shevchenko

Results 26 issues of Ruslan Shevchenko

This will prevent situation as in #20 (where all tests, running in parallel on overloaded machine can produce sporadic overflows)

## Compiler version 3.1.1-RC1-bin-SNAPSHOT. (master at May. 9.2023) ## Minimized code Macro.scala: ```Scala package x import scala.quoted.* import scala.collection.* object Macro { def myIndexWhere[A](arrOps: ArrayOps[A])(p: A=>Boolean, from:Int):Int = ??? inline...

itype:bug
regression
area:metaprogramming:reflection

DataLense is an expression Data=>Data, which can be generated from the access function. I.e. in data we have two new methods: ``` Data.fromDataLensed[A,B](data: Data, indexFunction: A=>B): B Data.lense[A,B]: Data =>...

``` git clone -b scalanative-enabled-stacktraces-report [email protected]:rssh/dotty-cps-async.git cd dotty-cps-async sbt cpsNative/test:compile sbt cpsNative/test ``` result: ``` rssh@rssh4> sbt cpsNative/test ~/tmp/dotty-cps-async [info] welcome to sbt 1.10.0 (Homebrew Java 22.0.2) [info] loading global...

bug

We have two lists definitions with slightly different set of operations: scalus.prelude.List and scalus.builtins.List which is annoying. Need to merge or document the needless.

refactoring

https://github.com/nau/scalus/blob/945c14d914fd5da0c481b726226c363f2ac5db3f/examples/src/main/scala/scalus/examples/SendTx.scala#L103 Need to change doubleCborHex. to. toUplc.PlutusV3

bug

copy in case classes not implemented

enhancement

Illustration: ``` git checkout benchmarks-issue sbt scalusJVM/compile sbt scalusExamplesJVM/test:compile ```

bug