rfm

Results 100 comments of rfm

I'm not sure of the rationale here. While GSServerStream is (so far as i can see) only used in NSSetServices in the base library and in a few testcases, I...

Marking the tests as hopeful seems fine to me.

Closing due to lack of feedback

I've never used NSPredicate, but looking through the code it seems to me the issue might be with the GSConstantValueExpression class used to represent the array. I wonder if its...

I wrote/added a portable (not dependent on objc-2) version of that solution.

Doing 'make check' for base already runs the base testsuite on the uninstalled library, which is usually what you want. So what is the nature of the issue/problem? Is it...

> Does it? Yes ... try 'make messages=yes check' to see how it's setting up the environment. eg. $ cd Tests [richard@centos-linux Tests]$ make check This is gnustep-make 2.7.0. Type...

Well, it appears likely that something is putting a BOM in a string and that's then being output as utf-8, but we really need to find out where. I agree...

The place to look is the code generating that vcard. Perhaps it does something like converting bits of the vcard to NSData objects using NSUnicodeStringEncoding (which will produce a BOM...

I think this is more an issue for cmd.exe than one in GNUstep. Looking at the code to create a subtask I see: // |DETACHED_PROCESS /* We don't set the...