Ahhh, the beginning of winter. That very special time of the year when Seattle skies are perpetual overcast and gloomy. When crowds flock to the coffee shops and the best thing to do with your time is hook up to a caffeine IV and code.
… on a side note it has been a really productive month.
- Stem Website
Stem now has a far more developer friendly website!
https://stem.readthedocs.org/en/latest/index.html
Barring the obvious new sections I revised vast swaths of stem’s API documentation.
Feedback welcome! The tutorial section is just starting, but I have some ideas for expanding it.
- Network Status Document Parsing
After a couple months of work by Ravi and me the network status document handling is finally done. It turned out to be a… very big feature branch.
With this done we’re very nearly at feature parity with metrics-lib (and I suspect a bit past it in terms of testing). In finishing this up I also spotted an undocumented oddity with microdescriptor ‘directory-signature’ lines.
- GSoC Mentor Summit
Met with the developers of numerous other open source projects. I was really impressed at how many worthwhile conversations were crammed into such a short conference. Highlights include…
- Arc from Python had distutils suggestions, thanks to which stem and arm will soon have both Python 2.x and 3.x support.
- OSU’s Open Source Labs are entertaining the thought of running Tor relays.
- Discussed TorBirdy and other Tor projects with Sukhbir. He mentioned an issue with trac permissions that is now fixed.
- Talked with Terri from Python about Mailman 3, which would be a great answer for the requests we get to have a Tor forum.
- Attended a talk led by Marina from Gnome about their outreach program for women. We’ll likely be taking part in it this year.
Other changes include…
- Cleaning up orphaned pyc files as a part of running our tests (feature suggested by Ravi, ticket)
- Ported arm’s str_tools module to stem and added unit tests (ticket, docs)
- Code reviewed Ravi’s attach_stream addition, waiting on the revisions (ticket)
- Arm troubleshooting on irc with zack and ultramage. Also fixed a broken link on arm’s site spotted by wh6iQ.
-
A new contributor, Eoin, spotted some great issues and contributed patches. Tickets include…
-
Sathyanarayanan spotted some nice bugs including…
Next up: Ravi and I are working on tor event handling, the last major feature stem is missing as a controller library. After that we plan to port arm over, then tidy up loose ends in preparation for stem’s initial release.