Ayke

Results 777 comments of Ayke

The problem here is rather subtle and lies deep in the compiler. Last time I looked at it, I discovered that it was likely a problem with the `runtime.isnil` mechanism...

It looks like this is going to be a blocker for Go 1.14 support. I get this error after modifying the error printer slightly while running `go test`: ``` main.go:693:...

@tucnak take a look at #901. The issue with math/rand has been solved with #983, but there are a few other things left.

> BTW, what's the maintainer's stance on [fuzzing](https://go.dev/doc/fuzz/), is it fully supported tooling-wise? This is probably single most important addition to Go language since race detector! And especially important for...

> The issue is that there still need to have the devkitpro env to get the libnx include path. It's always inside devkitpro folder, but you dont know where is...

Can you maybe share a working .nro file that I can test? To determine which is the cause (the build or Yuzu).

Well that version sadly doesn't run, so I'm afraid my Yuzu build still doesn't work. One time it even crashed: ``` Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run...

This is what it says on startup, is that a problem? ![Screenshot from 2020-05-14 00-19-49](https://user-images.githubusercontent.com/729697/81871705-a54b2180-9578-11ea-8cb8-e9302552171d.png)

I have also managed to produce a test.nro that works in yuzu, so I have all the tools I need for local testing.

Played around a bit with avoiding libnx, but all I got was a panic in linkle: ``` thread 'main' panicked at 'Invalid module offset 3531603969', :5:6 note: run with `RUST_BACKTRACE=1`...