openweave / openweave-wdlc

This package makes available the Weave Data Language (WDL) compiler (WDLC). WDL is Weave's publish and subscribe schema language. The WDLC compiler can be used to compile (i.e., validate and code generate) schema written against the WDL specification.
https://openweave.io/
Apache License 2.0
2 stars 8 forks source link

Randomized intermediate binary name #20

Closed mrjerryjohns closed 5 years ago

mrjerryjohns commented 5 years ago

Changes the code to have a randomly generated file name for the intermediate descriptor binary by default (unless otherwise specified by the user).

This fixes issue #19.