This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don’t create formats after compilation errors
authorFather Chrysostomos <sprout@cpan.org>
Tue, 7 Aug 2012 04:59:17 +0000 (21:59 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 8 Aug 2012 19:24:50 +0000 (12:24 -0700)
commit2c658e55bf9e8acf7cc0207ea3db8f7064cb3ad7
tree7e24c397b7a2afdff20bc984cf995353fc1d9d7f
parenta33a81d07c9c0cb0ab9ba85fab5a519c4b3b710b
Don’t create formats after compilation errors

Otherwise you can end up with a format that has nonsensical op tree,
but it gets attached and you can call it anyway.
op.c
perly.act
perly.h
perly.tab
perly.y
t/op/write.t