pborman

Results 36 comments of pborman

My understanding was when a major backwards breaking change is added a new directory is needed and adding a v2 directory is the accepted form. I would like to drop...

My issue with the proposed change is that it breaks existing programs. I have to say I have personally never liked how go modules work as they make the type...

I believe pull request 60 may resolve this.

Can you provide instructions on how to reproduce this, including where all the .yang files have come from and what version? It would be great if you could just say...

For paths that can _never_ be represented by the schema (i.e., they are syntactically valid but cannot be parsed via the schema), an implementation _should_ indicate this to the subscriber,...

A single subscribe of at least 4 paths could have 4 different "errors" all at the same time: 1. None - path is valid and currently known 2. Not found...

Invalid would include things like control characters in an element name as well as malformed brackets ("container]name=foo]" would be invalid. It seems that there are three tests that need to...

> This is the one point that I contend. If a subscription contains two > separate paths, one that meets criteria in #1 and one that does not, I >...

I think you misunderstand what I mean by invalid. I mean a path that cannot be parsed. If it can be parsed it is valid even if nonsensical. This is...

I don't have the exact syntax that was decided on, so modify this as appropriate: A path is made up of a repeated list of path elements, each path element...