You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failing these tests when running "make test" in "${GOPATH:-~/go}/src/github.com/limetext/backend":
signal: killed
FAIL github.com/limetext/backend 0.003s
ok github.com/limetext/backend/clipboard 1.023s
ok github.com/limetext/backend/keys 1.046s
ok github.com/limetext/backend/log 1.022s
signal: killed
FAIL github.com/limetext/backend/packages 0.004s
ok github.com/limetext/backend/parser 1.016s
ok github.com/limetext/backend/render 1.024s
signal: killed
FAIL github.com/limetext/backend/watch 0.003s
make: *** [test] Error 1
I'm running on qt 5.10.1, python 3.5, go 1.7.1 and onigurama 6.8.1.
Additionally, I get this build warning when running: "go get github.com/limetext/lime-qml/main/..."
In file included from ./all.cpp:6:
In file included from ./cpp/goitemmodel_api.cpp:4:
In file included from ./cpp/util.cpp:2:
./cpp/util.h:13:9: warning: 'QStringFromGoString' has C-linkage specified, but returns user-defined type 'QString
Apologies if this is redundant. I am interested in contributing to this project, but I would like to get a local instance running first.
I am also running in a python 3.5 virtual env, if that helps.
The text was updated successfully, but these errors were encountered:
Failing these tests when running "make test" in "${GOPATH:-~/go}/src/github.com/limetext/backend":
signal: killed
FAIL github.com/limetext/backend 0.003s
ok github.com/limetext/backend/clipboard 1.023s
ok github.com/limetext/backend/keys 1.046s
ok github.com/limetext/backend/log 1.022s
signal: killed
FAIL github.com/limetext/backend/packages 0.004s
ok github.com/limetext/backend/parser 1.016s
ok github.com/limetext/backend/render 1.024s
signal: killed
FAIL github.com/limetext/backend/watch 0.003s
make: *** [test] Error 1
I'm running on qt 5.10.1, python 3.5, go 1.7.1 and onigurama 6.8.1.
Additionally, I get this build warning when running: "go get github.com/limetext/lime-qml/main/..."
In file included from ./all.cpp:6:
In file included from ./cpp/goitemmodel_api.cpp:4:
In file included from ./cpp/util.cpp:2:
./cpp/util.h:13:9: warning: 'QStringFromGoString' has C-linkage specified, but returns user-defined type 'QString
Apologies if this is redundant. I am interested in contributing to this project, but I would like to get a local instance running first.
I am also running in a python 3.5 virtual env, if that helps.
The text was updated successfully, but these errors were encountered: