[e-lang] Notes from latest Joe-E meeting

Mark S. Miller markm at cs.jhu.edu
Sat Apr 28 12:49:00 EDT 2007


Tyler Close wrote:
> I just uploaded v0.21 of the ref_send distribution which includes a
> Joe-E distribution that I think reflects all the Joe-E library
> decisions we made in this last meeting. The download is at:
> 
> http://waterken.sourceforge.net/download.html
> 
> The javadoc is at:
> 
> http://waterken.sourceforge.net/javadoc/

Upgrading Horton to this was surprisingly painless. Thanks!

Some changes I needed to make to the taming database:

In java.lang.reflect.Field.taming I added

     get(java.lang.Object)

Is this safe? Was it previously there and removed? Was it removed for a 
reason? If so, is there a safe way to get the value of a dynamically 
discovered field?


In java.lang.AccessibleObject.taming, I changed

     isAnnotationPresent(java.lang.Class)


to

     isAnnotationPresent(java.lang.Class<? extends 
java.lang.annotation.Annotation>)

I think this was just a bug that I had privately fixed before but failed to 
report. Sorry.


-- 
Text by me above is hereby placed in the public domain

     Cheers,
     --MarkM


More information about the e-lang mailing list