Re: History rewrite for corebase and gui

2017-06-20 Thread Ivan Vučica
This is now complete. On Tue, Jun 20, 2017 at 9:10 PM, Ivan Vučica wrote: > Hi, > > https://github.com/gnustep/gitsvn-scripts/issues/2 > > """ > I've mistakenly created merges which work okay with local clients, but > confuse Github and other web UIs which don't recognize

Re: Migration to Git

2017-06-20 Thread Ivan Vučica
Thanks for the offer -- it's appreciated. At this time no help is required, just time. On Tue, Jun 20, 2017 at 9:04 PM, Matt Butch wrote: > I’d certainly be willing to help move to a self hosted GitLab instance if > that’s the direction we want to go. > >> On Jun

History rewrite for corebase and gui

2017-06-20 Thread Ivan Vučica
Hi, https://github.com/gnustep/gitsvn-scripts/issues/2 """ I've mistakenly created merges which work okay with local clients, but confuse Github and other web UIs which don't recognize replace refs. - gnustep/libs-gui@250d3ee0af7f2fc304ab735ada8b3238154d060f -

Re: Migration to Git

2017-06-20 Thread Matt Butch
I’d certainly be willing to help move to a self hosted GitLab instance if that’s the direction we want to go. > On Jun 20, 2017, at 15:49, Ivan Vučica wrote: > > Move to gnu.org-hosted mailing list has not happened yet, and there > has not yet been work on moving primary

Re: Migration to Git

2017-06-20 Thread Ivan Vučica
If you wish not to interact with Github through the web, you can use wget or curl to download the JSON descriptor of all our repos. You can use jq to process it further and get just the URLs to clone: for i in $(seq 1 3) ; do curl https://api.github.com/orgs/gnustep/repos?page=$i | jq -r

Re: State of the WebKit port

2017-06-20 Thread Ivan Vučica
I meant keeping in sync the fact that CGColorRef is a @class CGColor. I did not mean that we teach -gui (and I mean -gui, not -back) what @interface CGColor looks like :] To my knowledge, CGColor is not toll-free bridgable with NSColor. On Tue, Jun 20, 2017, 17:34 Fred Kiefer

Re: State of the WebKit port

2017-06-20 Thread Fred Kiefer
> Am 20.06.2017 um 18:22 schrieb Ivan Vučica : > > On Tue, Jun 20, 2017 at 5:17 PM, Fred Kiefer wrote: >> Sounds like we should just put the implementation of these in the opal part >> of gnustep-back. We will need the declarations in the guidelines headers

Re: State of the WebKit port

2017-06-20 Thread Ivan Vučica
On Tue, Jun 20, 2017 at 5:17 PM, Fred Kiefer wrote: > Sounds like we should just put the implementation of these in the opal part > of gnustep-back. We will need the declarations in the guidelines headers of > course. Presumably you meant 'gui', not 'guidelines' and you got

Re: State of the WebKit port

2017-06-20 Thread Fred Kiefer
> Am 20.06.2017 um 12:56 schrieb Ivan Vučica : > >> * opalgraphics/gui: create interaction between NSColor and CGColor >> * opalgraphics/gui: create interaction between NSImage and CGImage > > > Since Opal does not currently depend on AppKit, these conversions > between NS/CG

Re: State of the WebKit port

2017-06-20 Thread Ivan Vučica
On Tue, Jun 20, 2017 at 4:40 AM Daniel Ferreira (theiostream) wrote: > > > WTF (the Web Template Framework) is a series of helpers for WebKit > which involves things as diverse as crypto, threading, text encoding, > low-level memory analysis and inter-process communication. Most

Re: Newbie back again...

2017-06-20 Thread David Chisnall
On 19 Jun 2017, at 23:43, Josh Freeman wrote: > > The segmentation fault happens after Base sets the value of an NSThread > ivar, because the memory location it writes to overlaps the area in memory > where GUI expects to find a different ivar, due to the

Re: State of the WebKit port

2017-06-20 Thread David Chisnall
On 20 Jun 2017, at 04:39, Daniel Ferreira (theiostream) wrote: > At this point, I chose to disable the remote inspector WebKit > feature[1], since it relied on XPC and Darwin's notify functions for > IPC. While these two libraries could eventually be implemented in a >