Hello, Indeed, you cosmetic fix looks great -- I'll push that change. Thanks for noticing and raising!
Mike McCandless http://blog.mikemccandless.com On Tue, Apr 16, 2019 at 12:04 AM zhenyuan wei <tins...@gmail.com> wrote: > Hi, > With current newest version, 9.0.0-snapshot,In > Builder.UnCompileNode.addArc() function, > found this line: > > assert numArcs == 0 || label > arcs[numArcs-1].label: "arc[-1].label=" > + arcs[numArcs-1].label + " new label=" + label + " numArcs=" + > numArcs; > > Maybe assert tips is : > > assert numArcs == 0 || label > arcs[numArcs-1].label: > "arc[numArc-1].label=" + arcs[numArcs-1].label + " new label=" + label > + " numArcs=" + numArcs; > > Is it a personal tips code style? or small mistake? > > Just curious about it. >