processing/processing

double negative in tweak mode after saving changes

Geschlossen

#4.013 geöffnet am 17.10.2015

 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (1.540 Forks)batch import
help wantedtweak

Repository-Metriken

Stars
 (6.431 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

In the case of a variable minus a positive integer, e.g. x - 5, when the integer is tweaked to be negative, save changes will result in x - -5 which throws an error. It would be great if saving changes from tweak mode could wrap the tweaked value in a paren (or convert the double - to a + ).

Thanks and much love!

Contributor Guide