* Do we have a guile-1.8 branch?
@ 2012-05-01 21:15 Noah Lavine
2012-05-01 23:25 ` Thien-Thi Nguyen
0 siblings, 1 reply; 7+ messages in thread
From: Noah Lavine @ 2012-05-01 21:15 UTC (permalink / raw)
To: guile-devel
Hello,
I was just trying to build guile 1.8 (as part of a project to track
down missing documentation, which I will email about), and I found a
bug. As it happens, Andy Wingo fixed that bug in this email from 2010:
http://lists.gnu.org/archive/html/guile-devel/2010-03/msg00082.html
However, I still saw it. The possibilities I see are that either the
change wasn't pushed, or it was pushed but it didn't make it to the
branch_release_1_8 git branch, which is what I built. I built that
because it seemed like the only branch associated with 1.8. But do we
actually have a branch for fixes to guile 1.8? If so, what is it?
And if not, would we like one?
Thanks,
Noah
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Do we have a guile-1.8 branch?
2012-05-01 21:15 Do we have a guile-1.8 branch? Noah Lavine
@ 2012-05-01 23:25 ` Thien-Thi Nguyen
2012-05-01 23:57 ` dsmich
0 siblings, 1 reply; 7+ messages in thread
From: Thien-Thi Nguyen @ 2012-05-01 23:25 UTC (permalink / raw)
To: Noah Lavine; +Cc: guile-devel
() Noah Lavine <noah.b.lavine@gmail.com>
() Tue, 1 May 2012 17:15:28 -0400
And if not, would we like one?
It would be great to have one.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Do we have a guile-1.8 branch?
2012-05-01 23:25 ` Thien-Thi Nguyen
@ 2012-05-01 23:57 ` dsmich
2012-05-02 3:33 ` Noah Lavine
0 siblings, 1 reply; 7+ messages in thread
From: dsmich @ 2012-05-01 23:57 UTC (permalink / raw)
To: Noah Lavine, Thien-Thi Nguyen; +Cc: guile-devel
---- Thien-Thi Nguyen <ttn@gnuvola.org> wrote:
> () Noah Lavine <noah.b.lavine@gmail.com>
> () Tue, 1 May 2012 17:15:28 -0400
>
> And if not, would we like one?
>
> It would be great to have one.
Yeah, there is one: http://git.savannah.gnu.org/gitweb/?p=guile.git;a=shortlog;h=refs/heads/branch_release-1-8
I suspect that Andy merely forgot to check that in.
-Dale
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Do we have a guile-1.8 branch?
2012-05-01 23:57 ` dsmich
@ 2012-05-02 3:33 ` Noah Lavine
2012-05-02 21:57 ` Ludovic Courtès
0 siblings, 1 reply; 7+ messages in thread
From: Noah Lavine @ 2012-05-02 3:33 UTC (permalink / raw)
To: dsmich; +Cc: Thien-Thi Nguyen, guile-devel
Yes, I was just wondering if that was the right place to send Guile
1.8 bugfixes. I went ahead and committed two new fixes to that branch.
They both fix build errors on my system.
Unfortunately, I also made a new branch in our repository called
'release-1.8' because of a git error. It is an exact copy of that
branch. I want to remove the tag from the Savannah repository, because
it is useless and potentially very confusing. Is that the right thing
to do here? If so, is there a way to do it?
Thanks,
Noah
On Tue, May 1, 2012 at 7:57 PM, <dsmich@roadrunner.com> wrote:
>
> ---- Thien-Thi Nguyen <ttn@gnuvola.org> wrote:
>> () Noah Lavine <noah.b.lavine@gmail.com>
>> () Tue, 1 May 2012 17:15:28 -0400
>>
>> And if not, would we like one?
>>
>> It would be great to have one.
>
> Yeah, there is one: http://git.savannah.gnu.org/gitweb/?p=guile.git;a=shortlog;h=refs/heads/branch_release-1-8
>
> I suspect that Andy merely forgot to check that in.
>
> -Dale
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Do we have a guile-1.8 branch?
2012-05-02 3:33 ` Noah Lavine
@ 2012-05-02 21:57 ` Ludovic Courtès
2012-05-02 22:04 ` Noah Lavine
0 siblings, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2012-05-02 21:57 UTC (permalink / raw)
To: guile-devel
Hi Noah,
Noah Lavine <noah.b.lavine@gmail.com> skribis:
> Yes, I was just wondering if that was the right place to send Guile
> 1.8 bugfixes. I went ahead and committed two new fixes to that branch.
> They both fix build errors on my system.
Good.
> Unfortunately, I also made a new branch in our repository called
> 'release-1.8' because of a git error. It is an exact copy of that
> branch. I want to remove the tag from the Savannah repository, because
> it is useless and potentially very confusing. Is that the right thing
> to do here? If so, is there a way to do it?
Yes, please remove the ‘release-1.8’ branch.
Something like ‘git push origin :release-1.8’ should work (search for
“delete” in git-push(1).)
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Do we have a guile-1.8 branch?
2012-05-02 21:57 ` Ludovic Courtès
@ 2012-05-02 22:04 ` Noah Lavine
2012-05-15 19:18 ` Andy Wingo
0 siblings, 1 reply; 7+ messages in thread
From: Noah Lavine @ 2012-05-02 22:04 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guile-devel
> Yes, please remove the ‘release-1.8’ branch.
>
> Something like ‘git push origin :release-1.8’ should work (search for
> “delete” in git-push(1).)
>
> Thanks,
> Ludo’.
Oh, I never knew how to do that. It's done now.
Thanks,
Noah
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Do we have a guile-1.8 branch?
2012-05-02 22:04 ` Noah Lavine
@ 2012-05-15 19:18 ` Andy Wingo
0 siblings, 0 replies; 7+ messages in thread
From: Andy Wingo @ 2012-05-15 19:18 UTC (permalink / raw)
To: Noah Lavine; +Cc: Ludovic Courtès, guile-devel
On Thu 03 May 2012 00:04, Noah Lavine <noah.b.lavine@gmail.com> writes:
>> Yes, please remove the ‘release-1.8’ branch.
>>
>> Something like ‘git push origin :release-1.8’ should work (search for
>> “delete” in git-push(1).)
>>
>> Thanks,
>> Ludo’.
>
> Oh, I never knew how to do that. It's done now.
Cool. It's pretty strange, sometimes if I want to rebase a WIP branch
and push a new one, I have to first delete the old one, then push the
new one, instead of sending a forced update (i.e. instead of git push
origin +wip-foo).
Strange things :)
Cheers,
Andy
--
http://wingolog.org/
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-05-15 19:18 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-01 21:15 Do we have a guile-1.8 branch? Noah Lavine
2012-05-01 23:25 ` Thien-Thi Nguyen
2012-05-01 23:57 ` dsmich
2012-05-02 3:33 ` Noah Lavine
2012-05-02 21:57 ` Ludovic Courtès
2012-05-02 22:04 ` Noah Lavine
2012-05-15 19:18 ` Andy Wingo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).