History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-525
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Arron Washington
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

Ast tree information is emptied if there are trailing dots.

Created: 19/Oct/05 11:25 AM   Updated: 20/May/08 09:09 AM
Component/s: Parser, #develop addin
Affects Version/s: 0.7
Fix Version/s: 0.8.3

Time Tracking:
Not Specified


 Description  « Hide
Sample:

class test:
def constructor():
print 'rofl'
self. #Right here.
def grr():
print 'test'

On the commented line, the trailing dot seems to cause the ast information to be cleared complete - outline goes away, no method markers, code completion fails entirely, etc.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Daniel Grunwald - 19/Oct/05 11:29 AM
I think this has to be fixed in the parser, the parser should skip over the invalid statement and try to parse the rest of the file to generate atleast a partly accurate AST.