Modify ↓
#10688 closed defect (fixed)
Communication over pipe made more robust
Reported by: | mitar | Owned by: | Peter Suter |
---|---|---|---|
Priority: | normal | Milestone: | 1.0 |
Component: | plugin/git | Version: | 0.12.3 |
Severity: | normal | Keywords: | |
Cc: | mmitar@… | Branch: | |
Release Notes: |
More robust communication over pipe with git subprocesses |
||
API Changes: | |||
Internal Changes: |
Description
I have made some improvements to how communication over pipe is made. I made a pull request for it for 0.12 version, but it probably should also be included for 0.13 version:
Attachments (0)
Change History (6)
comment:1 by , 13 years ago
Milestone: | → 0.13 |
---|
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Applied in [11065].
(Some adjustments for long lines. Using the compatibility terminate
function and GitError
instead of TracError
for consistency.)
comment:4 by , 12 years ago
Release Notes: | modified (diff) |
---|
comment:5 by , 12 years ago
I would not say that it is more efficient, but just more robust, stable.
Note:
See TracTickets
for help on using tickets.
Looks good.