Nix Language | 1928 Members | |
| Nix programming language | 360 Servers |
| Sender | Message | Time |
|---|---|---|
| 14 Jun 2021 | ||
| 01:20:06 | ||
| 01:22:10 | ||
| 02:41:40 | ||
| 12:32:39 | ||
| 20:10:26 | ||
| hey, can someone put a icon for this room | 20:16:01 | |
| 15 Jun 2021 | ||
| 03:47:32 | ||
| aaronjanse: would you be willing to share your rust debug trace for when your language client initializes requests the definition of
| 18:40:51 | |
| * aaronjanse: would you be willing to share your rust debug trace for when your language client initializes requests the definition of
| 18:41:15 | |
| Oh! | 18:41:27 | |
| The PR to rnix-lsp doesn't have goto definition enabled | 18:41:40 | |
| ah ok | 18:41:57 | |
| Oh gosh sorry that must have been terribly confusing | 18:42:04 | |
| nah, I should have read more closely, "Using the evaluator for completions and goto-definition would similarly require very little modification to main.rs. " | 18:43:20 | |
would you be willing to share the same logs for nix-eval-lsp? I tried doing the same with nix-eval-lsp in emacs and got a similar result. | 18:45:28 | |
| Oh no, another thing | 18:45:51 | |
| It doesn't support paths like <nixpkgs> | 18:46:05 | |
| Not yet | 18:46:09 | |
| Aaaaah | 18:46:11 | |
| Okay I'll implement that soonish | 18:46:28 | |
ah, I changed pkgs = import /path/to/nixpkgs {}; to <nixpkgs> without considering that | 18:47:12 | |
| ok I'll try that | 18:47:23 | |
| The main thing right now is having that rnix-lsp description reviewed, after which I'll be able to make a series of smaller PRs to add all this to rnix-lsp | 18:47:33 | |
| The evaluation also needs more helpful failure modes | 18:47:46 | |
Sorry for the barage of questions. Is there a way I can get debug logging in nix-eval-lsp like I can in rnix-lspwith RUST_LOG=trace? | 18:54:11 | |
| Ah I don't think so, since I don't recall writing debug logging statements | 18:57:37 | |
| Also, no worry about questions! They take me 5 seconds to answer and probably save you at least 5 mins of time each | 18:58:02 | |
| maybe I need to try vs-code. With emacs it's failing to find htop for
| 18:59:02 | |
| Hmmm | 18:59:45 | |
| You might want to wait a few weeks till it's more ironed out | 19:00:04 | |