[bug #52126] GUI 0.25.1 ABI break?

2017-12-31 Thread Ivan Vučica
Follow-up Comment #3, bug #52126 (project gnustep):

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.

___

Reply to this item at:

  

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


___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #52126] GUI 0.25.1 ABI break?

2017-12-31 Thread Ivan Vučica
Update of bug #52126 (project gnustep):

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

___

Follow-up Comment #2:

This has been done a while ago.

___

Reply to this item at:

  

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


___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #52126] GUI 0.25.1 ABI break?

2017-11-04 Thread Fred Kiefer
Update of bug #52126 (project gnustep):

  Status:None => Confirmed  

___

Follow-up 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.

___

Reply to this item at:

  

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


___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #52126] GUI 0.25.1 ABI break?

2017-09-27 Thread Yavor Doganov
URL:
  

 Summary: GUI 0.25.1 ABI break?
 Project: GNUstep
Submitted by: yavor
Submitted on: Wed 27 Sep 2017 11:56:34 PM EEST
Category: Gui/AppKit
Severity: 3 - Normal
  Item Group: Bug
  Status: None
 Privacy: Public
 Assigned to: None
 Open/Closed: Open
 Discussion Lock: Any

___

Details:

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 

   * 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.




___

Reply to this item at:

  

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


___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep