cl-dot icon indicating copy to clipboard operation
cl-dot copied to clipboard

Common Lisp package for generating GraphViz (dot) files

Results 4 cl-dot issues
Sort by recently updated
recently updated
newest added

This modification automatically assigns to the output file a suffix dictated by the format, as indicated in the last line of the comment. So you can simply say `(dot-graph g...

Hi I just bumped in a buglet in Lispworks. Calling DOT-GRAPH generated a Error: Not an output stream: #. The fix is very easy. Just put :IO instead of :INPUT...

``` sjl at alephnull in ~ > curl -Ss https://foldr.org/~michaelw/projects/cl-dot/ 404 Not Found 404 Not Found nginx/1.14.2 ```

If someone could set up a test suite, ideally using FiveAM, I could get it integrated with GitHub actions so it runs automatically on master and any pull requests. But...