Matthew Russell

Results 75 comments of Matthew Russell

(still haven't had a chance to test with gcc 11 / boost 1.55, will do though)

I think I addressed all the comment. In the last push it looked like ` C/C++ CI / build_on_ubuntu_boost_183_gcc_x86 (pull_request)` failed. ``` error: narrowing conversion of ‘its_device.std::__cxx11::basic_string::size()’ from ‘std::__cxx11::basic_string::size_type’ {aka...

I created https://github.com/COVESA/capicxx-core-tools/pull/65 but I haven't tested it. I can't build `org.genivi.commonapi.console` (on `master`) ``` ❯ mvn -Dtarget.id=org.genivi.commonapi.core.target clean verify // .... [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on...

Oh, I'm pretty sure I was in the latest jdk, k, I'll set up java 8 and try

I tried with https://hub.docker.com/r/eucm/maven , but got: ``` [WARNING] Error injecting: org.eclipse.xtend.maven.XtendCompile com.google.inject.ProvisionException: Unable to provision, see the following errors: 1) [Guice/ErrorInjectingConstructor]: com.google.inject.internal.util.$ComputationException: com.google.inject.internal.util.$ComputationException: com.google.inject.internal.util.$ComputationException: com.google.inject.internal.util.$ComputationException: com.google.inject.internal.util.$ComputationException: Excep tionInInitializerError at...

Using [eclipse/ubuntu_jdk8](https://hub.docker.com/r/eclipse/ubuntu_jdk8), I got: ``` [INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.genivi.commonapi.core.target --- [INFO] skip compiling sources because the configured directory '[/workspace/capicxx-core-tools/org.genivi.commonapi.core.target/src/main/java]' does not exist. [INFO] [INFO] --- tycho-packaging-plugin:0.22.0:package-target-definition (default-package-target-definition) @...

> I have the same problem. But I think it's a vim8's bug. I use the exact same vimrc on neovim and it works fine! I see this in neovim...

Would these changes help? https://github.com/COVESA/vsomeip/pull/561