Chris Clark

Results 20 comments of Chris Clark

``` Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/home/christopher/opt/GNAT/2021/bin/../libexec/gcc/x86_64-pc-linux-gnu/10.3.1/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none Target: x86_64-pc-linux-gnu Configured with: ../src/configure --enable-languages=ada,c,c++ --enable-checking=release --enable-dual-exceptions --enable-offload-targets=nvptx-none --enable-_cxa_atexit --enable-threads=posix --with-bugurl=URL:mailto:[email protected] --disable-nls --without-libiconv-prefix --disable-libstdcxx-pch --disable-libada --disable-multilib --enable-libstdcxx --with-mpfr=/it/sbx/a2c2/x86_64-linux/mpfr-3.1.5/install --with-gmp=/it/sbx/a2c2/x86_64-linux/gmp-6.1.2/install --with-mpc=/it/sbx/a2c2/x86_64-linux/mpc-1.0.3/install --with-build-time-tools=/it/sbx/a2c2/x86_64-linux/gcc-c/build/buildtools/bin --prefix=/it/sbx/a2c2/x86_64-linux/gcc-c/pkg...

any idea? Still unable to generate sdlada, and there is no binary distributed anywhere.

I'm getting the same thing. ``` fn hex_bounds(lexer: &mut Lexer) -> Option { let trimmed = lexer.slice().trim_start_matches("0x"); let num = usize::from_str_radix(trimmed, 16); match num { Err(_) => None, Ok(val) =>...

@dtel I was able to figure this out. I thought it was an issue with Rust Macros hiding the error, but its pretty clear when we read it! :100: :100:...

I'm very new to zig, but how do vectors work now for unclear operations? ``` const a = @Vector(4, i32){ 1, 2, 3, 4 }; const b = @Vector(4, i32){...

![image](https://user-images.githubusercontent.com/78776922/228001007-067db93c-99f7-488b-af5b-a516466b3764.png) Yup. I didn't see a way to "start" a server in `vim-lsp` either.

The .git directory is one directory up, however. Which I noticed there was some auto configuration around that, could that be the issue? if so, how would I resolve it...

I tried a kotlin project I had, the language server took a while, but eventually started up, so i would say it was working. So it's something specific to typescript-language-server...

The first time I ran this action in my pipeline it passed. So I merged it right in. No build has worked since. I am going to start looking where...

So I investigated as much as I could. It failed for me on the posix library download from sourceforge. I was able to get a 3rd try build on the...