On Tue, Dec 2, 2008 at 10:40 PM, Matt Revelle <[EMAIL PROTECTED]> wrote:

> Updated patch attached, the extra let for readability looked ugly to
> me after some sleep.
>
>
> >
>
>
>
>
> On Dec 1, 2008, at 3:44 PM, Rich Hickey wrote:
>
> >
> >
> >
> > On Dec 1, 2:57 pm, Matt Revelle <[EMAIL PROTECTED]> wrote:
> >> Yes, this again.  Now that we have AOT, I wanted to revisit
> >> supporting
> >> the exposing of inherited protected fields that originate from
> >> farther
> >> up the hierarchy chain than the super class.
> >>
> >> Attached is a patch against SVN revision 1133.
> >>
> >> I promise to never bring this up again.  =)
> >>
> >> -Matt
> >>
> >
> > I'm glad you did. There were a couple of enhancements that got delayed
> > in the AOT process.
> >
> > As far as the patch, I'd prefer not to have any logic that uses
> > exceptions as part of normal flow control (i.e. calling
> > getDeclaredField and eating the exception), so could you please define
> > in terms of getDeclaredFields instead?
> >
> > Thanks,
> >
> > Rich
> >
> > --~--~---------~--~----~------------~-------~--~----~
> > You received this message because you are subscribed to the Google
> > Groups "Clojure" group.
> > To post to this group, send email to clojure@googlegroups.com
> > To unsubscribe from this group, send email to
> [EMAIL PROTECTED]<[EMAIL PROTECTED]>
> > For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> > -~----------~----~----~----~------~----~------~--~---
> >
>

Patch applied (svn 1141) - thanks!

Rich

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to