Timeline
03/12/09:
- 18:44 Changeset [3545] by
- [preparser] Fixed the preparser to report a better error message for …
- 17:16 Changeset [3544] by
- [export checker] Provide source locations of missing top-level …
- 15:42 Changeset [3543] by
- Temporarily switched error message sorting to rely on lexicographic …
- 13:10 Changeset [3542] by
- [Type Checker] Reverted to Dan's algorithm
- 12:54 Changeset [3541] by
- Deleted some unintentionally committed printlns.
- 10:39 Changeset [3540] by
- Don't fail to print when fixities are unknown; instead, mark unknown …
- 10:36 Changeset [3539] by
- Boilerplate system library declarations, to be filled out.
- 10:01 Changeset [3538] by
- [preparser] Fixed the preparser handling expressions. Added 5 Compiled1 …
- 09:34 Changeset [3537] by
- Added mandatory check for something (PASS if unspecified) on standard out …
- 07:43 Changeset [3536] by
- Added erroneous variants of Compiled1. Improved compiler test harness to …
03/11/09:
- 13:18 Changeset [3535] by
- Removed more name shadowing
- 11:51 Changeset [3534] by
- some type information added for Format.fss
- 11:08 Changeset [3533] by
- Some work on unboxing optimizations, plus cleanup of Eclipse warnings …
- 08:54 Changeset [3532] by
- Added more error message quality tests.
03/10/09:
- 18:14 Changeset [3531] by
- Added extra type information throughout the library code. Format and …
- 13:31 Changeset [3530] by
- [compiler library] Fixed mismatch between the API CompilerBuiltin? and the …
- 11:38 Changeset [3529] by
- Made order of overloaded functions be repeatable; this might have some …
- 09:27 Changeset [3528] by
- [compiler unit test] Fixed harness to remove anachronism, now test actual …
- 08:23 TypeCheckerProgress edited by
- (diff)
- 04:53 Changeset [3527] by
- [export checker] Added more checks for type matching in components and …
03/09/09:
- 20:09 Changeset [3526] by
- Fixed random number seed in test harness to make it easier to re-run
- 18:14 Changeset [3525] by
- [type checker] Normalize types before and after type checking. [type …
- 14:26 Changeset [3524] by
- More improvements to testing harness
- 13:15 Changeset [3523] by
- [type checker] Eliminated type checker libraries.
- 12:28 Changeset [3522] by
- Improvements to unit test harness
- 11:05 Changeset [3521] by
- [static checker] Added a check to make sure that after type checking, the …
- 07:04 Changeset [3520] by
- Actually run something from java.lang.Math
03/08/09:
- 18:44 Changeset [3519] by
- Adding support for comprehensions using {/ ... /} to PrefixMap?
- 07:06 Changeset [3518] by
- [export checker] Implemented the new static check: Multiple APIs exported …
03/07/09:
- 19:44 Changeset [3517] by
- Removed accidental commit of testing code from build.xml
- 19:36 Changeset [3516] by
- Fixed the fixed copyrights, to turn them into actual comments
- 16:12 Changeset [3515] by
- [copyright] Fixed copyright notices.
03/06/09:
- 21:38 Changeset [3514] by
- [export checker] Separated overloading checks from the export checks.
- 19:35 Changeset [3513] by
- [export checker] Added checks for top-level operators.
- 17:39 Changeset [3512] by
- [bin/run] Removed debugging output, oops
- 17:23 Changeset [3511] by
- [tests, mostly] refactoring of test harness; added test for new compiler
03/05/09:
- 15:23 Changeset [3510] by
- [TypeChecker?] Did Tight Juxt
- 14:13 Changeset [3509] by
- [Typechecker] Added the Juxt case
- 12:48 Changeset [3508] by
- Added another case to the Scala-based type checker.
- 12:30 Changeset [3507] by
- [Ast] Changed the apply and unapply methods of the AST to take and return …
03/03/09:
- 12:32 Changeset [3506] by
- [Compiled1] Fixed setting the package name for compiling multiple …
- 12:19 Changeset [3505] by
- [Compiled1] Small clean up.
- 11:37 Changeset [3504] by
- [Code Gen] Changed package declarations to make eclipse happy
- 10:54 Changeset [3503] by
- We now import java.lang.Math, but we don't use it yet.
- 07:39 Changeset [3502] by
- Compiled1 now works
- 04:02 Changeset [3501] by
- [interpreter, foreign] almost wraps and uses new-foreign functions
03/02/09:
- 12:10 Changeset [3500] by
- [shell] Fixed the old 'fortress' usage message.
- 04:54 Changeset [3499] by
- Reverted bad handling of InterpreterBugs thrown during method …
03/01/09:
- 19:37 Changeset [3498] by
- [interpreter] Slightly amended the interpreter to give an informative …
- 16:25 Changeset [3497] by
- [parser] Fixed checking matched brackets for the generalized map-like …
- 15:11 SyntacticAbstractionCode edited by
- (diff)
02/28/09:
- 19:13 Changeset [3496] by
- [Compiled1] Systematic bytecode generation of simple types
02/26/09:
- 18:03 Changeset [3495] by
- [parser] Export statements can come before import statements.
- 12:24 Changeset [3494] by
- [Type Checker] Did Scala Constraint Inference [Type Checker] Mucked around …
- 12:14 Changeset [3493] by
- Updated plt.jar.
- 11:21 Changeset [3492] by
- [parser] Generalized the operators for maps: from curly braces to any …
02/25/09:
- 21:00 Changeset [3491] by
- [Compiled1] Can compile CompilerBuiltin?.fss. Can compile simple functions …
- 20:31 Changeset [3490] by
- interpreter-native glue (not working yet), community metrics
- 17:59 Changeset [3489] by
- [Compiled1] Modifiers are ignored for generating bytecode for the run …
- 15:15 Changeset [3488] by
- [Compiled1] Can compile simple objects. Throw an exception with an …
- 13:43 Changeset [3487] by
- [Compiled1] Generates interface extension in Java bytecode for trait …
- 13:41 TypeCheckerProgress edited by
- (diff)
- 12:19 Changeset [3486] by
- [Compiled1] Can compile simple traits.
- 11:49 Changeset [3485] by
- Fixes to Block case of type checker.
- 11:17 Changeset [3484] by
- [Compiled1] Eliminated CanCompile?.java: the necessary checks are in …
- 10:53 Changeset [3483] by
- [Compiled1] Separated the cached directories of bytecode: bytecode_cache …
- 09:58 Changeset [3482] by
- [Compiled1] Eliminated MyClassLoader?.
- 09:18 Changeset [3481] by
- remove findClass from MyClassLoader?
- 08:08 Changeset [3480] by
- [cache] Moved the environment-related classes from the …
- 07:51 Changeset [3479] by
- Added FnDecl? case to TypeChecker?. Added more utility functions for lists …
- 07:08 Changeset [3478] by
- [tests] Syntax errors for the test files in the …
- 06:39 Changeset [3477] by
- [tests] Fixed the syntax error test files.
- 06:34 Changeset [3476] by
- [tests] Made it clear which error messages need to be improved in the …
02/24/09:
- 19:55 Changeset [3475] by
- [compiler library] Omitted the native modifier from the CompilerBuiltin? …
- 17:30 Changeset [3474] by
- [parser] Fixed the previous accidental change.
- 11:11 Changeset [3473] by
- Added some native types, and did some cleanups. We still can't import …
- 09:54 Changeset [3472] by
- [parser] Revising the macros grammar.
- 08:13 Changeset [3471] by
- duplicate
- 07:59 Changeset [3470] by
- [parser] Revising the macros grammar.
- 07:27 Changeset [3469] by
- Compiled4
02/23/09:
- 18:05 Ticket #269 (Grammar for static arguments does not handle the operator ...) closed by
- fixed: Fixed in r3468.
- 18:04 Changeset [3468] by
- [parser] Revised MayNewlineHeader?.rats. Closed Ticket #269.
- 12:21 Changeset [3467] by
- Added a components case to the Scala-based type checker. Added a new …
- 10:54 Ticket #241 (Check that each node constructor gets the right arguments.) closed by
- fixed: AST nodes do not have fields with default values any more. See more …
- 10:49 Ticket #301 (Body in api file yields "Syntax Error" message) closed by
- fixed: Fixed in r3466.
- 10:49 Changeset [3466] by
- [parser] Reports better syntax error messages for definitions in APIs. …
- 09:16 Ticket #309 (could we swap the generator and what we return in set notation?) closed by
- wontfix
- 09:12 Ticket #252 (Top-level _ declarations are allowed only in components not in ...) closed by
- fixed: Fixed in r3465.
- 09:12 Changeset [3465] by
- [parser] Declarations named '_' are allowed only at top-level in …
- 08:09 Ticket #250 (Field declarations in an API cannot have the var modifier.) closed by
- fixed: Fixed.
- 04:04 Changeset [3464] by
- [readme] Fixed the README file to reflect the new Fortress command for …
02/22/09:
- 20:40 Changeset [3463] by
- [nodes] add readme
- 18:52 Changeset [3462] by
- [branch] make a branch for the node interface experiment
- 14:10 Changeset [3461] by
- [parser] Improved span constructions for better source locations.
- 13:06 Changeset [3460] by
- [parser] Improved span constructions for better source locations
02/21/09:
- 15:54 Changeset [3459] by
- [parser] Revised the expressions grammar.
- 06:18 Changeset [3458] by
- Bits of work towards code generating stubs to native wrappers for the …
02/20/09:
- 18:46 Changeset [3457] by
- [parser] Revised the types grammar.
02/19/09:
- 18:43 Changeset [3456] by
- [parser] Revised the compilation units and declarations grammar.
- 14:17 Changeset [3455] by
- [script] Added a possibly useful autohoming line.
- 13:42 Changeset [3454] by
- [shell] Added the new shell command: fortress link ComponentName? [library] …
- 13:27 Changeset [3453] by
- [Compiled0] Eliminated the temporaryRun script for compiling/running …
- 12:01 Changeset [3452] by
- [shell] Renamed the shell command to run a Fortress file through the …
- 11:39 Changeset [3451] by
- [compiler tests] Added more compiler tests from Guy's email to the …
- 09:49 Changeset [3450] by
- [parser] Revised the literals and some expressions grammar.
02/18/09:
- 21:08 Changeset [3449] by
- [parser] Revised a half of the header clauses grammar.
- 20:29 Changeset [3448] by
- [Type Checker] Users can now switch between Scala and Java constraint …
- 17:23 Changeset [3447] by
- [Compiled1] Fixed the CompilerBuiltin? library for the Compiled1 task.
- 17:09 Changeset [3446] by
- [Compiled1] Fixed type checking traits extending Any.
- 14:28 Changeset [3445] by
- Updated CompilerBuiltin?
- 07:48 Changeset [3444] by
- [parser] Revised the methods grammar.
02/17/09:
- 20:38 Changeset [3443] by
- [parser] Revised the traits/objects grammar.
- 11:46 Changeset [3442] by
- [parser] Revised the functions grammar.
- 11:21 Changeset [3441] by
- [Type Checker] Merged Java and Scala Constraint Formulas into one …
- 11:18 Changeset [3440] by
- [parser] Revised the parameters grammar.
- 10:05 Changeset [3439] by
- [Type Checker] More refactoring
- 08:57 Changeset [3438] by
- [library] Fixed a wrong syntax. [parser] Made the set of productions for …
- 07:28 TypeCheckerProgress edited by
- (diff)
02/16/09:
- 06:46 Changeset [3437] by
- [copyright] Fixed the copyright checker to ignore some files.
02/15/09:
- 22:29 Changeset [3436] by
- [syntax] hack StringLiteralExpr? to pass the proper parameters
- 07:02 Changeset [3435] by
- [useful.BASet] fixed long-standing rare balance bug
02/14/09:
- 08:03 Changeset [3434] by
- [demos] Deleted the redundant definition of the 'even' method.
- 05:42 Changeset [3433] by
- [syntactic abstraction] Added a more generalized DoFront? syntax in the …
02/13/09:
- 22:32 Changeset [3432] by
- [library] Revealed two methods (even and odd) in the trait ZZ in the API.
- 22:31 Changeset [3431] by
- [syntactic abstraction] Added the filter expressions syntax in the 'for …
- 16:59 Changeset [3430] by
- [Type Checker] More refactoring.
- 16:38 Changeset [3429] by
- Patches to permit the optional use of a patched astgen to perform Fortress …
- 16:05 Ticket #326 (Frustrating Heisenbug with InheritedMethod) created by
- source:trunk/ProjectFortress/tests/InheritedMethod.fss periodically fails …
- 14:18 Changeset [3428] by
- [nodes] Commented out debugging outputs.
- 14:01 Changeset [3427] by
- [foreign imports] working on interfaces for the interpreter to mess with …
- 13:19 Changeset [3426] by
- [nodes] use regular astgen node class for _SyntaxTransformation so that …
- 11:34 Ticket #325 (r3402 broke testSystem) closed by
- fixed: I think I fixed it; I was able to reproduce the bug, and found the …
- 11:23 Changeset [3425] by
- Fixed bug #325, mostly by reverting FileTests? to r3350 and fixing up …
- 08:01 Changeset [3424] by
- [copyright] Fixed the copyright notices including generated files.
- 07:47 Ticket #324 (Hygiene does not work for local function declarations.) closed by
- fixed: Fixed in r3423.
- 07:44 Changeset [3423] by
- [syntactic abstraction] Fixed hygiene for local function declarations. …
02/12/09:
- 21:14 Ticket #325 (r3402 broke testSystem) created by
- ant testSystem no longer works given a clean cache starting in r1402. …
- 20:41 Changeset [3422] by
- Reindentation.
- 18:17 Changeset [3421] by
- [TypeChecker?] Refactored the old ConstraintFormulas? so that we can merge …
- 16:36 Changeset [3420] by
- 15:00 TypeCheckerProgress edited by
- (diff)
- 14:59 TypeCheckerProgress edited by
- (diff)
- 13:43 Changeset [3419] by
- [codegen] Renamed the 'codegen' shell command to 'compile'.
- 12:04 Changeset [3418] by
- Sukyoung caught this one
- 11:54 Changeset [3417] by
- simplify script
- 11:26 Changeset [3416] by
- fix to codegen shell target
- 11:00 Changeset [3415] by
- Separate codegen from envgen, rename compile shell command to codegen for …
- 10:19 Changeset [3414] by
- Oops, forgot a new file
- 09:29 Changeset [3413] by
- Added an interface to wrap up some interpreter rewriting, to allow …
- 04:15 Changeset [3412] by
- [copyright] Fixed copyright notices.
02/11/09:
- 21:09 Changeset [3411] by
- [parser] More clean ups in the parser-related code. Eliminated …
- 15:47 Changeset [3410] by
- [parser] Lots of clean ups in the parser-related code.
- 13:38 Changeset [3409] by
- Make it easier to demo
- 13:11 Changeset [3408] by
- Compile0
- 12:14 Changeset [3407] by
- [parser] Revised the local declarations grammar.
- 11:17 Changeset [3406] by
- [parser] More cleanups of the variables grammar.
- 09:47 Changeset [3405] by
- [syntactic abstraction] Made the 'for loops' example describes a valid …
- 09:16 Changeset [3404] by
- [parser] Simplified the grammar for variables.
- 07:58 Changeset [3403] by
- [parser] Merged the grammar productions for variables and fields. Moved …
02/10/09:
- 12:26 Changeset [3402] by
- Cached AST file names are now case and canonical-source-path sensitive
- 12:01 Changeset [3401] by
- [syntactic abstraction] Made the 'for loops' example identical to the …
- 11:20 Changeset [3400] by
- [tests] Made the hourly test for syntactic abstraction lighter. Full …
- 09:08 Changeset [3399] by
- [syntactic abstraction] Implemented hygiene for Accumulator.
- 08:31 Changeset [3398] by
- [repository] Fixed the dependency checker in the graph repository to …
- 07:02 WikiStart edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.

