Antokolos / NLB

GNU Affero General Public License v3.0
3 stars 0 forks source link

Errorneus code generation for INJECT operation #300

Open Antokolos opened 1 year ago

Antokolos commented 1 year ago

Consider the following modification: list INJECT 1 when exported to INSTEAD in looks like: nlb:inject(_list.listnam, _1) 1 is a number constant and should not be prefixed with _

Antokolos commented 1 year ago

You can use the following workaround for now: tempVar ASSIGN 1 list INJECT tempVar