Fix: #194 Align scala-native-bindgen with Scala Native 0.4.x API - #195
Fix: #194 Align scala-native-bindgen with Scala Native 0.4.x API#195ekrich wants to merge 22 commits into
Conversation
|
@kornilova203 or @jonas - if either of you have time to look at this and give me some pointers it would be great. Everything compiles and runs but the generation doesn't match quite - there are some weird things that don't seem consistent like a |
|
Hello @ekrich, |
|
@kornilova203 Hope you are doing well. The Scala Center is working on a few things before the I got the new The strange thing to me is the differences in pointer dereference in Scala that is different for primitives, structs, and arrays. You have methods for these so I tried to do the right thing for generation. The test errors when running the tests that compare the generation are a bit hard to understand because then you have to find where in the code that in generated. I have most of normal tests passing. The The second test failing is the |
|
@ekrich, |
|
@kornilova203 I totally understand. I was hoping you could look and give me some pointers but the interopt changed quite a bit so it is not obvious so it would take a commitment. I think I can get some help from the people working on Scala Native now. |
No description provided.