Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 472222

Summary: dev-java/invokebinder - A more friendly DSL for binding method handles.
Product: Gentoo Linux Reporter: Tom Wijsman (TomWij) (RETIRED) <tomwij>
Component: [OLD] JavaAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: enhancement CC: ruby
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/headius/invokebinder
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 442230    

Description Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-06-03 21:03:20 UTC
This library hopes to provide a more friendly DSL for binding method handles. Unlike the normal MethodHandle API, handles are bound forward from a source MethodType and eventually adapted to a final target MethodHandle. Along the way the transformations are pushed onto a stack and eventually applied in reverse order, as the standard API demands.

Dependency of newer versions of dev-java/jruby, needed for bug #442230.
Comment 1 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-06-04 16:32:18 UTC
+  04 Jun 2013; Tom Wijsman <TomWij@gentoo.org>
+  +files/invokebinder-1.2-build.xml, +invokebinder-1.2.ebuild, +metadata.xml:
+  New ebuild for invokebinder, a friendly DSL for binding method handles; new
+  dependency of jruby. Fixes bug #472222.