Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: All user code input should be validated forge#199
You should not be able to pass in invalid code and get obscure errors like "index out of range" exceptions. I found one place for this but the code should be audited for it everywhere. Better to run slower and have excellent errors.
- Loading branch information