Make Parser skip files it's seen already. (#5048)
authorRussell Chou <math4origami@gmail.com>
Sat, 17 Nov 2018 01:11:23 +0000 (17:11 -0800)
committerWouter van Oortmerssen <aardappel@gmail.com>
Sat, 17 Nov 2018 01:11:23 +0000 (17:11 -0800)
commite161ade68c8f6c6818edd8a08b342f1dcb66cc85
treebe69210f8c8d96381ba6f85bbbbf03f7c555f1ba
parentf575b02fda04fe579fb23442234feb8129b77ee2
Make Parser skip files it's seen already. (#5048)

The use case is so we can batch compile a bunch of schemas, some which can depend on each other, without caring about their order.
src/idl_parser.cpp