Issue1608213

classification
Title: jythonc is not nice to whitespace
Type: Severity: normal
Components: Jythonc compiler Versions:
Milestone:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: fwierzbicki, nirvdrum
Priority: normal Keywords:

Created on 2006-12-04.02:01:53 by nirvdrum, last changed 2009-03-14.01:06:23 by fwierzbicki.

Messages
msg1356 (view) Author: Kevin Menard (nirvdrum) Date: 2006-12-04.02:01:53
If the list of filenames to compile has trailing whitespace, jythonc fails with a less-than-helpful error message.  In particular, the whitespace will cause the comparison on main.py:201 to fail, which in turn will out put the error message "Could not find class" from main.py:212.  Moreover, this error message will output the class name in question, which will appear to be correct to the user -- especially if the shell eats trailing whitespace.

The suggested fix is to chomp whitespace on main.py:201.
msg1357 (view) Author: Kevin Menard (nirvdrum) Date: 2006-12-04.02:04:48
There is also a problem with prepended whitespace.
msg4276 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2009-03-14.01:06:23
jythonc is no longer maintained.
History
Date User Action Args
2009-03-14 01:06:23fwierzbickisetstatus: open -> closed
resolution: wont fix
messages: + msg4276
nosy: + fwierzbicki
2006-12-04 02:01:53nirvdrumcreate