Ticket #1325 (closed enhancement: fixed)

Opened 11 years ago

Last modified 10 years ago

Rewrite attachandrun in python

Reported by: achernya Owned by:
Priority: low Milestone: The Distant Future
Component: -- Keywords:
Cc: Fixed in version:
Upstream bug:

Description

attachandrun.c is a horrible bit of C that tries to do things that are like subprocess.open(). To make matters worse, it links against libathdir, for no good reason, when you can just do athdir locker -t bin to get the same effect, and the code already does fork.

Instead of keeping it around, just move to Python, as this will be shorter, and prettier.

Change History

comment:1 Changed 11 years ago by achernya

Here's the rewrite  for review. Please send me comments before I commit it; the current plan is to integrate attachandrun, athrun, and gathrun into the same source package.

comment:2 Changed 11 years ago by achernya

  • Status changed from new to committed

Committed in r25974.

comment:3 Changed 10 years ago by jdreed

Didn't this go out already?

comment:4 Changed 10 years ago by jdreed

  • Status changed from committed to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.