-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve documentation #1
Comments
Hi. I have implemented most of the commonly used protobuf features. Also updated the readme. Do take a look and give it a try. |
Hello, currently I am using Julia 0.21, and not 0.3beta. Is there a good reason why it doesn't work with 0.2? Anyway, I will try it with Julia 0.3 tomorrow. |
That's temporary. It's because there are a few differences in Julia base APIs between 0.2 and 0.3 which I need to work around, which should not be difficult. One of the reasons I have not registered the package yet. |
It should work with v0.2 now. |
I tried it a little bit, and it is working now! This is great! Perhaps you can add this information to the README. Thank's again! Uwe |
You should not have to do the JULIA_LOAD_PATH thing if you install ProtoBuf as a Julia module. You can use: `Pkg.add("https://github.com/tanmaykm/ProtoBuf.jl.git") to install it for now, till it gets registered in METADATA. The |
I tried your suggestion, but it does not work: julia> |
Sorry, I meant |
It would be good to add this to the README: |
|
Rudimentary decoding codegen an codecs
Hello,
great that you started this project!
It is not clear to me how complete the current implementation is, or what is missing.
Please add some words about this to the Readme file.
Uwe
The text was updated successfully, but these errors were encountered: