Adib Rastegarnia

Results 45 comments of Adib Rastegarnia

Thanks for your response. I didn't know there are flags that we can use to specify *yext* and *ywrapper* paths. I will try.

@robshakir I tried but it doesn't work. I have a script here if you would like to take a look: https://github.com/adibrastegarnia/ygot-scripts/blob/master/src/command.sh I would like the imports to be started with...

I am using bazel to generate proto libraries. Actually, I solved the problem using a different method. I moved WORKSPACE and BUILD file to src directory and I don't need...

Thanks for your quick response and that makes sense but I think it still has lack of functions when compared with Go code that we can generate using protoc-gen-go. For...

That is great. Thanks. I will try.

@robshakir If you have time take a look at this example: [Example](https://github.com/adibrastegarnia/ygot-scripts/blob/master/src/demo/rfc8345_example/main.go) I generated go code for RFC 8345 yang files. I noticed that there is no helper function to...

@robshakir I would like to add that feature. I will take a look and submit a PR If I can figure that out. I will let you know if I...

@robshakir I sent a PR to add leaf "setters". Please take a look whenever you get a chance. Thanks Adib

> Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can...

@robshakir I started to add leaf setters to the list of helper functions. Would you please take a look so far and give me your comments?