Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChangeD - the D changelog generator script #46

Merged
merged 1 commit into from Mar 5, 2013

Conversation

DmitryOlshansky
Copy link
Member

Per Walter's request.
Written in D, powered by std.net.curl.

Caveats: we still have a very awkward situation with linking to libcurl on POSIX.
Basically it requries a manual linking step with gcc and few lines worth of command line. Would that be a high time to anyhow fix it so that dmd passes libcurl at the right place in the command line by itself?

See:
http://d.puremagic.com/issues/show_bug.cgi?id=7044

@alexrp
Copy link
Member

alexrp commented Feb 19, 2013

Add to makefiles please.

@DmitryOlshansky
Copy link
Member Author

Then it will fail to build on linux as described.

Not everything in these makefiles btw. Any pointers on as to why?

@WalterBright
Copy link
Member

Because nobody has stepped up to make the effort.

@DmitryOlshansky
Copy link
Member Author

Done. Plus now both dget and 'changed' could actually be built in linux.

Seem like nobody has been using these makefiles on posix.

@DmitryOlshansky
Copy link
Member Author

Okay I have sort of magic workaround via grepping the verbose output of dmd that (while stinky) ought to work on all posix.

makefile for both win32 and posix

some shell kung-fu as a workaround in posix.mak
alexrp added a commit that referenced this pull request Mar 5, 2013
ChangeD - the D changelog generator script
@alexrp alexrp merged commit 5b044aa into dlang:master Mar 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants