Thread overview | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
May 28, 2013 [dmd-internals] [D-Programming-Language/dmd] | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/tags/v2.063 Home: https://github.com/D-Programming-Language/dmd |
May 29, 2013 Re: [dmd-internals] [D-Programming-Language/dmd] | ||||
---|---|---|---|---|
| ||||
Posted in reply to GitHub Attachments:
| Currently the tag is on the commit: https://github.com/D-Programming-Language/dmd/commit/44fc6690f7da831849af8c8350d22a568e7bb6be But it should be on: https://github.com/D-Programming-Language/dmd/commit/a584488e827307bb3e9789fba20363c12d46486c Kenji Hara 2013/5/29 GitHub <noreply@github.com> > Branch: refs/tags/v2.063 > Home: https://github.com/D-Programming-Language/dmd > > > _______________________________________________ > dmd-internals mailing list > dmd-internals@puremagic.com > http://lists.puremagic.com/mailman/listinfo/dmd-internals > |
May 28, 2013 Re: [dmd-internals] [D-Programming-Language/dmd] | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kenji Hara | How do we fix that? Andrei On 5/28/13 8:05 PM, Kenji Hara wrote: > Currently the tag is on the commit: > https://github.com/D-Programming-Language/dmd/commit/44fc6690f7da831849af8c8350d22a568e7bb6be > > But it should be on: > https://github.com/D-Programming-Language/dmd/commit/a584488e827307bb3e9789fba20363c12d46486c > > Kenji Hara > > > 2013/5/29 GitHub <noreply@github.com <mailto:noreply@github.com>> > > Branch: refs/tags/v2.063 > Home: https://github.com/D-Programming-Language/dmd > > > _______________________________________________ > dmd-internals mailing list > dmd-internals@puremagic.com <mailto:dmd-internals@puremagic.com> > http://lists.puremagic.com/mailman/listinfo/dmd-internals > > > > > _______________________________________________ > dmd-internals mailing list > dmd-internals@puremagic.com > http://lists.puremagic.com/mailman/listinfo/dmd-internals _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
May 28, 2013 Re: [dmd-internals] [D-Programming-Language/dmd] | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | Le 28-mai-2013 à 20:10, Andrei Alexandrescu <andrei@erdani.com> a écrit : > How do we fix that? https://www.kernel.org/pub/software/scm/git/docs/git-tag.html#_on_re_tagging -- Michel Fortin michel.fortin@michelf.ca http://michelf.ca _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
May 29, 2013 Re: [dmd-internals] [D-Programming-Language/dmd] | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | Andrei Alexandrescu, el 28 de May a las 20:10 me escribiste: > How do we fix that? git push -f <remote> <new_ref>:refs/tags/<tag> Example: git push -f blessed a584488e827307bb3e9789fba20363c12d46486c:refs/tags/v2.063 > Andrei > > On 5/28/13 8:05 PM, Kenji Hara wrote: > >Currently the tag is on the commit: https://github.com/D-Programming-Language/dmd/commit/44fc6690f7da831849af8c8350d22a568e7bb6be > > > >But it should be on: https://github.com/D-Programming-Language/dmd/commit/a584488e827307bb3e9789fba20363c12d46486c > > > >Kenji Hara > > > > > >2013/5/29 GitHub <noreply@github.com <mailto:noreply@github.com>> > > > > Branch: refs/tags/v2.063 > > Home: https://github.com/D-Programming-Language/dmd > > > > > > _______________________________________________ > > dmd-internals mailing list > > dmd-internals@puremagic.com <mailto:dmd-internals@puremagic.com> > > http://lists.puremagic.com/mailman/listinfo/dmd-internals > > > > > > > > > >_______________________________________________ > >dmd-internals mailing list > >dmd-internals@puremagic.com > >http://lists.puremagic.com/mailman/listinfo/dmd-internals -- Leandro Lucarella (AKA luca) http://llucax.com.ar/ ---------------------------------------------------------------------- GPG Key: 5F5A8D05 (F8CD F9A7 BF00 5431 4145 104C 949E BFB6 5F5A 8D05) ---------------------------------------------------------------------- Que el viento y la lluvia sean dos hermanos y corran furiosos por los terraplenes de Víctor Heredia. -- Ricardo Vaporeso. Lanús, 1912. _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
May 29, 2013 Re: [dmd-internals] [D-Programming-Language/dmd] | ||||
---|---|---|---|---|
| ||||
Posted in reply to GitHub | I fetched the 2.063 source zip from Amazon WS and it looks like irstate.h is missing from it.
_______________________________________________
dmd-internals mailing list
dmd-internals@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals
|
May 29, 2013 Re: [dmd-internals] [D-Programming-Language/dmd] | ||||
---|---|---|---|---|
| ||||
Posted in reply to Marco Leise | Brad, pinging again - could you please delete the AWS distribution until we have statistics collection? Thanks, Andrei On 5/29/13 4:02 PM, Marco Leise wrote: > I fetched the 2.063 source zip from Amazon WS and it looks like > irstate.h is missing from it. > _______________________________________________ > dmd-internals mailing list > dmd-internals@puremagic.com > http://lists.puremagic.com/mailman/listinfo/dmd-internals _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
May 29, 2013 Re: [dmd-internals] [D-Programming-Language/dmd] | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | There are logs. Also, prioritizing stats over customer experience is terribly backwards. On 5/29/13 1:51 PM, Andrei Alexandrescu wrote: > Brad, pinging again - could you please delete the AWS distribution until > we have statistics collection? > > Thanks, > > Andrei > > On 5/29/13 4:02 PM, Marco Leise wrote: >> I fetched the 2.063 source zip from Amazon WS and it looks like >> irstate.h is missing from it. >> _______________________________________________ >> dmd-internals mailing list >> dmd-internals@puremagic.com >> http://lists.puremagic.com/mailman/listinfo/dmd-internals > _______________________________________________ > dmd-internals mailing list > dmd-internals@puremagic.com > http://lists.puremagic.com/mailman/listinfo/dmd-internals _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
May 29, 2013 Re: [dmd-internals] [D-Programming-Language/dmd] | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brad Roberts | On 5/29/13 5:20 PM, Brad Roberts wrote: > There are logs. Great, thanks. How can I get access to those? > Also, prioritizing stats over customer experience is > terribly backwards. I agree. That's why I've changed the downloads from the FTP site to the HTTP, which is quite a bit faster. Andrei _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
Copyright © 1999-2021 by the D Language Foundation