-
- Downloads
an unreported crash I debugged, looked like it was backing up way too far...
an unreported crash I debugged, looked like it was backing up way too far after hitting the syntax error. An inspection of the code revealed that error tokens in lists were not rearranged when the rules were rearranged as part of a code neatening-up process. By moving the error tokens to where they should be, I also reduced the number of shift/reduce conflicts to 3 instead of 8. This introduces subtle differences in error messages, so the regressions had to be updated. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@80649 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- pbx/ael/ael-test/ref.ael-ntest10 18 additions, 27 deletionspbx/ael/ael-test/ref.ael-ntest10
- pbx/ael/ael-test/ref.ael-test6 12 additions, 11 deletionspbx/ael/ael-test/ref.ael-test6
- pbx/ael/ael-test/ref.ael-test7 12 additions, 21 deletionspbx/ael/ael-test/ref.ael-test7
- res/ael/ael.tab.c 243 additions, 254 deletionsres/ael/ael.tab.c
- res/ael/ael.tab.h 11 additions, 19 deletionsres/ael/ael.tab.h
- res/ael/ael.y 6 additions, 6 deletionsres/ael/ael.y
This diff is collapsed.
Please register or sign in to comment