Dexels / navajo

Navajo Service-oriented Applications
GNU Affero General Public License v3.0
9 stars 5 forks source link

(Core) Support for math operations on Long type #590

Closed StefanICT closed 2 years ago

StefanICT commented 3 years ago

Currently the code below will crash at runtime:

ToLong(15) + ToLong(10) ToLong(15) - ToLong(10) ToLong(15) / ToLong(10)

This will return null/empty.

ToLong(15) * ToLong(10)

ghost commented 3 years ago

Created sportlink test branch _fb_N590_long_math.

ghost commented 3 years ago

Created navajo fix branch _fb_N590_long_math.

ghost commented 3 years ago

Released as bundle com.dexels.navajo.document version 3.6.36.