Re: [ovs-dev] [PATCH] Logic error in IDL parse function

2016-09-02 Thread Ben Pfaff
On Fri, Sep 02, 2016 at 12:43:29AM -0700, Mickey Spiegel wrote: > This was found due to a build error when adding an ovsschema column > with > "type": {"key": "string", "value": "integer"} > with no min or max, only a single instance. > > I am rather unfamiliar with IDL, so no tests have been adde

[ovs-dev] [PATCH] Logic error in IDL parse function

2016-09-02 Thread Mickey Spiegel
This was found due to a build error when adding an ovsschema column with "type": {"key": "string", "value": "integer"} with no min or max, only a single instance. I am rather unfamiliar with IDL, so no tests have been added yet. I could use some pointers, or someone familiar with IDL tests could t