Timeline
01/15/09:
- 21:37 Changeset [3322] by
- [readme] update vim stuff
- 21:36 Changeset [3321] by
- [vim] add proper vim config files
- 20:07 Changeset [3320] by
- [disambiguator] Fixed a disambiguator bug reported by Angelina. Added a …
- 18:33 Changeset [3319] by
- [syntactic abstraction] Added some syntactic abstraction tests back to the …
- 12:12 Changeset [3318] by
- Buggy imports in last checkin. Awkward failure has been documented in …
- 12:04 Ticket #320 (Missing import entities cause Java-level exception) created by
- In trunk:Library/PrefixSet.fss, change the following line: […] To: …
- 10:18 Changeset [3317] by
- Recent fixes mean the {/ ... /} bracket notation now works; removed …
- 08:12 Changeset [3316] by
- [syntactic abstraction] Cleaning up more code.
- 06:24 Changeset [3315] by
- [syntactic abstraction] Cleaning up some code. [copyright] Fixed …
01/14/09:
- 14:18 Changeset [3314] by
- Added the next compiler test to our tests directory.
- 13:56 Changeset [3313] by
- Moved compiler test files to adhere to new naming policy. Fixed tests …
- 13:38 Changeset [3312] by
- Fixed inconsistencies between interfaces and implementations, added test …
- 12:57 Changeset [3311] by
- [parser] Fixed a bug handling comprehensions. [syntactic abstraction] …
- 12:44 Changeset [3310] by
- Refactored CompilerBuiltin?, CompilerLibrary?. Fixed tests accordingly. …
- 10:06 Changeset [3309] by
- Synced simpleForeignImport with compiler example, added heap boost to …
- 09:06 AnySizeArrays edited by
- (diff)
- 09:03 AnySizeArrays edited by
- (diff)
- 09:02 AnySizeArrays edited by
- (diff)
- 04:09 Changeset [3308] by
- [copyright] Fixed copyright notices.
01/13/09:
- 20:39 Changeset [3307] by
- [syntactic abstraction] Moved the parsers defined in the …
- 17:02 Changeset [3306] by
- [shell] Do not dump Java stack traces for a compiler error.
- 16:13 Changeset [3305] by
- [preparser] Added a test for syntax error message quality: …
- 13:47 Changeset [3304] by
- Updated goal code for compilation
- 13:31 Changeset [3303] by
- Minor tweaks to foreign stuff to avoid dotted name problem
- 12:27 Changeset [3302] by
- [Typechecker] Refactored the old ConstraintFormulas? to make it easier to …
- 12:20 Changeset [3301] by
- We get as far as disambiguation
- 08:44 Changeset [3300] by
- generate wrapped class files from David's apis
01/12/09:
- 08:52 Changeset [3299] by
- [respository/foreign] removed use of reflection, uses asm instead
- 08:23 Changeset [3298] by
- [copyright] Fixed copyright notices.
- 05:04 Changeset [3297] by
- Reimplementing a correction Sukyoung Ryu made a while ago. Sorry.
01/09/09:
- 18:00 Changeset [3296] by
- Eliminated source designations for javac in build script.
- 15:35 Changeset [3295] by
- Got recursive dependencies working between Scala and Java code! Java code …
01/08/09:
- 06:21 Changeset [3294] by
- Minor bugfix to indexing code in PrefixSet?
01/07/09:
- 18:56 Changeset [3293] by
- Added updated scala libraries (needed for recursive cross-dependencies …
- 18:53 Changeset [3292] by
- Added a type normalizer to improve presentation of types in error …
01/06/09:
- 11:28 Changeset [3291] by
- [repository, ffi] Generated APIs now use proper import syntax, seem to …
- 06:44 Changeset [3290] by
- preliminary native code wrapping
01/05/09:
- 12:04 Changeset [3289] by
- Feeding generated APIs to static analysis, not yet working
- 10:11 Changeset [3288] by
- [repository] native imports generate fake apis, sort of
- 08:45 Changeset [3287] by
- Renamed JavaString to FlatString in line with discussion. This will …
01/04/09:
- 17:32 Changeset [3286] by
- [repository/nodecomparer] made cached based repository use an applicative …
- 11:26 Changeset [3285] by
- Extended desugaring for nested reductions. Now, optimization mechanism for …
01/03/09:
- 08:38 Changeset [3284] by
- [repository/foreign] more generated APIs for foreign code; still lacks …
01/01/09:
- 20:41 Changeset [3283] by
- More whacking on auto generation of APIs for foreign imports
- 10:09 Changeset [3282] by
- 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
- fixed
- 08:00 Changeset [3281] by
- [api tool] Fixed unparsing BIG bracket operators. Closed Ticket #319.
- 06:08 Ticket #319 (api generator mangles BIG bracket operators) created by
- When I run the api tool on Set.fss (in the Library), the lines […] are …
12/31/08:
- 05:14 Changeset [3280] by
- [copyright] Fixed copyright notices.
12/30/08:
- 11:43 Ticket #316 (Syntax Abstraction cannot read the cache properly) closed by
- fixed: Fixed in r3271.
- 11:37 Changeset [3279] by
- [preparser] Minor cleanup.
- 09:50 Changeset [3278] by
- [copyright] Fixed copyright notices.
- 06:52 Changeset [3277] by
- [preparser] Added two tests for syntax error message quality: …
- 05:26 Changeset [3276] by
- [preparser] Added two tests for syntax error message quality: …
- 04:18 Changeset [3275] by
- [preparser] Added two tests for syntax error message quality: …
12/29/08:
- 19:54 Changeset [3274] by
- [preparser] Added two tests for syntax error message quality: …
- 19:19 Changeset [3273] by
- [syntax] bring back the ForUse? and OrUse? tests
- 17:53 Changeset [3272] by
- Some more minor cleanup.
- 17:43 Changeset [3271] by
- [desugarer] create a new list in the node update visitor because the …
- 17:31 Ticket #318 (CompilerJUTests is non-repeatable) closed by
- fixed: Fixed in r3270.
- 17:30 Changeset [3270] by
- [test] Multiple static errors are compared with the expected results after …
- 16:30 Changeset [3269] by
- [syntax] use @Override to catch some refactoring bugs. Updating function …
- 16:15 Changeset [3268] by
- Replace uses of IterUtil?.first(....getNames()) by ....getNames().get(0), …
- 16:05 Ticket #318 (CompilerJUTests is non-repeatable) created by
- In r3267, run ./ant clean test. Note that it succeeds. Now run `./ant …
- 13:12 Changeset [3267] by
- [preparser] Added two tests for syntax error message quality: …
- 11:11 Changeset [3266] by
- [preparser] Added the first draft of the delimiter preparser. [compiler] …
- 04:41 Changeset [3265] by
- [compiler] Added two tests for error message quality: XXXCompiled1.fss and …
12/28/08:
- 19:10 Changeset [3264] by
- [preparser] Made NodeUtil?.apiName work more generally.
- 13:22 Changeset [3263] by
- [preparser] Do not use the preparser to get just the compilation unit …
- 07:44 WikiStart edited by
- (diff)
- 07:24 Changeset [3262] by
- [cleanup] Deleted some obsolete code. Improved some error messages.
- 07:01 Changeset [3261] by
- Added more Eclipse files necessary to make Scala plugin happy
- 06:38 Changeset [3260] by
- Cleaned up DOTCLASSPATH and .project; minor progress towards foreign …
12/27/08:
- 07:38 Changeset [3259] by
- [repository, useful] Work on foreign-java interface generation etc.
12/25/08:
- 20:21 Changeset [3258] by
- [preparser] Do not use the core parser as a backup for the preparser. …
12/24/08:
- 14:41 Changeset [3257] by
- Added source files for first 22 compiled programs. Added a test case for …
12/23/08:
- 21:22 Changeset [3256] by
- [Typechecker] Added a new implementation of constraint formula based off …
- 18:40 Changeset [3255] by
- [preparser] Fixed obsolete productions in the preparser. Cleaned up the …
- 15:37 Changeset [3254] by
- Threaded through more information on parametrically named operators.
- 12:39 Changeset [3253] by
- [parser] Implemented the new foreign language imports: - Disallowed …
12/22/08:
- 08:39 Changeset [3252] by
- [interpreter, testing] David's refactoring lost change that supported the …
12/21/08:
- 07:24 Changeset [3251] by
- [repository, mostly] some cleanup of graph repository
- 07:06 Changeset [3250] by
- [ast cleanup] Eliminated the Span constructor without any source location. …
- 05:34 Changeset [3249] by
- [ast cleanup] Replaced 'new Span()' with singleton spans with better …
12/20/08:
- 18:36 Changeset [3248] by
- [ast cleanup] Replaced 'new Span()' with singleton spans with better …
- 16:14 Changeset [3247] by
- [ast cleanup] Replaced 'new Span()' with singleton spans with better …
12/19/08:
- 23:16 AstRestructuring edited by
- (diff)
- 22:34 Changeset [3246] by
- [ast refactoring] Replaced the span field, which every AST node contains, …
- 15:41 Changeset [3245] by
- Added a missing file.
- 15:01 Changeset [3244] by
- Implemented autogeneration of extractor objects for Scala code. Threaded …
- 13:06 Changeset [3243] by
- [ast refactoring] Replaced direct constructor calls with static method …
- 08:27 Changeset [3242] by
- [libraries, interpreter] Preliminary version of stripped-down minimalist …
- 07:09 Changeset [3241] by
- [ast refactoring] Replaced direct constructor calls with static method …
- 05:53 Changeset [3240] by
- [ast refactoring] Replaced direct constructor calls with static method …
- 04:52 Changeset [3239] by
- [ast refactoring] Replaced direct constructor calls with static method …
- 02:36 Changeset [3238] by
- [ast refactoring] Renamed a field: def is a Scala keyword.
12/18/08:
- 12:44 Changeset [3237] by
- [libraries, tests] Replace toString by asString throughout.
- 11:57 Changeset [3236] by
- [tool] Replaced toString with asString in the FortressAst?.fss generator.
- 11:33 Changeset [3235] by
- Library changes to fix tennisRanking
12/17/08:
- 11:52 Changeset [3234] by
- paraffins: comments cleanup
- 11:37 TypeVariableMatching edited by
- (diff)
- 10:23 FortressHowTos edited by
- (diff)
- 09:35 FortressLibraries edited by
- (diff)
- 08:57 TypeVariableMatching created by
- 08:57 FortressHowTos edited by
- (diff)
- 08:54 UnhappyCompendium edited by
- (diff)
- 08:47 Changeset [3233] by
- paraffins: moved dome def to the top level working around tickets 46 & 317 …
- 03:56 Changeset [3232] by
- Respacing the code from r3231... sorry.
- 03:22 Changeset [3231] by
- A first attempt at implementing prefix trees
12/16/08:
- 14:13 Changeset [3230] by
- Example code for #317.
- 14:12 Ticket #317 ("fortress test" re-initializes the world numerous times) created by
- This is …
- 13:46 Changeset [3229] by
- [demos, error printing] More error printing fixes, fixes to Paraffins …
- 13:20 Changeset [3228] by
- [library, demos, error reporting] Fixed library and demos to hopefully …
- 12:52 Changeset [3227] by
- Refactorings across static analysis code to help with checking operator …
- 09:05 Changeset [3226] by
- Minor bugfix to Map.minimum()
Note: See TracTimeline
for information about the timeline view.

