Modify ↓
Opened 16 years ago
Closed 15 years ago
#336 closed defect (fixed)
Property Name can include trailing spaces
Reported by: | shendric@… | Owned by: | osimons |
---|---|---|---|
Priority: | major | Milestone: | 0.6 |
Component: | General | Version: | 0.5.3 |
Keywords: | Cc: | ||
Operating System: | BSD |
Description
If a property name in a target platform for a build configuration contains trailing spaces it will not match the property names from slaves that do not contain trailing spaces. Property names should probably be trimmed before storing them.
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by osimons
- Owner changed from cmlenz to osimons
comment:2 Changed 15 years ago by osimons
- Resolution set to fixed
- Status changed from new to closed
Fixed in [683].
Note: See
TracTickets for help on using
tickets.
Good idea. Trailing spaces does happen, and can be very difficult to debug. I'll fix.