File: BUGS

package info (click to toggle)
perltidy 20060719-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,496 kB
  • ctags: 608
  • sloc: perl: 17,759; makefile: 45
file content (17 lines) | stat: -rw-r--r-- 886 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Perltidy open BUGS
     You can help perltidy evolve into a better program.  If you think you
     have hit a bug or weird behavior, or have a suggested improvement,
     please send a note to perltidy at users.sourceforge.net.

     This file only lists open bugs.  For bugs which have been fixed, 
     see the ChangeLog.  

  The --extrude option can produce code with syntax errors
    The --extrude tries to put as many newlines in the formatted code as
    possible. This option is very useful for testing perltidy but not for
    actual formatting. Occasionally it will produce code which Perl
    considers to have a syntax error. These problems usually involve code
    where Perl is having to guess the tokenization based on whitespace.
    Since the --extrude option is typically only used for testing perltidy,
    this type of error should not normally occur in practice.