bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #34449] gnustep doesn't implement -[NSUserDefaults doubleForKey:] a


From: Richard Frith-Macdonald
Subject: [bug #34449] gnustep doesn't implement -[NSUserDefaults doubleForKey:] added in 10.5
Date: Sun, 02 Oct 2011 11:47:15 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50

Update of bug #34449 (project gnustep):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

I implemented this and the corresponding setter.

Please see a more full patch attached, giving an example of the sort of thing
we need for this:

A new method requires interface change in header file as well as
implementation in source file.
The header change needs to be bracketed with conditional compilation for OSX
version compatibility (autogsdoc reads this to provide availability
information in the documentation, and the macro lets people build for a
particular version of the API without accidentally using methods from other
versions).
The header change needs to include an autogsdoc formatted comment describing
what the method does, so we have documentation.
At least some trivial testcase needs to be provided (I did really minimal
tests ... more comprehensive ones would of course be preferred).

(file #24079)
    _______________________________________________________

Additional Item Attachment:

File name: base.patch                     Size:7 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34449>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]