close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#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 jgarcia

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.

comment:2 Changed 19 years ago by Víctor de Buen Remiro

Owner: changed from danirus to Víctor de Buen Remiro

comment:3 Changed 19 years ago by Víctor de Buen Remiro

Status: newassigned

We are woking about this bug.
Thanks to report it

comment:4 Changed 19 years ago by Víctor de Buen Remiro

Resolution: fixed
Status: assignedclosed

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 Víctor de Buen Remiro

bug_file_loc: http://www.tol-project.org
Note: See TracTickets for help on using tickets.