]> granicus.if.org Git - graphviz/commit
gvpr nameOf: use an agxbuf instead of SFIO stream
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 7 Aug 2022 17:05:19 +0000 (10:05 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 13 Aug 2022 16:18:53 +0000 (09:18 -0700)
commite79aa4e6c50241337a9d09db215b13343da90ab2
tree8579da897c8346bd8e7144401cfd2ca1bb1bb734
parent84519f72bb03cc628ac6b090b77a912261338e77
gvpr nameOf: use an agxbuf instead of SFIO stream

This makes it clearer to both humans and the compiler that the data written to
this buffer has a much more constrained scope than was previously implied. This
also gets us closer to removing an SFIO dependency.

Gitlab: #1873
lib/gvpr/compile.c