bugGNUstep - Bugs: bug #52126, GUI 0.25.1 ABI break?

Group
 
 

bug #52126: GUI 0.25.1 ABI break?

Submitter:  Yavor Doganov <yavor>
Submitted:  Wed 27 Sep 2017 08:56:34 PM UTC
   
 
Category:  Gui/AppKit Severity:  3 - Normal
Item Group:  Bug Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 31 Dec 2017 09:44:57 PM UTC, comment #3: 

Oh, I just noticed you mention Gna being down as an issue for viewing revision history.

Migration to self-hosted or to Savannah indeed didn't happen yet. But you can clone the code from Github using free software as described in the email on June 20th 2017 to both discuss-gnustep@ and gnustep-dev@.

To get the list of repositories:

for i in $(seq 1 3) ; do
  curl https://api.github.com/orgs/gnustep/repos?page=$i | jq -r .[].clone_url
done

You should be able to use Git CLI (or other tool you may prefer) to clone the repos.

Ivan Vučica <ivucica>
Group Member
Sun 31 Dec 2017 09:39:11 PM UTC, comment #2: 

This has been done a while ago.

Ivan Vučica <ivucica>
Group Member
Sat 04 Nov 2017 10:53:31 PM UTC, comment #1: 

Yes, this was an oversight on our side. We should have increased the minor number. Ivan is currently in the process of releasing a new version of GNUstep gui. That should fix the issue.

Fred Kiefer <FredKiefer>
Group Member
Wed 27 Sep 2017 08:56:34 PM UTC, original submission:  

It looks like 0.25.1 introduced ABI incompatibility compared to 0.25.0.  Some ivars in NSTableView and NSTableHeaderView were changed to the new NSInteger/CGFloat types which seems to lead to ABI breakage on 64-bit platforms. Unfortunately the SVN repository at Gna is not accessible and it looks like the migration to Savannah has not happened, so I can't give you the revision(s). At first glance it seems this one:

2016-10-08 Fred Kiefer <FredKiefer@gmx.de>

       * Headers/AppKit/NSOutlineView.h
       * Headers/AppKit/NSTableHeaderView.h
       * Headers/AppKit/NSTableView.h
       * Source/GSThemeDrawing.m
       * Source/NSOutlineView.m
       * Source/NSTableHeaderView.m
       * Source/NSTableView.m:
       Some int -> NSInteger and float -> CGFloat transitions.

Yavor Doganov <yavor>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by ivucica (Posted a comment)
  • -email is unavailable- added by FredKiefer (Posted a comment)
  • -email is unavailable- added by yavor (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-12-31 ivucica StatusConfirmed Fixed
        Open/ClosedOpen Closed
    2017-11-04 FredKiefer StatusNone Confirmed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code