Jacek Generowicz

Results 58 comments of Jacek Generowicz
trafficstars

As discussed in the PR with the tests (#311), hovering on top-level signatures currently does nothing, so for the sake of consistency we should do one of: + make hovering...

In summary, the conclusion we reached in haskell/ghcide#311 is: hover and gotoDef on both inner and top-level signatures should point to the first clasue of their corresponding definitions. The tests...

> Operators should definitely work Sorry, yes, they do (it's just that in my configuration symbols' types were being shown spontaneously, while it took a bit more effort for symbols).

I guess that the `bug` label isn't appropriate here, as everything that is expected to work (information about symbols) seems to work.

[This comment](https://github.com/iliekturtles/uom/issues/403#issuecomment-1499291091) has helped me focus my thoughts. In summary, I believe that *every* quantity should have a vector and an affine version. They should admit different operations. Using the...

> I had the same problem, in my case it also happened that rust-analyzer couldn't discover workspace. The same problem appeared for me when doing a doom upgrade (the first...

If nobody is picking this up, I might have a go. Any hints on how it should be approached?

@bdrung Presumably you'd want `.nmudiff` too?

Are there any guidelines on what to use as a test case file? Curiously enough, if I copy [`tests/syntax-tests/source/Diff/82e7786e747b1fcfac1f963ae6415a22ec9caae1.diff`](https://github.com/sharkdp/bat/blob/master/tests/syntax-tests/source/Diff/82e7786e747b1fcfac1f963ae6415a22ec9caae1.diff) into a file with the `.debdiff` extension, then `bat` applies syntax...

Adding a file `src/syntax_mapping/builtins/unix-family/50-diff.toml` with contents ```toml # .debdiff is the extension used for diffs in Debian packaging [mappings] "Diff" = ["*.debdiff"] ``` seems to do the job. However: 1....