[bug #34449] gnustep doesn't implement -[NSUserDefaults doubleForKey:] added in 10.5

2011-10-02 Thread Richard Frith-Macdonald
Follow-up Comment #5, bug #34449 (project gnustep): Don't get me wrong ... filing bug reports is welcome ...but personally I regard it as a common courtesy and duty (even for commercial software, but especially for free software) as well as a case of enlightened self interest. I know there are peo

[bug #34454] gnustep fails to load real world XIB files

2011-10-02 Thread Fred Kiefer
Update of bug #34454 (project gnustep): Status:None => Confirmed Assigned to:None => FredKiefer ___ Follow-up Comment #5: Thank you for repor

[bug #34449] gnustep doesn't implement -[NSUserDefaults doubleForKey:] added in 10.5

2011-10-02 Thread julian
Follow-up Comment #4, bug #34449 (project gnustep): > I'm sorry you don't feel like contributing to give something back for using GNUstep, other open source projects seem to consider spending time to file bugs a form of contributing too. > I recommend sticking to the OSX 10.4 thanks but i am p

[bug #34449] gnustep doesn't implement -[NSUserDefaults doubleForKey:] added in 10.5

2011-10-02 Thread Richard Frith-Macdonald
Follow-up Comment #3, bug #34449 (project gnustep): My mistake ... I'm sorry you don't feel like contributing to give something back for using GNUstep, but that's OK. If you are just using, I recommend sticking to the OSX 10.4 (or earlier) Cocoa API, which should be pretty complete (though, if yo

[bug #34449] gnustep doesn't implement -[NSUserDefaults doubleForKey:] added in 10.5

2011-10-02 Thread julian
Follow-up Comment #2, bug #34449 (project gnustep): thanks for fixing the bug. sorry i reported these missing API bugs only for your convenience and can't provide full patches anyway: • i am on a tight schedule • i have to work around these in my code anyway since i don't want to depend on a poss

[bug #34449] gnustep doesn't implement -[NSUserDefaults doubleForKey:] added in 10.5

2011-10-02 Thread Richard Frith-Macdonald
Update of bug #34449 (project gnustep): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #1: I implemented this

[bug #34446] gnustep doesn't implement -[NSFileManager contentsOfDirectoryAtPath:error] introduced in 10.5

2011-10-02 Thread Richard Frith-Macdonald
Update of bug #34446 (project gnustep): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #1: I implemented this,

[bug #34454] gnustep fails to load real world XIB files

2011-10-02 Thread julian
Follow-up Comment #4, bug #34454 (project gnustep): i think i have been able to create a minimal XIB that still exhibits the problem. strangely it doesn't trigger this assert anymore when trying to load it in gorm, but i think its still there when loading the nib in my app. (file #24078)

[bug #34454] gnustep fails to load real world XIB files

2011-10-02 Thread julian
Follow-up Comment #3, bug #34454 (project gnustep): must be this assert triggering NSAssert([sub superview] == nil, NSInternalInconsistencyException); ___ Reply to this item at:

[bug #34454] gnustep fails to load real world XIB files

2011-10-02 Thread julian
Follow-up Comment #2, bug #34454 (project gnustep): i tried for Launcher-gnustep.xib, the error is the same when loading it in-app: NSView.m4701 Assertion failed in NSTabView(instance), method initWithCoder:. NSInternalInconsistencyException __