log mx.truffle/suite.py @ 22349:522155ade3bf

age author description
Sun, 11 Oct 2015 14:34:57 +0200 Doug Simon removed "path" and "sourcePath" attributes from distributions and libraries
Wed, 30 Sep 2015 16:33:56 -0700 Michael Van De Vanter Merge revised Instrumentation framework into the Polyglot API
Tue, 22 Sep 2015 20:31:19 -0700 Michael Van De Vanter Truffle/Testing: massive rework of tests to accommodate recent instrumentation change with respect to "applyInstrumentation"
Sat, 19 Sep 2015 13:25:41 -0700 Michael Van De Vanter Truffle/Instrumentation: rewrite basic instrumentation tests
Tue, 22 Sep 2015 14:02:13 +0200 Jaroslav Tulach Testing behavior of invoke when calling asTruffleFunction
Mon, 07 Sep 2015 17:07:20 +0200 Jaroslav Tulach Implementing API for Java/Truffle interop. Based around JavaInterop.asJavaObject and JavaInterop.asTruffleObject methods. Connected to TruffleVM via Symbol.as(Class) wrapper. Verified by extended TCK.
Fri, 04 Sep 2015 16:41:38 +0200 Doug Simon use public https urls
Thu, 03 Sep 2015 17:15:44 +0200 Jaroslav Tulach TruffleVM can now depend on api.interop and thus there is no need for indirection between SymbolInvoker and its Impl. Enough to do direct calls.
Thu, 03 Sep 2015 16:38:45 +0200 Jaroslav Tulach Separating the TruffleVM into its own project makes it possible to cleanup various system parts interations
Fri, 21 Aug 2015 16:19:26 +0200 Benoit Daloze Fix typo in the description of Truffle TCK
Fri, 07 Aug 2015 20:00:39 +0200 Andreas Woess update to mx version 5.2.2
Fri, 07 Aug 2015 19:53:41 +0200 Andreas Woess let truffle.sl project depend on TRUFFLE_API distribution to ensure services are found
Tue, 04 Aug 2015 17:03:27 +0200 Gilles Duboscq Change temporary description for truffle-debug
Tue, 04 Aug 2015 17:01:07 +0200 Gilles Duboscq Add snapshots repository
Tue, 04 Aug 2015 11:15:08 +0200 Gilles Duboscq Rename truffle-api.jar distribution to TRUFFLE_API