log

age author description
Mon, 14 Sep 2015 13:33:15 +0200 Jaroslav Tulach Merge.
Mon, 14 Sep 2015 13:33:03 +0200 Jaroslav Tulach More precise description of inter-operability messages and examples of their usage. Step #1 - e.g. the trivial messages.
Mon, 14 Sep 2015 12:23:58 +0200 Jaroslav Tulach Fixing broken references in Javadoc
Sat, 12 Sep 2015 22:47:16 +0200 Andreas Woess remove DynamicObject#changeFlags convenience method
Sat, 12 Sep 2015 22:37:38 +0200 Andreas Woess add missing javadoc to shape methods
Sat, 12 Sep 2015 22:03:23 +0200 Andreas Woess removed 7 Shape methods from the API
Mon, 14 Sep 2015 11:14:58 +0200 Jaroslav Tulach Slower increase in the timeout
Mon, 14 Sep 2015 11:02:52 +0200 Jaroslav Tulach Make sure the proper TruffleVM execution context is re-set before invoking an operation on a JavaInterop wrapper obtained via Symbol.as method.
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.
Wed, 09 Sep 2015 16:03:49 +0200 Jaroslav Tulach (Re)Introducing LanguageCache - e.g. data that hold the essential static information about Truffle languages. Pre-initializing the data if AOT property is specified. Use mx -J-Dcom.oracle.truffle.aot=true unittest to validate proper behavior of AOT mode.
Mon, 07 Sep 2015 17:54:35 +0200 Jaroslav Tulach Removing useless null check
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
Fri, 04 Sep 2015 10:39:23 +0200 Jaroslav Tulach Make sure TruffleLanguage.createEnv is only called when Accessor.CURRENT_VM is known
Fri, 04 Sep 2015 09:10:27 +0200 Jaroslav Tulach Suppressing "try" lints
Thu, 03 Sep 2015 17:56:41 +0200 Doug Simon removed unnecessary exception clause
Thu, 03 Sep 2015 17:54:36 +0200 Doug Simon only specify properties in mx.truffle/eclipse-settings/*.prefs that override the mx default settings
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
Thu, 03 Sep 2015 16:29:30 +0200 Jaroslav Tulach Wrap annotation into @code or @link sections
Thu, 03 Sep 2015 16:17:00 +0200 Jaroslav Tulach Removing unused fields. Plus applying formatter which is able to make any comment undreadable.
Thu, 03 Sep 2015 15:48:35 +0200 Jaroslav Tulach Fixing the formating the way E. formater likes it
Thu, 03 Sep 2015 10:30:40 +0200 Jaroslav Tulach tools cannot be in Truffle API and thus SL cannot depend on tools right now
Wed, 02 Sep 2015 13:15:51 +0200 Jaroslav Tulach Can compile Truffle API with following javac lints: -Xlint:all,-auxiliaryclass,-try,-processing
Wed, 02 Sep 2015 10:54:29 +0200 Jaroslav Tulach Javadoc fixes and less of incompatible changes by keeping returned value Object for those who use the old, deprecated, eval methods
Wed, 02 Sep 2015 10:44:54 +0200 Jaroslav Tulach Asynchronous TruffleVM can be created by providing own Executor when configuring the TruffleVM.Builder
Mon, 31 Aug 2015 18:15:27 -0700 Michael Van De Vanter Merge
Mon, 31 Aug 2015 18:13:55 -0700 Michael Van De Vanter Truffle/Debug REPL: more robust when execution halts at an unlocatable source