pando.py icon indicating copy to clipboard operation
pando.py copied to clipboard

Teach pyflakes about simplates

Open Changaco opened this issue 9 years ago • 4 comments

To prevent all the errors that pyflakes detects, such as undefined variables. This is potentially a hard thing to implement though.

Changaco avatar Feb 05 '16 22:02 Changaco

Undefined variables could be dealt with in #30.

Otherwise this should be ticketed over in PyFlakes, no?

chadwhitacre avatar Mar 08 '16 14:03 chadwhitacre

Undefined variables could be dealt with in #30.

#30 is primarily about implicit versus explicit, the latter would make it easier to detect undefined variables, but actually implementing that (via pyflakes or otherwise) is a separate issue.

Otherwise this should be ticketed over in PyFlakes, no?

Yes, but I think it also belongs here (actually, in the soon-to-be simplates.py repo), because if it's only ticketed in pyflakes then someone looking to contribute to aspen won't know about it.

Changaco avatar Mar 09 '16 10:03 Changaco

Okay, labeling this one Core so it gets moved out to the core repo once we have that.

chadwhitacre avatar Mar 09 '16 14:03 chadwhitacre

(thence to simplates.py)

chadwhitacre avatar Mar 09 '16 14:03 chadwhitacre