Łukasz Kurowski

Results 68 comments of Łukasz Kurowski

I am wondering why did you choose to use a separate tree-sitter extractor for the functions? I think it should be possible using just LSIF [`textDocument/references`](https://microsoft.github.io/language-server-protocol/specifications/lsif/0.4.0/specification/#references) if I understand it...

I see that makes sense now. I wonder if SCIP does have this information directly and also what was the motivation behind using LSIF instead of SCIP? My intuition is...

> @crackcomm just to understand: you're saying the current implementation is not fully compatible with https://git-scm.com/docs/gitignore, correct? Yes, this PR fixes: > `frotz/` matches `frotz` and `a/frotz` that is a...

@hacdias I can add the function to the mock, no problem but could you please guide me where to add the test? I would also want to add another change...

I stumbled upon it because I use `glob` to build all tests. This is actually duplicate of #105 and there is a [suggested fix](https://github.com/scylladb/seastar/issues/105#issuecomment-173863877). The test seems to be disabled...

@kentookura try setting `OCAMLOPT` environment variable to ocamlopt path.

If you provide more comprehensive log I might be able to help you but this is not enough to understand what's going on.

``` warning: vendor/boxroot/boxroot.c:821:17: note: expected ‘value’ {aka ‘long int’} but argument is of type ‘value *’ {aka ‘long int *’} warning: vendor/boxroot/boxroot.c:821:7: error: too few arguments to function ‘action’ warning:...

``` /nix/store/f4qnwzv6y0nq8lix33jr5ykkyybs6fxf-binutils-2.40/bin/ld: /nix/store/q0jddwvn5jydyiqhwrxf7q6mx8j3ykm7-rust-std-1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-6498d8891e016dca.rlib(std-6498d8891e016dca.std.3759e478f3a6c4f2-cgu.0.rcgu.o): undefined reference to symbol '__tls_get_addr@@GLIBC_2.3' /nix/store/f4qnwzv6y0nq8lix33jr5ykkyybs6fxf-binutils-2.40/bin/ld: /nix/store/1n2l5law9g3b77hcfyp50vrhhssbrj5g-glibc-2.37-8/lib/ld-linux-x86-64.so.2: error adding symbols: DSO missing from command line ``` Not sure what exactly is going on there but looks like...

I'm not sure, linker issues are common but the solution might be nixos specific.