Fix example syntax errors.
Many examples have syntax errors. This should be fixed.
Depending on how the input files are structured, it shouldn't be too hard to automate a presubmit test that checks for such errors. On Aug 17, 2014 10:18 AM, "James Gilles" [email protected] wrote:
Many examples have syntax errors. This should be fixed.
— Reply to this email directly or view it on GitHub https://github.com/kazimuth/processing-py-site/issues/37.
It's a little wacky - they're embedded in xml files. We can run the build script, but a lot of things are broken in ways that aren't yet fixable, so something like travis will pretty much always say there are build errors. Do you think that would be helpful?
I think it's always worth spending time as early as possible making things build clean so that you can meaningfully detect problems as they happen. On Aug 17, 2014 10:37 AM, "James Gilles" [email protected] wrote:
It's a little wacky - they're embedded in xml files. We can run the build script, but a lot of things are broken in ways that aren't yet fixable, so something like travis will pretty much always say there are build errors. Do you think that would be helpful?
— Reply to this email directly or view it on GitHub https://github.com/kazimuth/processing-py-site/issues/37#issuecomment-52423607 .
Makes sense!
I believe I caught all of the syntax errors as of #50. but the build process mentioned in this issue is still a good idea, so I'll leave open for now?