File: BUGS

package info (click to toggle)
trueprint 5.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,340 kB
  • sloc: sh: 12,296; ansic: 8,479; makefile: 115
file content (12 lines) | stat: -rw-r--r-- 621 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
If you want to add an entry to this file, send mail to bug-trueprint@gnu.org


Known bugs:
perl - an associative array that starts with 'sub' gets confusing
perl - trueprint cannot tell the difference between the shift-right
        operator "<<" and the start of a "here" document "<<".  Perl
        can tell the difference because it knows whether it is expecting
        an operator or a value, but trueprint is a program of very little
        brain and takes as many shortcuts when parsing as possible...
perl - the remainder of a line after a heredoc start will not be properly
        scanned for quoted strings.