|
|
e7b1bade1a
|
Check that there is space in local variable array
Otherwise it can overflow due to for loop's hidden
variables.
Fix #561
|
2018-06-13 00:59:55 +03:00 |
|
|
|
d03ef9e8b0
|
Move test and tweak code a bit.
|
2018-04-28 10:08:42 -07:00 |
|
|
|
4d056b6ec3
|
Merge branch 'master' of https://github.com/jclc/wren into jclc-master
|
2018-04-28 10:00:59 -07:00 |
|
|
|
8fae8e4f1e
|
Don't overflow signature string if there are too many parameters.
Fix #494.
|
2018-04-27 09:13:40 -07:00 |
|
|
|
e66115c9fc
|
add regression test for #520
|
2018-04-10 18:53:56 +03:00 |
|
|
|
c7087652ee
|
Add regression tests from wren-fuzz.
These are all non-crashing now, so it looks like the underlying issue
is fixed. (It was probably #429.)
Fix #442.
|
2017-10-08 10:15:15 -07:00 |
|
|
|
c38d97b973
|
Properly detect a missing "}" in a block.
Fix #429.
|
2017-10-08 10:03:42 -07:00 |
|
|
|
44a95e65c6
|
Set the token type after an invalid character error.
Otherwise, it still has the previous token's type. This can cause it
to get stuck in a loop in some places in the compiler.
Fix #428.
|
2017-03-23 21:19:20 -07:00 |
|