Vincent
Vincent
@rgrinberg seemed to think this was a regression and we should still allow the "old" behavior. About the possibilities: - it is a bit more complex (see my other issues...
The problem with the copy rule is that the file might be present (when we build inside FB's infra) or not (for github/OSS users). So far I never managed to...
Looks like I didn't clear the files correctly. If I remove the full facebook sub dir, using `copy_files` fails with ``` File "dune", line 2, characters 12-30: 2 | (copy_files...
I think I got around our use case using the `rule/copy#` solution, instead of `copy_files`. If you don't consider this access to subdirectories a regression, feel free to close the...
Looks like it works ! In my config I'm using rustaceanvim instead of configuring rust-analyzer all by myself. Doing what you wrote made the error disappear, but I now have...
Feels like I have to enable `rust-analyzer` (https://github.com/nix-community/nixvim/blob/main/plugins/lsp/language-servers/rust-analyzer.nix#L40) for the `installCargo/Rustc` option to be taken into account. Do you think there's a way around that without pulling the checks out...
@GaetanLepage do you know of a way to configure `installCargo` and `installRustc` to false while using `rustaceanvim` and not rust-analyzer directly ?
A slight variation that lead me to this issue: ``` #[derive(Clone, Debug) #[cfg_attr(feature = "pyo3", derive(IntoPyObject, FromPyObject)] pub struct Config { pub client_id: String, #[cfg_attr(feature = "pyo3", pyo3(from_py_with = crate::extract_url,...
Hi ! I just had the same issue (I baked a toy example in https://github.com/vsiles/dune-debug-test) The two workarounds I got were: - update `LD_LIBRARY_PATH` on invocation, but that's not satisfying...
Thanks for this info. Do you know in which version `-custom` has been deprecated (we are lagging quite a bit, so I'll have to update at some point :D)