Skip to content

Commit

Permalink
Run Eval removing codeshift (#1171)
Browse files Browse the repository at this point in the history
Remove all the places where code is built as a string and then evaled to
make a function. This improves compatability with runtimes where eval is
banned.
The codeshift does the minial set of changes to make this work, and I
have manually fixed a couple of things after running the codeshift.
* Fix the DEFNODE function for the new param order.
* Remove the map/mkshallow functions.

Fixes #925
  • Loading branch information
sgoo committed Apr 9, 2022
1 parent 52da6d2 commit a8ab684
Show file tree
Hide file tree
Showing 3 changed files with 2,217 additions and 538 deletions.

0 comments on commit a8ab684

Please sign in to comment.