Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 472222 - dev-java/invokebinder - A more friendly DSL for binding method handles.
Summary: dev-java/invokebinder - A more friendly DSL for binding method handles.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Java team
URL: https://github.com/headius/invokebinder
Whiteboard:
Keywords:
Depends on:
Blocks: 442230
  Show dependency tree
 
Reported: 2013-06-03 21:03 UTC by Tom Wijsman (TomWij) (RETIRED)
Modified: 2013-06-04 16:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.