OriRoth
OriRoth
This is the [Github issues plugin](https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Issues+Plugin). Maybe there are some other plugins we might like... I think we should put this on hold, because we're waiting for #1309 (we need...
I think this is solvable. It seems the tipper's developer just removed the exression, instead of replacing the infix expression: `a-1-4` -> `a-[1]-[3]` -> `a--3` What should be done is...
Keep in mind we want to preserve git history. On May 25, 2017 13:05, "Roei.r" wrote: > > 1. > > In the project "SpartanizerPlugin" there are references in the...
@NivShalmon FYI
I thought we stopped reporting on personal issues...
I think this should be done via GUI @ravivos
@yossigil after a discussion with @dormaayan we concluded there are 3 legitimate locations for the `restore defaults` button: * In the tippers selection window (the GUI I built) * In...
Remove parenthesis (in your example) - other tipper. Problem with infix expressions (in Yossi's example `b+2-5`) - this tipper. Maybe you'll want to make a utility to traverse all possible...
I had a few suggestions in my comment above. Another option I thought of is to *improve* "type" to give us additional information about expressions: if it is an infix...
I think the idea was to take a real world example (JTL) (i.e. existing code). Otherwise the two cases are identical and both can be spartanized. Is there something I...