You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike swagger and proto, there's no pure javascript tool to validate or use thrifts. You have to rely on a OS binary to first generate the code. This means our travis config either has to invoke two tools or we have a binary dependency in our validate.test.js only for thrift.
another option is to simply not bother with thrift checking as we don't add anything to it anymore.
cc @apache/zipkin-committers
The text was updated successfully, but these errors were encountered:
I would not add validation for now as we are not changing it. Even if
change I would not try to validate or until the necessity of a big change.
tir. 30. apr. 2019, 05:39 skrev Adrian Cole <[email protected]>:
Unlike swagger and proto, there's no pure javascript tool to validate or use thrifts. You have to rely on a OS binary to first generate the code. This means our travis config either has to invoke two tools or we have a binary dependency in our validate.test.js only for thrift.
another option is to simply not bother with thrift checking as we don't add anything to it anymore.
cc @apache/zipkin-committers
The text was updated successfully, but these errors were encountered: