Yan Titarenko

Results 83 issues of Yan Titarenko

Hi. I think I found a bug. > $ go build -i -v -x > WORK=/tmp/go-build100086455 > github.com/pkg/term/termios > mkdir -p $WORK/b014/ > cd $WORK > /home/oceanfish81/gollvm_dist/bin/llvm-goc -fgo-importcfg=/dev/null -c -x...

help wanted

Hi. I wanted to confirm that this projects compiles, tests are running successfully and executables are working - I am using [gollvm](https://go.googlesource.com/gollvm/) on Ubuntu 20.04.1 x86_64 . I am proposing...

I wasn't able to run your test suite: > $make test > > GO111MODULE=on go test ./... > ? go.universe.tf/netboot/cmd/pixiecore [no test files] > ? go.universe.tf/netboot/cmd/pixiecore-apache2 [no test files] >...

### General information * Minishift version: v1.34.3+4b58f89 * OS: Windows 10 build 19041.572 * Hypervisor: VirtualBox 6.1.14 ### Expected I was trying to deploy [this](https://docs.okd.io/3.11/minishift/getting-started/quickstart.html#deploy-sample-app) demo ### Actual > \>...

status/stale

Hi. I wasn't able to build your project, if using [gollvm](https://go.googlesource.com/gollvm/) compiler. > ~/golang_projects/duit$ go build -i -v -x > WORK=/tmp/go-build288395935 > # get https://proxy.golang.org/github.com/mjl-/go/@v/v0.0.0-20180429123528-fafada5f286e.info > # get https://proxy.golang.org/github.com/mjl-/go/@v/v0.0.0-20180429123528-fafada5f286e.info: 200...

Hi. Tests are failing, for some reason. > $ go test ./... > go: finding module for package github.com/Workiva/go-datastructures/queue > go: finding module for package github.com/jessevdk/go-flags > go: finding module...

Hi. Would you be up to start supporting i686? I have this https://github.com/platformio/platformio-core/blob/6e5198f3739f536935916f700bd09a9f96ad0278/platformio/package/exception.py#L55 error fired, on Ubuntu 16 :+1: > $ python3 -m platformio run > Processing sipeed-longan-nano (framework: gd32vf103-sdk;...

Hi there. I wasn't able to run some of your tests: > $ go test ./... > # _/home/oceanfish81/go-guerrilla/mail > mail/envelope.go:163:42: conversion from int64 to string yields a string of...

Hi there. I was curious if your company might support [gollvm](gollvm). I was able to compile the Worker project, using [gollvm](https://drive.google.com/file/d/1AJwxoYG30JPL43EpLflg3UAeE7STKYMf/view?usp=sharing) . I wasn't able to run any tests, due...

Many packages do not build, using gollvm, if they depend on reflect2 package. So I am opening an issue, to track down bugs. > $ go version && go env...