Closed dimus closed 3 years ago
created by @dimus at https://gitlab.com/gogna/gnparser/-/issues/43
mentioned in issue #91
@sckott quite a few changes happened with gnparser.
Changes between 0.x and 1.x are here: https://github.com/gnames/gnparser/wiki/Changes-in-v1.0.0
Thanks for the update!
@dimus what happened to the debug functionality? I had a function in the R client that did -f debug
- that seems to be gone, or is it still there somewhere? I don't care one way or the other, just that I have it in the R client and need to know if I remove that functionality or not
@sckott I decided to remove it as it really was only for development
@dimus what happened to the debug functionality? I had a function in the R client that did
-f debug
- that seems to be gone, or is it still there somewhere? I don't care one way or the other, just that I have it in the R client and need to know if I remove that functionality or not
I also removed gRPC from the package, because protobuf API was changing a lot and for users it was hard to compile gnparser. I am planning to remove gRPC dependency from all the packages
Okay, thanks
created by @dimus at https://gitlab.com/gogna/gnparser/-/issues/92