summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2016-08-30 14:29:14 -0500
committerDavid Beazley <dave@dabeaz.com>2016-08-30 14:29:14 -0500
commit5ccbfc7e70392a18fb5defa57e3e18fa477c03e6 (patch)
tree707afe05b5b016ab46e298dbe531eeca46ec2864 /CHANGES
parentd55082d66c46cb58061617312a0507dbcde51055 (diff)
downloadply-5ccbfc7e70392a18fb5defa57e3e18fa477c03e6.tar.gz
Fixed issue #93. Crash if SyntaxError raised in production
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ce468c9..b3b37a6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,12 @@
Version 3.9
---------------------
08/30/16: beazley
+ Fixed Issue #93. Ply can crash if SyntaxError is raised inside
+ a production. Not actually sure if the original implementation
+ worked as documented at all. Yacc has been modified to follow
+ the spec as outlined in the CHANGES noted for 11/27/07 below.
+
+08/30/16: beazley
Fixed Issue #97. Failure with code validation when the original
source files aren't present. Validation step now ignores
the missing file.