Vanessa McHale

Results 42 issues of Vanessa McHale

The bug in question came from a parser hosted [here](https://hub.darcs.net/vmchale/ats/browse/language-ats/src/Language/ATS/Parser.y#617). In short, if you write ```happy | FunName Universals OptTermetric OptType OptExpression { PreF $1 (fst $4) [] $2 [NoArgs]...

q/kdb+ would be a nice addition, since it is a database. [shakti](https://shakti.com) might be nice too, though it may require cooperation/help from the vendors.

I mentioned this on the mailing list and I figured I'd mention it here so that it can be tracked and to indicate interest. `fast-tags` fits into my workflow better...

### Check for existing issues - [X] Completed ### Describe the feature Vim has digraphs; by typing `` one can input exotic characters-π, ⊢ etc. https://vimhelp.org/digraph.txt.html#digraphs-use Digraphs would be wonderful...

enhancement
vim

### Problem Syntax highlighting isn't there when I open a file on the command-line. I have to pull it up by `:syntax enable`; after that it works. ### Steps to...

bug
needs:response
needs:repro
syntax
highlight

### Problem I have the following in my init.lua: ``` vim.cmd [[ colorscheme solarized ]] ``` After the plugin is loaded: https://github.com/altercation/vim-colors-solarized ### Steps to reproduce Open nvim version 0.10.0;...

bug
needs:repro

**Describe the bug** The message: ``` Failed to build pretty-simple-3.3.0.0. The failure occurred during the final install step. Build log ( /development/vanessa/.cache/cabal/logs/ghc-8.0.2/pretty-simple-3.3.0.0-42073c1f3a1b0e661504a136c3aa9a9bda480ded70a5d1b8c570f967f5c38d46.log ): [1 of 1] Compiling Main ( /home/vanessa/programming/haskell/done/shake-dhall/dist-newstyle/tmp/src-52302/pretty-simple-3.3.0.0/dist/setup/setup.hs,...

type: bug
cabal-install: cmd/build

**Describe the bug** Cabal 3.12 fails to build foreign libraries, objecting because I specify `lib-version-info`: ``` Configuring foreign library 'apple' for apple-0.1.0.0... Error: [Cabal-4574] Cannot build some foreign libraries: Foreign...

type: bug
regression in 3.12

Running: ``` ghcup compile ghc -j6 -v 9.2.8 -b 9.0.2 -x aarch64-linux-gnu --config $(pwd)/build-native.mk ``` fails with ``` [ ghc-make ] # We finally replace the original file. [ ghc-make...

type: support
command: compile

Old versions of extra fail to build against base >=4.19.0.0 ``` src/Data/List/Extra.hs:254:37: error: [GHC-87543] Ambiguous occurrence ‘unzip’. It could refer to either ‘Prelude.unzip’, imported from ‘Prelude’ at src/Data/List/Extra.hs:49:1-14 (and originally...