Timeline
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)
02/09/09:
- 19:55 WikiStart edited by
- (diff)
- 19:48 Changeset [3397] by
- [parser] Minor simplification of the Identifier grammar.
- 13:23 Changeset [3396] by
- [naming] refactoring stuff from the environment generator into the naming …
- 11:06 Changeset [3395] by
- [syntactic abstraction] Added test files for Ticket #324. Fixed recursive …
- 11:04 Ticket #324 (Hygiene does not work for local function declarations.) created by
- Local function declarations in transformation expressions are not renamed.
- 09:59 Changeset [3394] by
- [tests] Fixed the GeneratorClause? test.
- 05:37 Changeset [3393] by
- Don't ask for java source versions we don't need
02/08/09:
- 23:50 Changeset [3392] by
- [tests] Changed the syntactic abstraction tests (in the nightly builds) so …
- 20:22 Changeset [3391] by
- [tests] Commented out the debugging messages from compiler.codegen.Compile …
- 20:01 Changeset [3390] by
- [tests] Made the syntac abstraction tests (in hourly builds) run …
- 15:57 Changeset [3389] by
- This time for sure, fixed the ant, ./ant, build stuff
02/07/09:
- 18:37 Changeset [3388] by
- [repository, scripts] more movement toward using source paths as cache …
02/06/09:
- 20:13 Changeset [3387] by
- [parser] Replaced syntaxError (throwing an exception) in the parser code …
- 18:30 Changeset [3386] by
- Revised README, which should never have been recommending the use of …
- 15:21 Changeset [3385] by
- Added TypeCheckerLibrary? and TypeCheckerBuiltin?; threaded through …
- 13:56 Changeset [3384] by
- [parser] Replacing syntaxError (throwing an exception) in the parser code …
- 12:24 Changeset [3383] by
- Irony, the opposite of wrinkly?, I forgot to copyright the copyright …
- 10:49 Changeset [3382] by
- copyright checker
- 08:55 Changeset [3381] by
- [parser] Replacing syntaxError (throwing an exception) in the parser code …
- 07:50 SuggestedAntRc edited by
- (diff)
- 07:31 Changeset [3380] by
- [parser] Replacing syntaxError (throwing an exception) in the parser code …
- 05:36 SuggestedAntRc created by
- 05:24 WikiStart edited by
- (diff)
- 04:35 Changeset [3379] by
- [copyright] Fixed the copyright notices.
02/05/09:
- 19:37 Changeset [3378] by
- [TypeChecker?] Made a template for the Scala type checker
- 18:59 Changeset [3377] by
- [library] Fixed the mismatch between List.fss and List.fsi. [parser] …
- 17:06 Changeset [3376] by
- [evaluator] Deleted a debugging message which looks like an accidental …
- 14:21 TypeCheckerProgress edited by
- (diff)
- 14:18 TypeCheckerProgress edited by
- (diff)
- 14:18 TypeCheckerProgress edited by
- (diff)
- 13:05 Changeset [3375] by
- [StaticChecker?] Normalized arrow types
- 12:54 Changeset [3374] by
- Moved WellKnownNames? next to Naming Czar, will do more later; updated …
- 11:00 Changeset [3373] by
- New jsr166y
- 07:37 Changeset [3372] by
- Reintroduce astgen-based serialization (which does not completely work …
- 04:36 Changeset [3371] by
- [copyright] Fixed copyright notices.
02/04/09:
- 19:12 Changeset [3370] by
- [shell] Renamed Shell.compile to Shell.compilerPhases.
- 17:24 Changeset [3369] by
- [scala] Deleted the redundant Scala jar files. Used naming patterns.
- 14:22 Changeset [3368] by
- Fixed library lookup bug in the type checker. Fixed a documentation typo …
- 12:41 Changeset [3367] by
- [Compiled0] Fixed the expected result of testCompiled0v.
- 12:38 Changeset [3366] by
- [copyright] Fixed copyright notices.
- 12:20 Changeset [3365] by
- [Compiled0] 1. Fixed the static error message on Compiled0.v. 2. Fixed …
02/03/09:
- 20:49 Changeset [3364] by
- [Compiled0] Fixed the static error messages on Compiled0.q and …
- 13:17 Changeset [3363] by
- [TypeChecker?] Fixed the way Strings work when the compiler libraries are …
- 13:04 Changeset [3362] by
- Some tinkering with serialization techniques, and some logging of the …
- 11:39 Changeset [3361] by
- [TypeChecker?] Made the TypeChecker? handle aliased imports. I still need to …
- 10:55 Changeset [3360] by
- [Compiled0] Fixed the static error message on Compiled0.p.
- 09:38 Changeset [3359] by
- [Compiled0] Implementing the static checks of matching top-level function …
- 04:17 Changeset [3358] by
- [build] Fixed the wrong dependency of the testCruiseControl target and …
02/02/09:
- 22:51 Changeset [3357] by
- [Compiled0] Implemented checking matching top-level declarations in …
- 18:03 Changeset [3356] by
- [build] Fixed the Scala jar files in the class paths in the fortress …
- 17:56 Changeset [3355] by
- [build] Added the Scala jar files to the class paths in the fortress …
- 12:33 Changeset [3354] by
- [compilation, naming] factoring naming related code into the Naming Czar
- 09:17 Changeset [3353] by
- [Compiled0] Fixed the static error message on Compiled0.t
- 06:42 Changeset [3352] by
- (minor bugfix and) adding more efficient indexing code to RangeInternals?
01/31/09:
- 00:22 Changeset [3351] by
- [copyright] Fixed copyright notices.
01/30/09:
- 12:39 Changeset [3350] by
- Fixed accidental printing in tests; minor restructure in repository/naming
- 12:13 Changeset [3349] by
- [spec examples] Do not run a possibly nonterminating example.
- 11:38 Changeset [3348] by
- We were no longer using astgen's built-in serialization code; this code is …
- 09:17 Changeset [3347] by
- [copyright] Fixed copyright notices.
- 07:57 WikiStart edited by
- (diff)
- 07:53 FortressStartHere edited by
- (diff)
01/29/09:
01/28/09:
- 19:21 ViscoElastic edited by
- (diff)
- 19:13 ViscoElastic edited by
- (diff)
- 18:28 FortressByExample edited by
- My own first example, which might require some understanding of material … (diff)
- 18:23 ViscoElastic created by
- 18:03 CodeSamples edited by
- I dont dare removing the page, but I think it should be done if it's not … (diff)
- 18:01 TOC edited by
- CodeSamples is a nearly empty page, and a duplicate of the … (diff)
01/27/09:
- 13:34 Changeset [3346] by
- [repository] more dependence checking on foreign imports
- 11:53 WikiStart edited by
- (diff)
01/26/09:
- 16:33 Changeset [3345] by
- oopsie forgot one
- 14:08 Changeset [3344] by
- strawman code for compilation
- 12:30 MathSyntaxInFortress edited by
- (diff)
- 12:24 MathSyntaxInFortress edited by
- (diff)
- 12:20 MathSyntaxInFortress edited by
- (diff)
01/25/09:
Note: See TracTimeline
for information about the timeline view.

