Re: Haskell DLL (using FFI) causes memory leak.

2018-08-27 Thread Vanessa McHale
I don't know about C++, but I do know that when calling Haskell from C code one must initialize the runtime and then exit it once finished. I also know that one must only initialize the runtime once over the course of the program's run. As far as I can tell, this does not occur in your example.

Re: Running GHC 7.10.2 on Ubuntu 18.04 ?

2018-09-05 Thread Vanessa McHale
nks, > > Ömer > _______ > ghc-devs mailing list > ghc-devs@haskell.org > http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs -- *Vanessa McHale* Functional Compiler Engineer | Chicago, IL Website: www.iohk.io <http://iohk.io> Twitter

Re: Parser.y rewrite with parser combinators

2018-10-08 Thread Vanessa McHale
I actually have some experience in this department, having authored both madlang and language-ats . Parsers using combinators alone are more brittle than parsers using Happy, at least for human-facing

Re: Proposal: Don't read environment files by default

2019-03-28 Thread Vanessa McHale
I use cabal new-repl. I actually kind of like having GHC environment files (maybe not as a default) but they remind me of "vim turds" in that they end up littering your projects. Cheers, Vanessa McHale On 3/28/19 1:09 PM, Iavor Diatchki wrote: > I am quite confused as to how peo

Re: Cabal woes

2019-04-15 Thread Vanessa McHale
s=02%7C01%7Csimonpj%40microsoft.com%7C49de1a60a36e4a04bbe208d6c1ecdac9%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636909620364700618=dMUKGqIICFPisw%2Feskzb98WxcG9kfNFMOkZfd9fB7YU%3D=0> > > >   > > -- > > brandon s allbery kf8nh > > allber...@gmail.com <mailto:allber.

Using lzip instead of xz for distributed tarballs

2020-01-19 Thread Vanessa McHale
takes about the same amount of time. There's more information on the project page: https://www.nongnu.org/lzip/lzip.html. Cheers, Vanessa McHale signature.asc Description: OpenPGP digital signature ___ ghc-devs mailing list ghc-devs@haskell.org http

Re: Using lzip instead of xz for distributed tarballs

2020-01-21 Thread Vanessa McHale
Would it be plausible to distribute both? That way users would not have to install lzip. Cheers, Vanessa McHale > On Jan 20, 2020, at 4:15 PM, Ben Gamari wrote: > > Vanessa McHale writes: > >> Hello all, >> >> >> GHC is distributed as .tar.x