Timeline


and .

01/15/09:

21:37 Changeset [3322] by jon
[readme] update vim stuff
21:36 Changeset [3321] by jon
[vim] add proper vim config files
20:07 Changeset [3320] by sukyoungryu
[disambiguator] Fixed a disambiguator bug reported by Angelina. Added a …
18:33 Changeset [3319] by sukyoungryu
[syntactic abstraction] Added some syntactic abstraction tests back to the …
12:12 Changeset [3318] by jmaessen
Buggy imports in last checkin. Awkward failure has been documented in …
12:04 Ticket #320 (Missing import entities cause Java-level exception) created by jmaessen
In trunk:Library/PrefixSet.fss, change the following line: […] To: …
10:18 Changeset [3317] by Crink
Recent fixes mean the {/ ... /} bracket notation now works; removed …
08:12 Changeset [3316] by sukyoungryu
[syntactic abstraction] Cleaning up more code.
06:24 Changeset [3315] by sukyoungryu
[syntactic abstraction] Cleaning up some code. [copyright] Fixed …

01/14/09:

14:18 Changeset [3314] by EricAllen
Added the next compiler test to our tests directory.
13:56 Changeset [3313] by EricAllen
Moved compiler test files to adhere to new naming policy. Fixed tests …
13:38 Changeset [3312] by jmaessen
Fixed inconsistencies between interfaces and implementations, added test …
12:57 Changeset [3311] by sukyoungryu
[parser] Fixed a bug handling comprehensions. [syntactic abstraction] …
12:44 Changeset [3310] by EricAllen
Refactored CompilerBuiltin?, CompilerLibrary?. Fixed tests accordingly. …
10:06 Changeset [3309] by dr2chase
Synced simpleForeignImport with compiler example, added heap boost to …
09:06 AnySizeArrays edited by jmaessen
(diff)
09:03 AnySizeArrays edited by jmaessen
(diff)
09:02 AnySizeArrays edited by jmaessen
(diff)
04:09 Changeset [3308] by sukyoungryu
[copyright] Fixed copyright notices.

01/13/09:

20:39 Changeset [3307] by sukyoungryu
[syntactic abstraction] Moved the parsers defined in the …
17:02 Changeset [3306] by sukyoungryu
[shell] Do not dump Java stack traces for a compiler error.
16:13 Changeset [3305] by sukyoungryu
[preparser] Added a test for syntax error message quality: …
13:47 Changeset [3304] by dr2chase
Updated goal code for compilation
13:31 Changeset [3303] by dr2chase
Minor tweaks to foreign stuff to avoid dotted name problem
12:27 Changeset [3302] by jrhil47
[Typechecker] Refactored the old ConstraintFormulas? to make it easier to …
12:20 Changeset [3301] by chf
We get as far as disambiguation
08:44 Changeset [3300] by chf
generate wrapped class files from David's apis

01/12/09:

08:52 Changeset [3299] by dr2chase
[respository/foreign] removed use of reflection, uses asm instead
08:23 Changeset [3298] by sukyoungryu
[copyright] Fixed copyright notices.
05:04 Changeset [3297] by Crink
Reimplementing a correction Sukyoung Ryu made a while ago. Sorry.

01/09/09:

18:00 Changeset [3296] by EricAllen
Eliminated source designations for javac in build script.
15:35 Changeset [3295] by EricAllen
Got recursive dependencies working between Scala and Java code! Java code …

01/08/09:

06:21 Changeset [3294] by Crink
Minor bugfix to indexing code in PrefixSet?

01/07/09:

18:56 Changeset [3293] by EricAllen
Added updated scala libraries (needed for recursive cross-dependencies …
18:53 Changeset [3292] by EricAllen
Added a type normalizer to improve presentation of types in error …

01/06/09:

11:28 Changeset [3291] by dr2chase
[repository, ffi] Generated APIs now use proper import syntax, seem to …
06:44 Changeset [3290] by chf
preliminary native code wrapping

01/05/09:

12:04 Changeset [3289] by dr2chase
Feeding generated APIs to static analysis, not yet working
10:11 Changeset [3288] by dr2chase
[repository] native imports generate fake apis, sort of
08:45 Changeset [3287] by jmaessen
Renamed JavaString to FlatString in line with discussion. This will …

01/04/09:

17:32 Changeset [3286] by dr2chase
[repository/nodecomparer] made cached based repository use an applicative …
11:26 Changeset [3285] by emoken
Extended desugaring for nested reductions. Now, optimization mechanism for …

01/03/09:

08:38 Changeset [3284] by dr2chase
[repository/foreign] more generated APIs for foreign code; still lacks …

01/01/09:

20:41 Changeset [3283] by dr2chase
More whacking on auto generation of APIs for foreign imports
10:09 Changeset [3282] by Crink
Tinkering with the PrefixSet? code. Could anyone take pity on me and drop a …
08:12 Ticket #319 (api generator mangles BIG bracket operators) closed by sukyoungryu
fixed
08:00 Changeset [3281] by sukyoungryu
[api tool] Fixed unparsing BIG bracket operators. Closed Ticket #319.
06:08 Ticket #319 (api generator mangles BIG bracket operators) created by Crink
When I run the api tool on Set.fss (in the Library), the lines […] are …

12/31/08:

05:14 Changeset [3280] by sukyoungryu
[copyright] Fixed copyright notices.

12/30/08:

11:43 Ticket #316 (Syntax Abstraction cannot read the cache properly) closed by sukyoungryu
fixed: Fixed in r3271.
11:37 Changeset [3279] by sukyoungryu
[preparser] Minor cleanup.
09:50 Changeset [3278] by sukyoungryu
[copyright] Fixed copyright notices.
06:52 Changeset [3277] by sukyoungryu
[preparser] Added two tests for syntax error message quality: …
05:26 Changeset [3276] by sukyoungryu
[preparser] Added two tests for syntax error message quality: …
04:18 Changeset [3275] by sukyoungryu
[preparser] Added two tests for syntax error message quality: …

12/29/08:

19:54 Changeset [3274] by sukyoungryu
[preparser] Added two tests for syntax error message quality: …
19:19 Changeset [3273] by jon
[syntax] bring back the ForUse? and OrUse? tests
17:53 Changeset [3272] by jmaessen
Some more minor cleanup.
17:43 Changeset [3271] by jon
[desugarer] create a new list in the node update visitor because the …
17:31 Ticket #318 (CompilerJUTests is non-repeatable) closed by sukyoungryu
fixed: Fixed in r3270.
17:30 Changeset [3270] by sukyoungryu
[test] Multiple static errors are compared with the expected results after …
16:30 Changeset [3269] by jon
[syntax] use @Override to catch some refactoring bugs. Updating function …
16:15 Changeset [3268] by jmaessen
Replace uses of IterUtil?.first(....getNames()) by ....getNames().get(0), …
16:05 Ticket #318 (CompilerJUTests is non-repeatable) created by jmaessen
In r3267, run ./ant clean test. Note that it succeeds. Now run `./ant …
13:12 Changeset [3267] by sukyoungryu
[preparser] Added two tests for syntax error message quality: …
11:11 Changeset [3266] by sukyoungryu
[preparser] Added the first draft of the delimiter preparser. [compiler] …
04:41 Changeset [3265] by sukyoungryu
[compiler] Added two tests for error message quality: XXXCompiled1.fss and …

12/28/08:

19:10 Changeset [3264] by sukyoungryu
[preparser] Made NodeUtil?.apiName work more generally.
13:22 Changeset [3263] by sukyoungryu
[preparser] Do not use the preparser to get just the compilation unit …
07:44 WikiStart edited by dr2chase
(diff)
07:24 Changeset [3262] by sukyoungryu
[cleanup] Deleted some obsolete code. Improved some error messages.
07:01 Changeset [3261] by dr2chase
Added more Eclipse files necessary to make Scala plugin happy
06:38 Changeset [3260] by dr2chase
Cleaned up DOTCLASSPATH and .project; minor progress towards foreign …

12/27/08:

07:38 Changeset [3259] by dr2chase
[repository, useful] Work on foreign-java interface generation etc.

12/25/08:

20:21 Changeset [3258] by sukyoungryu
[preparser] Do not use the core parser as a backup for the preparser. …

12/24/08:

14:41 Changeset [3257] by EricAllen
Added source files for first 22 compiled programs. Added a test case for …

12/23/08:

21:22 Changeset [3256] by jrhil47
[Typechecker] Added a new implementation of constraint formula based off …
18:40 Changeset [3255] by sukyoungryu
[preparser] Fixed obsolete productions in the preparser. Cleaned up the …
15:37 Changeset [3254] by EricAllen
Threaded through more information on parametrically named operators.
12:39 Changeset [3253] by sukyoungryu
[parser] Implemented the new foreign language imports: - Disallowed …

12/22/08:

08:39 Changeset [3252] by jmaessen
[interpreter, testing] David's refactoring lost change that supported the …

12/21/08:

07:24 Changeset [3251] by dr2chase
[repository, mostly] some cleanup of graph repository
07:06 Changeset [3250] by sukyoungryu
[ast cleanup] Eliminated the Span constructor without any source location. …
05:34 Changeset [3249] by sukyoungryu
[ast cleanup] Replaced 'new Span()' with singleton spans with better …

12/20/08:

18:36 Changeset [3248] by sukyoungryu
[ast cleanup] Replaced 'new Span()' with singleton spans with better …
16:14 Changeset [3247] by sukyoungryu
[ast cleanup] Replaced 'new Span()' with singleton spans with better …

12/19/08:

23:16 AstRestructuring edited by sukyoungryu
(diff)
22:34 Changeset [3246] by sukyoungryu
[ast refactoring] Replaced the span field, which every AST node contains, …
15:41 Changeset [3245] by EricAllen
Added a missing file.
15:01 Changeset [3244] by EricAllen
Implemented autogeneration of extractor objects for Scala code. Threaded …
13:06 Changeset [3243] by sukyoungryu
[ast refactoring] Replaced direct constructor calls with static method …
08:27 Changeset [3242] by jmaessen
[libraries, interpreter] Preliminary version of stripped-down minimalist …
07:09 Changeset [3241] by sukyoungryu
[ast refactoring] Replaced direct constructor calls with static method …
05:53 Changeset [3240] by sukyoungryu
[ast refactoring] Replaced direct constructor calls with static method …
04:52 Changeset [3239] by sukyoungryu
[ast refactoring] Replaced direct constructor calls with static method …
02:36 Changeset [3238] by sukyoungryu
[ast refactoring] Renamed a field: def is a Scala keyword.

12/18/08:

12:44 Changeset [3237] by jmaessen
[libraries, tests] Replace toString by asString throughout.
11:57 Changeset [3236] by sukyoungryu
[tool] Replaced toString with asString in the FortressAst?.fss generator.
11:33 Changeset [3235] by jmaessen
Library changes to fix tennisRanking

12/17/08:

11:52 Changeset [3234] by steve.heller
paraffins: comments cleanup
11:37 TypeVariableMatching edited by jmaessen
(diff)
10:23 FortressHowTos edited by jmaessen
(diff)
09:35 FortressLibraries edited by Crink
(diff)
08:57 TypeVariableMatching created by jmaessen
08:57 FortressHowTos edited by jmaessen
(diff)
08:54 UnhappyCompendium edited by jmaessen
(diff)
08:47 Changeset [3233] by steve.heller
paraffins: moved dome def to the top level working around tickets 46 & 317 …
03:56 Changeset [3232] by Crink
Respacing the code from r3231... sorry.
03:22 Changeset [3231] by Crink
A first attempt at implementing prefix trees

12/16/08:

14:13 Changeset [3230] by jmaessen
Example code for #317.
14:12 Ticket #317 ("fortress test" re-initializes the world numerous times) created by jmaessen
This is …
13:46 Changeset [3229] by jmaessen
[demos, error printing] More error printing fixes, fixes to Paraffins …
13:20 Changeset [3228] by jmaessen
[library, demos, error reporting] Fixed library and demos to hopefully …
12:52 Changeset [3227] by EricAllen
Refactorings across static analysis code to help with checking operator …
09:05 Changeset [3226] by Crink
Minor bugfix to Map.minimum()
Note: See TracTimeline for information about the timeline view.