Late API changes was: Preparing for release of Truffle 0.15

Jaroslav Tulach jaroslav.tulach at oracle.com
Thu Jun 30 06:38:48 UTC 2016


### Wednesday 29 of June 2016, 17:00:44 @ Jaroslav Tulach ###
> Hi.
> There were people that wanted to know what were the recent changes in
> Truffle API. Here is a changelog that describes what have been done so far
> and shall be included in the upcoming version 0.15:
> 
> https://github.com/jtulach/truffle/blob/ChangeLog/CHANGELOG.md

The change is in, together with late API changes done before Truffle 0.15 is 
out.
-jt

Missing Classes
---------------

com.oracle.truffle.api.instrumentation.LoadSourceEventListener
com.oracle.truffle.api.instrumentation.LoadSourceSectionEventListener

Missing Methods
---------------

com.oracle.truffle.api.instrumentation.Instrumenter:        method public 
abstract com.oracle.truffle.api.instrumentation.EventBinding 
com.oracle.truffle.api.instrumentation.Instrumenter.attachLoadSourceListener(com.oracle.truffle.api.instrumentation.SourceSectionFilter,com.oracle.truffle.api.instrumentation.LoadSourceEventListener,boolean)
com.oracle.truffle.api.instrumentation.Instrumenter:        method public 
abstract com.oracle.truffle.api.instrumentation.EventBinding 
com.oracle.truffle.api.instrumentation.Instrumenter.attachLoadSourceSectionListener(com.oracle.truffle.api.instrumentation.SourceSectionFilter,com.oracle.truffle.api.instrumentation.LoadSourceSectionEventListener,boolean)

Added Classes
-------------

com.oracle.truffle.api.instrumentation.LoadSourceListener
com.oracle.truffle.api.instrumentation.LoadSourceSectionListener

Added Methods
-------------

com.oracle.truffle.api.instrumentation.Instrumenter:        method public 
abstract com.oracle.truffle.api.instrumentation.EventBinding 
com.oracle.truffle.api.instrumentation.Instrumenter.attachLoadSourceListener(com.oracle.truffle.api.instrumentation.SourceSectionFilter,com.oracle.truffle.api.instrumentation.LoadSourceListener,boolean)
com.oracle.truffle.api.instrumentation.Instrumenter:        method public 
abstract com.oracle.truffle.api.instrumentation.EventBinding 
com.oracle.truffle.api.instrumentation.Instrumenter.attachLoadSourceSectionListener(com.oracle.truffle.api.instrumentation.SourceSectionFilter,com.oracle.truffle.api.instrumentation.LoadSourceSectionListener,boolean)



More information about the graal-dev mailing list