[Mono-bugs] [Bug 580090] [PATCH]GetFiles fails on search patterns containing directories

2010-07-07 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=580090

http://bugzilla.novell.com/show_bug.cgi?id=580090#c3


Atsushi Enomoto aenom...@novell.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||aenom...@novell.com
 Blocks||620558
 Resolution|FIXED   |

--- Comment #3 from Atsushi Enomoto aenom...@novell.com 2010-07-08 03:39:14 
UTC ---
r159861 (the runtime part) caused the regression on gacutil on Windows, bug
#620558.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 580090] [PATCH]GetFiles fails on search patterns containing directories

2010-07-04 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=580090

http://bugzilla.novell.com/show_bug.cgi?id=580090#c2


Gonzalo Paniagua Javier gonz...@novell.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
   Severity|Normal  |Major

--- Comment #2 from Gonzalo Paniagua Javier gonz...@novell.com 2010-07-04 
16:48:29 UTC ---
There is something else needed to make this work as MS. The output on windows
is:
---
c:\dvp.\dir.exe . test\*
\test\file1.txt
\test\file2.txt
\test\file3.txt
\test\file4.txt
---

and with your patch in linux/mono:
---
a...@b:/tmp$ mono dir.exe . 'test/*'
/file1.txt
/file2.txt
/file3.txt
/file4.txt
---

I made a couple of changes in the runtime for this output to be:
--
a...@b:/tmp$ mono dir.exe . 'test/*'
/test/file1.txt
/test/file2.txt
/test/file3.txt
/test/file4.txt
--

This is fixed in svn trunk as of r159861.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 580090] [PATCH]GetFiles fails on search patterns containing directories

2010-05-27 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=580090

http://bugzilla.novell.com/show_bug.cgi?id=580090#c


William Holmes billholme...@gmail.com changed:

   What|Removed |Added

Summary|GetFiles fails on search|[PATCH]GetFiles fails on
   |patterns containing |search patterns containing
   |directories |directories

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs