Re: [Bro-Dev] v += e (Re: set and vector operators)

2018-06-21 Thread Jon Siwek
On Thu, Jun 21, 2018 at 4:23 PM Vern Paxson wrote: > > > > (3) Implement "v += e" to mean "append the element e to the vector v". > > > > Do we want to do this now, or should we potentially wait a release-cycle > > with it (to prevent the situation where v + e and v+= e means something > >

[Bro-Dev] v += e (Re: set and vector operators)

2018-06-21 Thread Vern Paxson
> > (3) Implement "v += e" to mean "append the element e to the vector v". > > Do we want to do this now, or should we potentially wait a release-cycle > with it (to prevent the situation where v + e and v+= e means something > different). Turns out that "v += e" currently generates an error