digitalmars.D.learn - dsource and WinAPI
- dcrepid (6/6) Oct 13 2014 I've tried to create an account on dsource.org without success,
- Steven Schveighoffer (5/10) Oct 13 2014 dsource is no longer actively maintained. I don't think anyone knows how...
- dcrepid (5/6) Oct 14 2014 Bindings for the Windows API:
- Steven Schveighoffer (11/17) Oct 14 2014 Looks like they are still using dsource for that project, latest update
- Vladimir Panteleev (15/21) Oct 14 2014 I've contacted Brad on a few occasions.
I've tried to create an account on dsource.org without success, and am wondering if anyone here knows if they are no longer accepting new users or whatnot? I've added a new winhttp.d source file for the win32 folder and would like to somehow contribute it. thanks!
Oct 13 2014
On 10/13/14 8:17 PM, dcrepid wrote:I've tried to create an account on dsource.org without success, and am wondering if anyone here knows if they are no longer accepting new users or whatnot?dsource is no longer actively maintained. I don't think anyone knows how to contact the admin. Most D projects these days are done on github.I've added a new winhttp.d source file for the win32 folder and would like to somehow contribute it.Which project are you looking at? -Steve
Oct 13 2014
Which project are you looking at?Bindings for the Windows API: http://www.dsource.org/projects/bindings/wiki/WindowsApi This is a pretty important project, especially for getting more Windows programmers on board.. thanks for your help
Oct 14 2014
On 10/14/14 5:03 AM, dcrepid wrote:Looks like they are still using dsource for that project, latest update is 9/7/14. It does have a github mirror though: https://github.com/CS-svnmirror/dsource-bindings You may be able to at least post a pull request there, and maybe get the thing included. The two most recent contributors are regulars here, they may be able to get your code considered. It also looks like the github link is pretty recent (8/16/14), perhaps a move to github is forthcoming? -SteveWhich project are you looking at?Bindings for the Windows API: http://www.dsource.org/projects/bindings/wiki/WindowsApi This is a pretty important project, especially for getting more Windows programmers on board.. thanks for your help
Oct 14 2014
On Tuesday, 14 October 2014 at 13:06:06 UTC, Steven Schveighoffer wrote:dsource is no longer actively maintained. I don't think anyone knows how to contact the admin.I've contacted Brad on a few occasions.Looks like they are still using dsource for that project, latest update is 9/7/14.I have commit access to that SVN repository. If someone wants something changed, I could commit it there for them.It does have a github mirror though: https://github.com/CS-svnmirror/dsource-bindingsThis mirror is a fully automatic clone of the SVN repository's history. It cannot accept pull requests, because the next synchronization will only overwrite them. (I could commit the changes into SVN, though.) Although we could move the repository to GitHub proper to allow people to contribute changes more easily, the long-term solution is to include the headers in Druntime. I just noticed https://github.com/CS-svnmirror/dsource-bindings/pull/1, I'll have a look.
Oct 14 2014
the long-term solution is to include the [win32] headers in druntime™
Oct 14 2014
Vladimir, thanks for looking at the pull request. It'd be great if the whole project was moved to GitHub to allow more people to contribute.
Oct 14 2014