Actions
Bug #2086
closedName::appendVersion() adds wrong marker
Start date:
10/22/2014
Due date:
% Done:
100%
Estimated time:
0.50 h
Description
How to reproduce:
Name name("/test/name");
name.appendVersion();
name.at(-1).toVersion(); // should not throw exception, but actually it throws...
Updated by Junxiao Shi about 10 years ago
- Subject changed from Exception thrown out when processing special name component Version. to Name::appendVersion() adds wrong marker
- Category set to Base
- Assignee set to Junxiao Shi
- Target version set to v0.3
- Estimated time set to 0.50 h
Confirmed. Name::appendVersion()
is adding an incorrect marker.
Updated by Junxiao Shi about 10 years ago
- Status changed from New to In Progress
Updated by Junxiao Shi about 10 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
Updated by Junxiao Shi about 10 years ago
- Status changed from Code review to Closed
Actions