Opened 13 years ago
Closed 11 years ago
#3640 closed Bugs (fixed)
Unmerged changes in regression tools
Reported by: | Marshall Clow | Owned by: | Beman Dawes |
---|---|---|---|
Milestone: | Boost 1.42.0 | Component: | Regression Testing USE GITHUB |
Version: | Boost 1.41.0 | Severity: | Problem |
Keywords: | Cc: |
Description
It looks like there are a bunch of files in tools/regression/test that got renamed, but the changes never got merged to the release branch. Names like:
compile-fail_fail.cpp (in trunk) and compile-fail~fail (in release).
Trunk: https://svn.boost.org/trac/boost/browser/trunk/tools/regression/test Release: https://svn.boost.org/trac/boost/browser/branches/release/tools/regression/test History: https://svn.boost.org/trac/boost/log/trunk/tools/regression/test/compile-fail_fail.cpp
Change History (3)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
No problem - today.
But the next time that someone wants to work on these tools, and tries to merge to release, they'll have to figure out what has happened and do the merge himself - or maybe get it wrong and end up with both old an new file names on the release branch.
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Done:
- Merged trunk to release (for 1.48.0)
- Checked that there were no name problems.
- Added an item to the Release Manager's Checklist to do merge before each beta release.
- Marked issue fixed.
--Beman
A part form the fact the files names are not the same. What is the problem?