Synopsis - Issue Tracker

Bug49 Editing

Title improve error handling for python parser when filename or base_path are wrong
Created on 2005-01-04.21:30:47 by stefan, last changed 2006-04-28.12:51:18 by stefan.
assigned to stefan priority high
type behavior severity major
components general platform Solaris
status closed resolution fixed
depends on superseded by
Add Comment:
File
CC List:? stefan

Messages
Author: stefan Date: 2005-01-04.21:30:47
When parsing a python file, the parser strips of 
the base path, and assumes for the remainder it 
represents a set of nested packages 
('AST.Module').

Test that this is indeed the case (check for the
existence of local '__init__.py' files), and if
not, print out a useful error message.
Author: anonymous Date: 2005-06-03.11:55:49
rtrt
Author: anonymous Date: 2005-06-08.08:02:11
just a test file attachment
Author: stefan Date: 2006-04-28.12:51:18
The new Python parser raises meaningful exceptions
now.
Files
File nameUploaded
a.txt anonymous, 2005-06-08.08:02:11
History
Date User Action Args
2005-01-04 21:30:48stefancreate
2005-06-03 11:55:51anonymoussetplatforms: + Solaris
messages: + msg433
components: + general, - Python parser
2005-06-08 08:02:13anonymoussetfiles: + a.txt
messages: + msg442
2006-04-14 02:10:07stefanlinktask42 solves
2006-04-28 12:51:19stefansetstatus: new
assignedto: (no value)
resolution: (no value)
messages: + msg551