Hailong Wen

Results 8 comments of Hailong Wen

Hi @g-easy, any update on this? A friend of mine tried opencensus_cpp in his own project (not managed by bazel) and failed to build due to the linking deps :(...

I've tried the tool and it can generate a general useful report for the compatibility. See examples [here](https://rawgit.com/HailongWen/19f404e5e1f983eaba1502ef19bdc7a4/raw/compatibility_report_opencensus_api_0.11.1_0.12.0-SNAPSHOT.html). It does generate a score to evaluate compatibility between different version of...

Sure. Let me check if there are any issues on license.

I found [codesnippet4javadoc](https://github.com/jtulach/codesnippet4javadoc ) which might suit our needs better: https://github.com/jtulach/codesnippet4javadoc It introduces a *codesnippet* tag to replace the *code* tag. This new tag can link to a method in...

I've tried the solution and it seems promising. Code snippets can be defined by wrapping the block with `// BEGIN: XXX` and `// END: XXX` and they can be rendered...

Confirmed with Gopi that as long as we do not distribute the binary or its derivatives we should be fine with the license.

google-cloud-java invented a [script](https://github.com/GoogleCloudPlatform/google-cloud-java/tree/16d04353958f2507bda8c306df72a1479922fc81/utilities) to resolve this issue. The functionality of their tool is pretty the same except that it can inject parameters to add readability. Besides, they also write...

IMO `AllSpanExporter` and existing `Exporter` do share the same functionality of exposing/exporting the local span data for others to use. There do exist some minor differences. An exporter is often...