log truffle/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/SLTckTest.java @ 22548:6b76a24fffbd default tip

age author description
Thu, 14 Jan 2016 14:13:20 +0100 Jaroslav Tulach Improving formating
Wed, 06 Jan 2016 13:14:35 +0100 Jaroslav Tulach Give implementors of the TCK control over comparing doubles.
Tue, 22 Dec 2015 18:00:04 +0100 Jaroslav Tulach Expanding TCK to cover reading and writing of object properties with various primitive types
Fri, 11 Dec 2015 15:20:27 +0100 Matthias Grimmer Add ComplexNumber sequence tests
Thu, 10 Dec 2015 12:18:27 +0100 Matthias Grimmer Add ComplexNumber test to TCK
Sun, 22 Nov 2015 19:10:51 +0000 Chris Seaton SL: refine interop eval, rename to just eval, and add tests.
Wed, 18 Nov 2015 12:41:41 +0100 Jaroslav Tulach Apply formating rules
Wed, 18 Nov 2015 12:32:47 +0100 Jaroslav Tulach Implementing the multiplyCode TCK method in SL. The language tries to recognize non-global parse and in such case it executes the defined method directly.
Mon, 16 Nov 2015 15:41:29 +0100 Jaroslav Tulach Give Truffle languages access to evaluation functions of other languages.
Mon, 02 Nov 2015 19:13:21 +0100 Jaroslav Tulach Giving the PolyglotEngine builder factory method more sensible name.
Tue, 06 Oct 2015 13:08:12 +0200 Jaroslav Tulach Simplifying the way to obtain Language.globalObject
Wed, 30 Sep 2015 16:33:56 -0700 Michael Van De Vanter Merge revised Instrumentation framework into the Polyglot API
Mon, 21 Sep 2015 11:21:03 +0200 Jaroslav Tulach Merging in changes in default branch
Mon, 21 Sep 2015 10:44:18 +0200 Jaroslav Tulach Using buildNew as that more directly indicates the use of Builder pattern
Mon, 21 Sep 2015 10:34:30 +0200 Jaroslav Tulach Renaming to PolyglotEngine
Mon, 14 Sep 2015 05:32:13 +0200 Jaroslav Tulach Introducing Portaal into the isolated world of each and any TruffleLanguage.
Wed, 16 Sep 2015 11:33:22 +0200 Jaroslav Tulach Using fully qualified imports
Thu, 10 Sep 2015 16:26:31 +0200 Jaroslav Tulach Adding check of behavior of identity function into the TCK
Wed, 09 Sep 2015 19:18:44 +0200 Jaroslav Tulach Testing behavior of primitive types returned from an interop method.
Wed, 09 Sep 2015 18:53:14 +0200 Jaroslav Tulach Enhancing TCK to pass in all Java number types and see whether they result in something meaningful.
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.
Mon, 24 Aug 2015 08:46:21 +0200 Jaroslav Tulach TruffleVM.eval and Source.withMimeType
Wed, 05 Aug 2015 10:19:41 -0700 Tom Rodriguez Remove trailing whitespace from UPL license
Thu, 30 Jul 2015 17:36:34 +0200 Jaroslav Tulach TruffleLanguage.parse method to convert a source to CallTarget. Basic caching to make sure the code is shared among tenants in one JVM.
Thu, 16 Jul 2015 15:50:46 +0200 Gilles Duboscq Update SL copyright headers to use UPL
Thu, 18 Jun 2015 16:09:38 +0200 Jaroslav Tulach Initial test for Java Interop: Perform callback to Math.min and Math.max via TruffleObject and Message.createExecute(2).
Wed, 17 Jun 2015 10:58:08 +0200 Jaroslav Tulach Moving all sources into truffle subdirectory base graal/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/SLTckTest.java@ef579ed765fa