www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - dsource and WinAPI

reply "dcrepid" <dcrepid none.com> writes:
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
parent reply Steven Schveighoffer <schveiguy yahoo.com> writes:
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
parent reply "dcrepid" <dcrepid none.com> writes:
 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
parent reply Steven Schveighoffer <schveiguy yahoo.com> writes:
On 10/14/14 5:03 AM, dcrepid wrote:
 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
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? -Steve
Oct 14 2014
parent reply "Vladimir Panteleev" <vladimir thecybershadow.net> writes:
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-bindings
This 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
next sibling parent "Trass3r" <un known.com> writes:
 the long-term solution is to include the [win32] headers in 
 druntime
Oct 14 2014
prev sibling parent "dcrepid" <dcrepid none.com> writes:
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