Custom Query (199 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 199)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#265 fixed Mussa annotation file didn't work if the last sequence wasn't terminated by a newline diane diane
Description

for some unknown reason if the last sequence in an annotation file wasn't terminated by a new line, spirit ended up duplicating the last character. Needless to say this meant that it wouldn't always align properly.

I installed a hack into push_back_seq::operator() that checks for this condition and removes the duplicated character if the bug was triggered.

Needless to say if spirit (or my grammar) gets fixed and this bug goes away the hack will need to be removed. I think the sequence equality tessts in test_sequence::sequence_no_trailing_newline should trip if the last character doesn't get duplicated.

#261 fixed Mussa mupa comment character required a space diane diane
Description

Mupa files need a space between the comment character '#' and any trailing text.

#260 fixed Mupa parser is cranky on windows files diane diane
Description

When loading windows generated mupa files on os x the parser doesn't discard all of the end of line markers.

1 2 3 4 5 6 7 8 9 10 11
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.