Re: Warnings from the bindings

2018-04-07 Thread Branko Čibej
On 07.04.2018 21:20, Philip Martin wrote: > Branko Čibej writes: > >> I'll take another look. At the very least this should be using the local >> frame manager object, which is exception-safe, unlike explicitly pushing >> and popping the frame. > ImmutableList::for_each iterates

Re: Warnings from the bindings

2018-04-07 Thread Philip Martin
Branko Čibej writes: > I'll take another look. At the very least this should be using the local > frame manager object, which is exception-safe, unlike explicitly pushing > and popping the frame. ImmutableList::for_each iterates and constructs arbitrary types T. The problem

Re: Fwd: Returned post for annou...@apache.org

2018-04-07 Thread Stefan
On 07/04/2018 20:37, Julian Foad wrote: > Looks like we should make two more tweaks to announcement email templates - > see below. I'll do it, at least in time for final 1.10.0 announcement, if > nobody beats me to it. > > Would be nice to do it in time to re-send this rc2 email to announce@a.o

Fwd: Returned post for annou...@apache.org

2018-04-07 Thread Julian Foad
Looks like we should make two more tweaks to announcement email templates - see below. I'll do it, at least in time for final 1.10.0 announcement, if nobody beats me to it. Would be nice to do it in time to re-send this rc2 email to announce@a.o but I don't think that's so important. - Julian

Re: Warnings from the bindings

2018-04-07 Thread Branko Čibej
On 07.04.2018 00:25, Philip Martin wrote: > Philip Martin writes: > >>Iterator iter(get_iterator()); >>while (iter.has_next()) >> + { >> +m_env.PushLocalFrame(10); >> function(T(m_env, NativeT(iter.next(; >> +