Steven Oliver
Steven Oliver
As you can see in the comments in my code you have somehow managed to stumble upon the elusive error I couldn't consistently reproduce. Both errors you describe and both...
@DmitryRandar exactly
If it's the generated C code that's breaking I would guess it's a Vala bug. Not FinalTerm
I don't know if it's related to this change or not but I got this error trying to compile the seed: _truncated output_ ``` '/home/steveno/.hermes/hermes-store/hpkg/a0c314a64c37a0bc367137f6f4c3e833428de80c-mcm-gcc/x86_64-linux-musl/lib/libatomic.la' -> '/home/steveno/.hermes/hermes-store/hpkg/227a75927077efbeb31e886c7078d144d1d7704a-new-seed/x86_64-linux-musl/lib/libatomic.la' '/home/steveno/.hermes/hermes-store/hpkg/a0c314a64c37a0bc367137f6f4c3e833428de80c-mcm-gcc/x86_64-linux-musl/lib/libssp_nonshared.a' -> '/home/steveno/.hermes/hermes-store/hpkg/227a75927077efbeb31e886c7078d144d1d7704a-new-seed/x86_64-linux-musl/lib/libssp_nonshared.a'...
This is a drive-by comment, so I apologize for that. I was just curious why you picked the algorithm you picked? Wikipedia [1] for example, lists two versions, an approximate...
I just ran into the exact same issue. I also installed gambit from source and specified `~/.local` for all all of the install locations. When configuring gerbil, I specified `~/.local/bin`...
@jdx What are the guidelines for core modules? If someone submitted an MR to add a new plugin - say, Ocaml, would you accept it? Are there languages/plugins you wouldn't...
I'm thinking this will probably involve [Clutter](http://blogs.gnome.org/clutter/) or [Cairo](http://cairographics.org/). I'm not 100% sure yet at this point how to implement these.
As part of Issue #12 I'm implementing a vapi for Gnuplot http://www.gnuplot.info/ Which as of this posting is breaking CI.
I'm also considering using flotr2 though. It's Javascript based. It would appear that Vala easily integrates with webkit and this would require nothing fancy. Flotr2 http://humblesoftware.com/flotr2/index Blog post about Flotr2...