Eshu

Results 30 comments of Eshu

Seems like it happens when application tries to load file from the same directory where it has been run without any path mention (I omitted insignificant lines): ``` ~/workspace$ cat...

@armanbilge There should be `def`, otherwise the initialization error happens: ``` override def scalaCheckInitialSeed = "UuhLRvSjo_SAS13rYR-NHxeNurZ-dZNzGgpxCYA_i6G=" ``` And after that bug is not reproducible (had been fixed?)...

@armanbilge I replaced content of `flake.lock` with this one: https://github.com/http4s/http4s/blob/d05e8097facfa3f25fcd527d9032ee4c768260ad/flake.lock and the build was succeed with the line ``` override def scalaCheckInitialSeed = "UuhLRvSjo_SAS13rYR-NHxeNurZ-dZNzGgpxCYA_i6G=" ``` in `DecodeSpec`.

@armanbilge It looks like there are many differences in dependencies. But I see ``` org.http4s.DecodeSpec: + decode should be consistent with utf8.decode 2.656s + decode should be consistent with String...

@armanbilge Sorry, I am not very good with git, and I see the error I've never seen before ``` $ git checkout d05e8097facfa3f25fcd527d9032ee4c768260ad fatal: reference is not a tree: d05e8097facfa3f25fcd527d9032ee4c768260ad...

So `DecodeSpec` could be passed successfully even with the initial seed your mentioned before? The problem was not reproduced even with branch you kindly made for me... Sorry, I am...

@armanbilge If you do not mind I will push changes to your branch. I applied exact parameters as you told me, but...

The PR is here: https://github.com/http4s/http4s/pull/7301 It looks like it passed JVM tests, but failed for JS and native builds. It is interesting because the test with the same fixed arguments...

@armanbilge JS failure is: ``` [warn] In the last 10 seconds, 5.657 (56.6%) were spent in GC. [Heap: 0.12GB free of 6.00GB, max 6.00GB] Consider increasing the JVM heap using...

Yes, just figured it out. Looks like "12Gb ought to be enough for anybody" :rofl: And it was failed on rootJS, I will continue the investigation