avatar Carl Meyer

  • Email:
  • Registered on: 01/05/2010
  • Last connection: 05/20/2010

Activity

Reported issues: 2

05/20/2010

03:09 PM Fabric Bug #123: ImportError in _get_system_username on cyqwin without win32api installed
I just had to get someone up and running with Fabric on Cygwin, and I had to remove 'cygwin' from that win32 check as well. As far as I can tell the win32api package isn't even available for Cygwin Python, so the status quo is guaranteed to always...

01/08/2010

11:30 PM Fabric Bug #132: run()/sudo() strip the output, local() does not
Just a little inconsistency that can be surprising: I ran run('mktemp') and was able to use the output directly, local('mktemp') caused me all sorts of problems with the trailing newline until I realized what was going on. Fixed [here](http://g...

01/06/2010

09:42 AM Fabric Bug #130: Context managers don't account for exceptions
Jeff Forcier wrote: > Also, note -- leaving a ticket here is fine, no need to also send a GH pull request, it's just 2x the emails/messages for me to handle ;) Yeah. And I also piped up in IRC for the trifecta :-) Just not sure which was the p...

01/05/2010

08:51 PM Fabric Bug #130: Context managers don't account for exceptions
In general, Fabric's context managers fail to clean up after themselves in case an exception is raised within them. This makes it difficult to use them if you're trying to do exception handling. For instance, take the following code: try: ...

Also available in: Atom