Age | Commit message (Expand) | Author |
---|---|---|
2021-02-27 | fix corner case with `arguments` (#4697)...fixes #4696 | Alex Lam S.L |
2020-12-30 | fix corner cases with `arguments` (#4481)...fixes #4480 | Alex Lam S.L |
2020-12-24 | replace `keep_fargs` default to `false` (#4443) | Alex Lam S.L |
2020-12-21 | fix corner case in `reduce_vars` (#4433)...fixes #4432 | Alex Lam S.L |
2020-12-19 | fix corner case in `arguments` (#4411)...fixes #4410 | Alex Lam S.L |
2020-12-18 | fix corner case in `arguments` (#4398)...fixes #4397 | Alex Lam S.L |
2020-11-18 | enhance `arguments` (#4296) | Alex Lam S.L |
2020-11-18 | fix corner case in `arguments` (#4293)...fixes #4291 | Alex Lam S.L |
2020-10-12 | fix corner case in `arguments` (#4201)...fixes #4200 | Alex Lam S.L |
2020-05-31 | fix corner case in `arguments` (#3939) | Alex Lam S.L |
2019-05-19 | fix corner case in `arguments` (#3421)...fixes #3420 | Alex Lam S.L |
2019-05-13 | enhance `keep_fargs` (#3409) | Alex Lam S.L |
2019-03-13 | fix corner case in `arguments` & `reduce_vars` (#3331)...fixes #3282 | Alex Lam S.L |
2019-03-13 | fix corner case in `arguments` (#3330)...Track modifications to `arguments[i]` under Strict Mode. fixes #3273 | Alex Lam S.L |
2018-06-24 | enhance `arguments` (#3193)...fixes #3192 | Alex Lam S.L |
2018-03-02 | compress `arguments[index]` (#2967)...- always replace with existing parameter - only introduce new parameter if `keep_fargs` is disabled | Alex Lam S.L |