Re: [Factor-talk] VM move to C++ reason

2011-10-08 Thread Alexander James Vondrak
> Hi, just curious about the reasoning why the VM was rewritten in C++? http://factor-language.blogspot.com/2009/05/factor-vm-ported-to-c.html -- All of the data generated in your IT infrastructure is seriously valuable. W

Re: [Factor-talk] Graphviz unit tests

2011-09-18 Thread Alexander James Vondrak
> I get a kernel-error trying to run the first smoke-test (5 K_n), with > Graphviz 2.28.0 on Mac OS X 10.7.1 x86_64. And running "graphviz" test > causes Factor to quit unexpectedly... which might be a different bug? I hate Graphviz. I really, really do. I'm not sure about the kernel-error, but

[Factor-talk] Graphviz unit tests

2011-09-18 Thread Alexander James Vondrak
Finally got some spare time (and got off my lazy ass), so I pushed a few unit tests to https://github.com/ajvondrak/factor/tree/graphviz that run through almost all of the supported engines/formats to make sure they produce output without any issues. A few points: - There are currently only a han

Re: [Factor-talk] Graphviz gvplugin_list and dlls for Windows

2011-09-07 Thread Alexander James Vondrak
> Graphviz is one of the libraries currently holding up binary release > on Windows and Mac. If we can find a fix for these problems, we can > release Factor .95 soon. Well, that seems like a trivial library to block a release for... > but my dlls don't have a gvplugin_list() call in gvc.dll. Hm