110416

Results 99 comments of 110416

> Also, we can probably can also try to workaround CStruct 21 limit by the usage of inner struct. I think using array for struct is a bit clumsy approach,...

Test fails on Windows 🤔

Ah, I wrote wrong tests for international monetary numeric formatting parameters :(

Removed some tests for fields that are not always guaranteed to be exist.

Btw, do you have any idea why test is failing on M1 mac? Unfortunately, it is hard for me to debug M1 because I don't have M1 mac :(

> I'll try to investigate this Thank you!

Are all following codes supposed to throw compile-time error too? - `def f[T](arg: T): R = extern` Currently, runtime unexpected behavior (probably because of overload resolution) - `def f[@specialized(S0,S1,...) T](arg:...

> I was hoping that no dependencies would need to be installed so it would be easy for contributors, Hello, I found scaladoc in dotty has SSG. https://github.com/lampepfl/dotty/projects/7 I think...

https://github.com/scala-native/scala-native/pull/2594#issuecomment-1068748876