Chen

Results 30 comments of Chen

This is a good job! And I have a question, do we need to add a switch to enable people to distinguish between explicit and implicit annotations in case that...

I can't find the function `findAllClassesInPackage()` in the source code of reflections, did you wrote this function yourself?

@nitzmahone add some test cases and fix a bug in `pyyaml/lib/yaml`

@perlpunk Thanks for your tips. Indeed, there are some details needed to be considered. : ) I want to confirm two question: + In YAML 1.2, for distinguishing between an...

It seems that your url format are not correct, it can't match any of the default url types. Please see https://github.com/ronmamo/reflections/blob/9a1ac08d59311a91f3dad06f0c831eccdc47f1e3/src/main/java/org/reflections/vfs/Vfs.java#L207

I don't know why the separator here is changed manually. The path format returned by the method getPath() should be platform-compatible. https://github.com/ronmamo/reflections/blob/9a1ac08d59311a91f3dad06f0c831eccdc47f1e3/src/main/java/org/reflections/vfs/SystemDir.java#L28

Relate discussion : https://github.com/open-source-parsers/jsoncpp/issues/237

> The problem is that C++ detects that it can automagically convert "foo"s to either a string_view OR a Json::Value. In your case, I think it is better to call...

I don't know much about cmake namespace target, but I'll investigate it late. And for now, can you see if this PR https://github.com/open-source-parsers/jsoncpp/pull/1214 can solve your problem?

It would be very helpful if you provide a minimal working example that triggers this crash so that others be able to reproduce it.