Jason Wadsworth
Jason Wadsworth
I ran into this issue upgrading from 1.3.1 to 1.3.3. Regenerating the binstubs as @morgoth suggested resolved the error.
If this is fixed, I would request the ability to disable it. It is quite common for us to need to change multiple repositories to address a single work item....
@mpsenn Not really. Since we're working with multiple git repos, the merging of any given PR doesn't necessarily imply any status change for a work item. But, we don't currently...
Unfortunately, there's no single PR or commit to look at that encapsulates all the changes you'd need to make. It's also been quite a while since I wrote this code,...
Some (but not all) relevant lines for handling server configurations: https://github.com/subakva/haproxy-tools/blob/master/lib/haproxy/treetop/config.treetop#L62 https://github.com/subakva/haproxy-tools/blob/master/lib/haproxy/treetop/nodes.rb#L124 https://github.com/subakva/haproxy-tools/blob/master/lib/haproxy/parser.rb#L145 https://github.com/subakva/haproxy-tools/blob/master/lib/haproxy/parser.rb#L161 https://github.com/subakva/haproxy-tools/blob/master/lib/haproxy/config.rb#L6 https://github.com/subakva/haproxy-tools/blob/master/lib/haproxy/config.rb#L11 https://github.com/subakva/haproxy-tools/blob/master/lib/haproxy/renderer.rb#L29 https://github.com/subakva/haproxy-tools/blob/master/lib/haproxy/renderer.rb#L82
Thanks for the PR! Generally, the support for new config elements looks good, but I'd like to see some tests to prevent regressions. I'm not sure about the indentation feature....