Yan Titarenko

Results 83 issues of Yan Titarenko

Creating a bug report. Two compilers are affected: GCC 11.2.0 and Clang 14. > https://github.com/golang/go/issues/51875 > $ gcc --version > gcc (Ubuntu 11.2.0-7ubuntu2) 11.2.0 > $ clang-14 --version > Ubuntu...

Hi. I think I caught some type of runtime bug. > $ ./gen > unexpected fault address 0x7f79d82f2000 > fatal error: fault > [signal SIGSEGV: segmentation violation code=0x2 addr=0x7f79d82f2000 pc=0x7f79d7eb4de0]...

Hi. I am curious what is lacking for using a Go API, like in your project and in https://libguestfs.org/guestfs-golang.3.html , to operate like this: https://fedoraproject.org/wiki/Architectures/RISC-V/Installing#Optional:_expand_the_disk_image .

I am trying to use [gollvm](https://go.googlesource.com/gollvm/) for building [device-virtual-go](https://github.com/edgexfoundry/device-virtual-go) - and it would require cross-compiling capabilities, if building under x86_64 (Ubuntu 20, in my case). Looks like 3rd party assembler...

Hi. Looks like there is no support for RISC-V arch. I was trying to build https://github.com/pravega/pravega-client-rust . CC @Tristan1900 @zwx14700 @shrids . Here is what I tried: > $ export...

Hi. I am curious about what blocks the usage of the following SVD file: https://raw.githubusercontent.com/sipeed/platform-gd32v/master/misc/svd/GD32VF103.svd . A part of campaign for supporting https://longan.sipeed.com/en/ , for TinyGo project

Hi. I was checking whether it is possible to perform a painless migration of your project, on behalf of a farther improvements of the reflection API. I was able to...

@thanm, @cheerymui : project's [readme ](https://github.com/spf13/afero/blob/master/README.md) could be updated - this project was compiled successfully, using [gollvm](https://go.googlesource.com/gollvm/). I was able to run all their tests. Probably makes sense to mark...

> $ go version > go version go1.16.2 linux/arm64 > $ ./build.sh > + '[' '!' -d /tmp/build-golang/src/github.com/json-iterator ']' > ./build.sh > + '[' '!' -d /tmp/build-golang/src/github.com/json-iterator ']' > +...

Hi. Here is what I did: > $ go version > go version go1.16 linux/arm64 > $ git clone https://github.com/json-iterator/go > Cloning into 'go'... > remote: Enumerating objects: 9, done....