chad--
You received this message because you are subscribed to the Google Groups "aspen-users" group.
To post to this group, send email to aspen...@googlegroups.com.
To unsubscribe from this group, send email to aspen-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/aspen-users?hl=en.
Is there a roadmap or something on what should happen before June 3?
And is there something you would like us to test? I looked through open issues, but there didn't seem to be anything too serious (that I had an opinion on..). Though it would help, if issues were tagged for 1.0 or beyond.
Anyways, I'm testing a couple of app concepts with Aspen during May, so what oddities or such I meet, I will report.
Do you prefer them as Github issues or the mailing list?
Jussi,Is there a roadmap or something on what should happen before June 3?
Here are the "big rocks" that need to land before 1.0. These affect API.And is there something you would like us to test? I looked through open issues, but there didn't seem to be anything too serious (that I had an opinion on..). Though it would help, if issues were tagged for 1.0 or beyond.
Here are some smaller tickets that are mostly bugfixes. If these are done before 1.0 then great, otherwise they can be fixed in a point release (no API changes).
Anyways, I'm testing a couple of app concepts with Aspen during May, so what oddities or such I meet, I will report.Sweet! If/when you have a public link, pass it along and I'll add it to the homepage.
Do you prefer them as Github issues or the mailing list?
Well, the classic pattern of course is to discuss on the mailing list and then make tickets for agreed-upon issues. I'm not going to be too strict though. :)
Well, just about only thing that was odd is Aspen webserver (I was not using thrash) swallowed stdout when tracebacks occur. This made tracking down a bug more difficult since I could not rely on the time honored method of adding print statements everywhere...
Might be the time to finally learn how to use pdb ;)
Well, I did not succeed in inserting pdb in the Aspen process. Could you share your debugging strategies, perhaps?