Build failed in Jenkins: gnustep #1219

2014-01-19 Thread greg . casamento
See Changes: [fredkiefer] Remove compiler warnings. -- [...truncated 5 lines...] U plugins/themes/Gtk/GGnomeTheme.m U plugins/themes/Gtk/GGnomeThemeInitialization.m Fetching 'http:

Jenkins build is back to normal : gnustep #1220

2014-01-19 Thread greg . casamento
See ___ Gnustep-dev mailing list Gnustep-dev@gnu.org https://lists.gnu.org/mailman/listinfo/gnustep-dev

GNUstep base: bug in NSDecimalNumber decimalNumberByRoundingAccordingToBehavior: ?

2014-01-19 Thread Pirmin Braun
see attached TestTool -- Pirmin Braun - IntarS Unternehmenssoftware GmbH - Am Hofbräuhaus 1 - 96450 Coburg +49 2642 40526292 +49 174 9747584 - skype:pirminb www.intars.de p...@intars.de Geschäftsführer: Pirmin Braun, Ralf Engelhardt Registergericht: Amtsgericht Coburg HRB3136 Output on WO Yell

Re: Table view bug?

2014-01-19 Thread Fred Kiefer
On 17.01.2014 20:14, David Chisnall wrote: > I'm seeing some odd behaviour with NSTableView. My table column is > editable and my delegate's -tableView:objectValueForTableColumn:row: > returns a string. I can then click on the string and edit it and > everything works as expected. If, however, t

Re: GNUstep base: bug in NSDecimalNumber decimalNumberByRoundingAccordingToBehavior: ?

2014-01-19 Thread Pirmin Braun
I guess the problem is here: Breakpoint 1, GSDecimalRound (result=0xb0d6, scale=2, mode=0) at NSDecimal.m:257 for 0.009 (gdb) p (int)result->length $5 = 1 (gdb) p (int)result->exponent $6 = -3 (gdb) p scale $7 = 2 (gdb) 267else if (l <= 0) -> will return 0.0 which is not correct

patch suggestion Re: GNUstep base: bug in NSDecimalNumber decimalNumberByRoundingAccordingToBehavior: ?

2014-01-19 Thread Pirmin Braun
does this make sense? -- Pirmin Braun - IntarS Unternehmenssoftware GmbH - Am Hofbräuhaus 1 - 96450 Coburg +49 2642 40526292 +49 174 9747584 - skype:pirminb www.intars.de p...@intars.de Geschäftsführer: Pirmin Braun, Ralf Engelhardt Registergericht: Amtsgericht Coburg HRB3136 NSDecimal.m.pat