A couple of issues with the libdispatch project page
I wanted to get back up-to-speed with the current GCD goings on, and started reading through the libdispatch website. Unfortunately, I had a few problems with the information on the libdispatch page: 1. The git repository on the Wiki (git://git.macosforge.org/libdispatch.git) is a dead link. Is there a different repository path? 2. The wiki link for the libdispatch-changes mailing list is incorrect (instead, it points to the libdispatch-dev mailing list). The "*-changes" mailing list page is present on the server if you correct the link in your browser. I did try to correct this myself, but even as a logged in MacOSForge user it did not provide an editing option. Finally, there appear to be some significant differences in the source code released as part of the 10.6.3 Open Source release (84.5.5: http://opensource.apple.com/source/libdispatch/libdispatch-84.5.5/) compared to the contents of the svn repository. Should we assume that the repository is the most current? Thanks, -Brent
On May 21, 2010, at 4:43 PM, Brent Fulgham wrote:
I wanted to get back up-to-speed with the current GCD goings on, and started reading through the libdispatch website. Unfortunately, I had a few problems with the information on the libdispatch page:
1. The git repository on the Wiki (git://git.macosforge.org/libdispatch.git) is a dead link. Is there a different repository path?
Do you have an app that handles git URLs? The git repo works for me and is up to date.
2. The wiki link for the libdispatch-changes mailing list is incorrect (instead, it points to the libdispatch-dev mailing list). The "*-changes" mailing list page is present on the server if you correct the link in your browser. I did try to correct this myself, but even as a logged in MacOSForge user it did not provide an editing option.
Fixed. Thanks -Bill
Hi Bill, On Tue, May 25, 2010 at 10:27 AM, William Siegrist <wsiegrist@apple.com> wrote:
1. The git repository on the Wiki (git://git.macosforge.org/libdispatch.git) is a dead link. Is there a different repository path?
Do you have an app that handles git URLs? The git repo works for me and is up to date.
Now this works for me, too. I must have had some kind of network problem on Friday. Thanks! -Brent
participants (2)
-
Brent Fulgham
-
William Siegrist