#11026: Add double clicking of sws files for Mac app
----------------------------------+-----------------------------------------
       Reporter:  iandrus         |         Owner:  iandrus                     
          
           Type:  enhancement     |        Status:  needs_review                
          
       Priority:  major           |     Milestone:  sage-5.7                    
          
      Component:  user interface  |    Resolution:                              
          
       Keywords:  mac app         |   Work issues:                              
          
Report Upstream:  N/A             |     Reviewers:  Karl-Dieter Crisman, 
Nicholas Kirchner
        Authors:  Ivan Andrus     |     Merged in:                              
          
   Dependencies:                  |      Stopgaps:                              
          
----------------------------------+-----------------------------------------

Comment (by jhpalmieri):

 I see that warning plus a few others on 10.8:
 {{{
 /Users/.../sage-5.7.beta4/devel/ext-main/sage/ext/mac-
 app/AppController.m:413:52: warning: format specifies type 'unsigned
 short' but the argument has type 'int' [-Wformat]
                  [NSString stringWithFormat:@"%C", 0x2026]]]; // @"…"
                                               ~~   ^~~~~~
                                               %d
 /Users/.../sage-5.7.beta4/devel/ext-main/sage/ext/mac-
 app/AppController.m:445:55: warning: format specifies type 'unsigned
 short' but the argument has type 'int' [-Wformat]
             sessionType ? sessionType : @"", command, 0x2026];
                                                       ^~~~~~
 /Users/.../sage-5.7.beta4/devel/ext-main/sage/ext/mac-
 app/AppController.m:552:69: warning: format specifies type 'long' but the
 argument has type 'OSErr' (aka 'short') [-Wformat]
         NSLog(@"Unable to determine gestaltSystemVersionMajor: %ld",err);
                                                                ~~~  ^~~
                                                                %hd
 /Users/.../sage-5.7.beta4/devel/ext-main/sage/ext/mac-
 app/AppController.m:557:69: warning: format specifies type 'long' but the
 argument has type 'OSErr' (aka 'short') [-Wformat]
         NSLog(@"Unable to determine gestaltSystemVersionMinor: %ld",err);
                                                                ~~~  ^~~
                                                                %hd
 4 warnings generated.
 }}}
 Meanwhile, [http://sage.math.washington.edu/home/palmieri/misc/sage-Sage-
 testing-doubleclick-x86_64-Darwin.dmg here is a bdist] built on OS X 10.8,
 if anyone wants to test it.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11026#comment:67>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to