File: BUGS

package info (click to toggle)
kdevelop-python 24.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,640 kB
  • sloc: python: 183,048; cpp: 18,798; xml: 140; sh: 14; makefile: 9
file content (13 lines) | stat: -rw-r--r-- 547 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
This are known bugs of the parser that should be fixed but are not easy to fix or reproduce:

- unexpected EOF error when parsing automatix.py which shouldn't have a newline at the end of the file for this (or test_runner.py)
	Or use 
"def a():
	i=1
	j=i"

- parser fails ...when no newline is found at end of File.[ a file should end with a newline]

- crash/Assert On editing a small file the one described above. try put a newline before def a().[ Fixed ]

- crash sometimes On editing a file while a DUChain viewer is displaying the contexts.