Anton Sviridov
Anton Sviridov
Would an untracked source file be the cause of this? Wouldn't be covered by `sbt clean`, and would be still compiled by SBT. Something like `git clean -nx .` can...
With address sanitizer you get _a little_ extra info: ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==1656==ERROR: AddressSanitizer: SEGV on unknown address 0x00000000007e (pc 0x00010278da24 bp 0x0001027dbabc sp 0x00016d6cf2b0 T0) ==1656==The signal is caused...
_SM27scala.runtime.BoxesRunTime$D11unboxToByteL16java.lang.ObjectbEO is this: https://github.com/scala-native/scala-native/blob/main/auxlib/src/main/scala/scala/runtime/BoxesRunTime.scala#L30-L31 Which is nothing special, just probably shows the address is wrong.
I hope this is where the problem happens.. **With `AnyVal`** ```llvm def @"M4Bug$D12$anonfun$g$1L14java.lang.BytezEPT4Bug$" : (@"T4Bug$", @"T14java.lang.Byte") => bool { %3(%1 : @"T4Bug$", %2 : @"T14java.lang.Byte"): %4 = unbox[@"T14java.lang.Byte"] %2 :...
A couple months back I did a quick experiment and converted RSTs and the site to markdown and docusaurus: https://new-scala-native-website.surge.sh/ Usage of mdoc will be complicated by the fact that...
> @keynmol I am sorry I canceled your workflow by mistake, but it's restarting now. no worries @adpi2 it wasn't worth running to begin with :P
I've already started hacking on the codebase trying to fix it - would you mind assigning it to me?
FWIW, I agree with @JD557 and hope that CE publishes all the modules that _can_ be published without having to add any dummy implementations. CE's typeclasses sit at the top...
I believe @djspiewak is still manually updating version numbers in README like a **crazy** person. Overall I very much agree with Ross that README is almost always a lie (unless...
``` └─ org.scalameta:scalameta_2.13:latest.stable -> 4.4.28 (possible incompatibility) ├─ org.scala-lang:scala-library:2.13.6 ├─ org.scala-lang:scalap:2.13.6 │ └─ org.scala-lang:scala-compiler:2.13.6 │ ├─ net.java.dev.jna:jna:5.3.1 │ ├─ org.jline:jline:3.19.0 │ ├─ org.scala-lang:scala-library:2.13.6 │ └─ org.scala-lang:scala-reflect:2.13.6 │ └─ org.scala-lang:scala-library:2.13.6 └─...