Mitchell Dalvi Rosen
Mitchell Dalvi Rosen
And just to briefly argue the other side, doing nothing here seems reasonable to me, too. I don't think supporting filenames with spaces in them is very high on the...
Circling back to this one, I think perhaps we should go in a different direction: rather than make _all_ commands use the same tokenizer (previously `words`, in this PR some...
@unorsk I plan on picking this up from here, thank you for the contribution; I will rebase your commits atop main and go from there, so you will be credited...
Not a great way that I know of. I think just a manual pass would be fine.
I looked into this; it we do to include all direct deps, and only avoid loading names of indirect deps that have already been loaded elsewhere. However, the logic seems...
@knightzmc Check out the `headed-megaparsec` package for some inspiration. The technique used there, which I quite like and often copy around to various projects, is to have a parser either...
@LightAndLight What you're saying makes sense (that dhallql is a natural transformation). Here's an example: ``` λr. r.user{name="bob"} -----------------> SELECT * FROM "users" WHERE "name" = 'bob' | | |...
@ocharles Neat idea, I'm excited to see where it's going
@ndmitchell Well it's not fool-proof of course, but old-cabal has no use for `cabal.project` nor `dist-newstyle/`
This seems to happen when you delete a module that is supposed to exist in the project. After that, ghcid reloads with "All good", but it's in a weird state,...