log graal/com.oracle.truffle.api/src/com/oracle/truffle/api/source/Source.java @ 19697:c152a485d747

age author description
Tue, 03 Mar 2015 17:55:10 -0800 Michael Van De Vanter Truffle: new method Source.getLength() and semantic adjustments to the new factory method for creating files whose contents have already been read.
Tue, 03 Mar 2015 17:11:46 -0800 Michael Van De Vanter Truffle: SourceSection can now produce the line/column coordinates of its final character
Tue, 03 Mar 2015 16:54:43 -0800 Michael Van De Vanter Truffle: new factory method for files whose contents have already been read.
Tue, 27 Jan 2015 23:14:40 +0100 Lukas Stadler store absolute file in FileSource
Tue, 27 Jan 2015 23:12:58 +0100 Lukas Stadler include original exception in FileSource.getReader
Sun, 14 Dec 2014 18:10:05 -0800 Michael Van De Vanter Truffle/Source: redefine equality of FileSource objects strictly in terms of the canonicalized file path, for use as hash key.
Fri, 12 Dec 2014 15:54:06 -0800 Michael Van De Vanter Truffle/Source: change signature of Source factory methods to take literal text as CharSequence instead of String.
Sun, 23 Nov 2014 16:07:23 -0800 Michael Van De Vanter Truffle Instrumentation: major API revision, based around the Probe and Instrument classes; add Instrumentable API for language implementors, with most details automated; reimplemented to handle AST splitting automatically; more JUnit tests.
Fri, 24 Oct 2014 16:18:10 +0200 Doug Simon re-enabled Checkstyle with the release of 6.0 that supports Java 8; fixed existing Checkstyle warnings
Mon, 08 Sep 2014 22:21:21 +0100 Chris Seaton Truffle: byte[] sources.
Wed, 27 Aug 2014 17:59:48 -0700 Michael Van De Vanter Truffle/Source: use a synchronized hash table
Wed, 18 Jun 2014 11:05:16 -0700 Michael Van De Vanter Truffle/Source: SourceSection.toString() is now equivalent to getCode()
Mon, 16 Jun 2014 20:52:06 -0700 Michael Van De Vanter Truffle/Source:
Fri, 06 Jun 2014 22:13:00 -0700 Michael Van De Vanter Truffle/Source: major API revision