#357 closed defect (fixed)
An error in GetDir function
Reported by: | jgarcia | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | SetAlgebra | Version: | head |
Severity: | normal | Keywords: | |
Cc: |
Description
The GetDir function may return a SetOfSet with two sets, the first one may be a
set of files and the second one a set of directories.
Now this function return two sets but in the first one (files) return files and
directories, this is an error because the second set (directories) is empty.
So on, all functions that are use to update cvs recursively, for example, fail.
Change History (5)
comment:1 Changed 19 years ago by
comment:2 Changed 19 years ago by
Owner: | changed from danirus to Víctor de Buen Remiro |
---|
comment:3 Changed 19 years ago by
Status: | new → assigned |
---|
We are woking about this bug.
Thanks to report it
comment:4 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Bug is already fixed in CVS:
All items in the directory were added to files subset by a simple typing mistake in
setgra.cpp at line 2835
comment:5 Changed 18 years ago by
bug_file_loc: | → http://www.tol-project.org |
---|
The GetDir function may return a SetOfSet with two sets, the first one may be a
set of files and the second one a set of directories.
Now this function return two sets but in the first one (files) return files and
directories, this is an error because the second set (directories) is empty.
So on, all functions that are use to update cvs recursively, for example, fail.