Timeline
05/07/09:
- 19:58 Changeset [3715] by
- [export checker] Improved error messages. Added a test.
- 14:56 Changeset [3714] by
- Finished coercion oracle and coercion oracle factory.
- 13:20 AnySizeArrays edited by
- (diff)
- 13:18 StringRestructuring edited by
- (diff)
- 13:15 FeatherweightJava edited by
- (diff)
- 13:12 ConvertingToString edited by
- (diff)
- 13:10 BuffonsNeedle edited by
- (diff)
- 13:08 ArrayIndices edited by
- (diff)
- 13:05 AdditionalInterpreterEnvironmentIssues edited by
- (diff)
- 13:04 Fibonacci edited by
- (diff)
- 13:01 FileReadWrite edited by
- (diff)
- 12:59 FortressLanguageSpecificationErrata edited by
- (diff)
- 12:57 FortressStartHere edited by
- (diff)
- 12:56 GoG edited by
- (diff)
- 12:51 NativeInterfaceCodeGeneration edited by
- (diff)
- 12:50 NativeInterfaceExampleWrappedClass edited by
- (diff)
- 12:49 OptionTypeConventions edited by
- (diff)
- 12:47 ProjectStatus edited by
- (diff)
- 12:41 UnhappyCompendium edited by
- (diff)
- 12:32 Changeset [3713] by
- [Static End] Added and disambiguated self types.
- 12:30 UseAGenerator edited by
- (diff)
- 12:27 TicTacToe edited by
- (diff)
- 11:41 TypeAndLibraryIssues edited by
- (diff)
- 11:41 TypeVariableMatching edited by
- (diff)
- 11:14 UseAGenerator edited by
- (diff)
- 10:29 MITTutorialApril2009 edited by
- (diff)
- 10:28 WikiStart edited by
- (diff)
- 10:05 ComprehendingComprehensions edited by
- worked around a formatting bug in renderer by replacing "|" with "| " at … (diff)
- 07:47 ComprehendingComprehensions edited by
- use the new #!fss command to render the code (thanks Gary!) (diff)
- 07:44 ViscoElastic edited by
- (diff)
- 07:41 ViscoElastic edited by
- Use built-in fortress formatter (diff)
05/06/09:
- 15:16 Changeset [3712] by
- Eliminated some accidental absolute paths.
- 14:44 Changeset [3711] by
- Added a "fortress build" command. Made minor tweaks to the README.
- 14:22 Changeset [3710] by
- Added an explicit Compiled5 target for record keeping.
- 13:36 Changeset [3709] by
- Added a test for Compiled3. Added Compiled4 (factorial), tests, and …
- 11:42 Changeset [3708] by
- Fixed problem with incomplete set of APIs fed to code generator
- 10:08 Changeset [3707] by
- [Compiled3] Changed println to printlnZZ32. [cleanup] Removed printing …
- 09:49 Changeset [3706] by
- Added a parseInt function to the libraries.
- 09:01 Changeset [3705] by
- Simple If Statements.
05/05/09:
- 20:29 Changeset [3704] by
- Fixed Christine's weird bug
- 14:46 Changeset [3703] by
- Giving String a join method, and using it to simplify some asString …
- 13:29 Changeset [3702] by
- Fixed busted classpaths in fortress and fortress_leaks
- 13:18 Changeset [3701] by
- Now building with Scala 2.7.4 final
- 11:40 Changeset [3700] by
- [static checker] Run the Scala type checker once instead of twice.
- 10:58 Changeset [3699] by
- More overloading steps, added type analyzer to compute finer join on …
- 08:34 Changeset [3698] by
- Part way to more overloading
05/04/09:
- 19:00 Changeset [3697] by
- [codegen] Proper handling of local variables. Created an extensible …
- 13:09 IntegerSquareRoot edited by
- use the new #!fss command to render the code (thanks Gary!) (diff)
- 10:42 Changeset [3696] by
- [type checker] Added an option to use the Scala type checker for the …
- 08:56 FssSample edited by
- (diff)
- 08:53 FssSample edited by
- (diff)
- 08:52 FssSample edited by
- (diff)
- 08:48 FssSample created by
05/03/09:
- 08:25 Changeset [3695] by
- [Compiled3] Added a type checking test.
- 07:21 Changeset [3694] by
- [static checker] Implemented static checking of APIs.
- 06:30 Changeset [3693] by
- [static checker] Generalized OverloadingChecker? and TypeHierarchyChecker? …
05/01/09:
- 14:10 Changeset [3692] by
- [Compiled3] Added a comprises clause to CompilerBuiltin?.ZZ32. Made the …
- 07:58 Changeset [3691] by
- [Compiled3] Added the operator <=.
04/30/09:
- 12:58 Changeset [3690] by
- Added lessthan
- 11:06 Changeset [3689] by
- Added debuggable version of asm-all.jar, plus source code in a zip file; …
- 09:59 Changeset [3688] by
- [parser] We now allow spaces between left enclosing operators and static …
- 07:04 Changeset [3687] by
- [cleanup] Deleted the generated directory, junit-results, and added it to …
04/29/09:
- 20:26 Changeset [3686] by
- [TypeChecker?] Added switch to turn on scala typechecker.
- 18:36 Changeset [3685] by
- [Typecheker] Fixed an error.
- 18:16 Changeset [3684] by
- [TypeChecker?] Changed the name of the scala type checker in preparation …
- 11:47 Changeset [3683] by
- Changed Eclipse classpath to use asm-all-3.1.jar
- 11:36 Changeset [3682] by
- Added asm-all to get access to asm util classes; some restructure of …
- 06:53 Changeset [3681] by
- [cleanup] Two more copyright notice fixes.
- 06:50 Changeset [3680] by
- [cleanup] Deleted a generated directory. Fixed copyright notices.
04/28/09:
- 21:51 Changeset [3679] by
- [Typechecker] Added code to handle names. Made the TypeEnv? and …
- 17:58 Changeset [3678] by
- Minor restructuring of overloaded code generation to make it easier to …
- 12:55 Changeset [3677] by
- [codegen] added ability to call function defined in same component, and to …
- 12:03 Changeset [3676] by
- [compiler] Massive Debug.debug cleanup. General advice: don't use + …
- 07:36 Changeset [3675] by
- [libraries] Fixed bug in shuffle (and added test to see that shuffling was …
04/27/09:
- 21:00 Changeset [3674] by
- [ast] ArrayType?, MatrixType?, and _InferenceVarType are gone after type …
- 19:25 WikiStart edited by
- (diff)
- 14:04 Changeset [3673] by
- [static checker] After type checking, assert the invariant that nodes …
- 12:42 Ticket #336 (Bare "Syntax Error" when label/end don't have matching labels) closed by
- fixed: Fixed in r3672.
- 12:42 Changeset [3672] by
- [delimiter checker] Reports a better error message for unmatching labels. …
- 12:16 Changeset [3671] by
- More foreign function overloading (2 args)
- 11:14 Changeset [3670] by
- First successful overloading of foreign functions
- 09:05 Ticket #336 (Bare "Syntax Error" when label/end don't have matching labels) created by
- label/end requires matching labels on the starting and ending constructs. …
- 08:58 SuggestedAntRc edited by
- (diff)
- 08:41 UsingJavaOnMac edited by
- (diff)
- 08:30 UsingJavaOnMac edited by
- (diff)
- 07:55 Changeset [3669] by
- [libraries] Added MINMAX operator and reduction for common operation of …
04/24/09:
- 17:44 Ticket #334 (java-level NumberFormatException in numerical code) closed by
- invalid: Seems that some earlier java-level bug had dirtied my installation; after …
- 11:51 Ticket #335 (Disambiguation fails with comodification error.) closed by
- fixed: I made a copy of the set before iterating over it, that gets the job done. …
- 11:39 Changeset [3668] by
- Fix (temporary?) for Bug #335
- 11:01 Ticket #335 (Disambiguation fails with comodification error.) created by
- See [source:trunk/ProjectFortress/other_compiler_tests/SimpleOverload.fss …
- 10:45 Changeset [3667] by
- Code for demonstrating bug in disambiguation
- 09:17 Changeset [3666] by
- [overloading] fixed references to types to get them translated right
04/23/09:
- 20:03 Changeset [3665] by
- [tests] Added a Compiled3 family test. Not yet passed.
- 17:22 Ticket #334 (java-level NumberFormatException in numerical code) created by
- The attached code is supposed to calculate the partition function, using …
- 13:31 Changeset [3664] by
- [tests] fixed oversight on getEnvironment->getProperty for these tests.
- 11:13 Changeset [3663] by
- [demos] Fixed demos to look for data files based on fortress.autohome …
04/22/09:
- 14:29 Changeset [3662] by
- Overloading now generating code as expected; has a few bugs yet
- 11:22 Changeset [3661] by
- Fixed Scala pattern matching so that pattern names for nodes do not clash …
- 07:40 Changeset [3660] by
- It is supposed to generate code for overloaded natives, but the code is …
04/21/09:
- 13:13 Ticket #333 (Duplicate ComponentEnv class file generation for objectCC tests) created by
- Running testSystem, write protecting the cache, and re-running testSystem …
- 12:50 Changeset [3659] by
- More fixes to comprises clauses, plus a workaround to #332 which was …
- 12:46 Ticket #332 (Static tests overwrite .class file generated by testSystem) created by
- Both static_tests and tests contained a test called InheritedMethod. …
- 09:00 UsingJavaOnMac edited by
- (diff)
- 08:59 FortressStartHere edited by
- (diff)
- 08:57 FortressStartHere edited by
- (diff)
- 08:56 UsingJavaOnMac created by
- 08:08 MITTutorialApril2009 edited by
- (diff)
- 07:59 MITTutorialApril2009 edited by
- (diff)
- 07:59 MITTutorialApril2009 edited by
- (diff)
04/20/09:
- 21:51 Changeset [3658] by
- [static checker] Implemented inferred exclusion relationships using …
04/19/09:
04/18/09:
- 15:40 Changeset [3657] by
- Added different Scala versions, single switch to change between them
- 05:17 Eclipse edited by
- (diff)
- 05:15 Eclipse edited by
- (diff)
- 00:01 Changeset [3656] by
- [copyright] Fixed copyright notices.
04/17/09:
- 13:08 Changeset [3655] by
- Enhanced top-level build.xml to run the whole show; ProjectFortress? …
- 12:14 Changeset [3654] by
- Replaced . with - in name of scala library
- 11:04 Changeset [3653] by
- Compiled2 test passes; also replaced some occurrences of java.lang.Object …
- 10:40 Eclipse edited by
- (diff)
- 09:22 Changeset [3652] by
- [library] Done fixing comprises clauses in libraries.
- 08:43 Changeset [3651] by
- [library] Fixed comprises clauses in libraries.
04/16/09:
- 22:44 Changeset [3650] by
- [static checker] Implemented comprises relationship checking.
- 11:21 Changeset [3649] by
- [compiler tests] Changed Compiled3.fss so that fib(2) is 1.
- 10:52 Eclipse edited by
- (diff)
- 10:44 Changeset [3648] by
- [static checker] Implemented a simple comprises clause check. Added a …
- 04:30 Changeset [3647] by
- [copyright] Fixed copyright notices.
04/15/09:
- 12:23 FortressQuestions edited by
- (diff)
- 12:22 Eclipse edited by
- (diff)
- 11:26 Changeset [3646] by
- More work on compiling overloads; attempting to debug the Scala plugin
- 10:53 FortressQuestions edited by
- (diff)
- 10:34 Changeset [3645] by
- [libraries, demos] Replace emptyList[\T\]() by <|[\T\] |> throughout, …
- 10:19 FortressQuestions edited by
- (diff)
- 08:57 Changeset [3644] by
- Removing duplicate files
- 07:56 Changeset [3643] by
- Compiled2
- 06:55 Changeset [3642] by
- [demos] Replaced calls to emptyList[\T\]() by <|[\T\] |> in Words.fss.
04/14/09:
- 22:21 Changeset [3641] by
- [demos] Revised Guy's demos/Words.fss to work with the current Fortress …
- 13:50 Changeset [3640] by
- [static checker] Factored out the exclusion oracle from …
- 11:51 Changeset [3639] by
- [static checker] Implemented declared exclusion relationships. Added …
- 08:54 Changeset [3638] by
- [static checker] Implemented the exclusion relationships for type …
- 02:42 Changeset [3637] by
- two programs translated from a Fortran program.
04/13/09:
- 13:29 Changeset [3636] by
- New demo Words.fss
- 13:10 Changeset [3635] by
- [compiler] Boxed integer arithmetic via native calls.
- 12:51 Changeset [3634] by
- [test] Fixed the wrong expected result in XXX3g.test.
- 12:06 Changeset [3633] by
- [export checker] Fixed a bug checking trait/object members in APIs and …
- 08:50 Changeset [3632] by
- [static checker] Implemented declared exclusion relationships between …
- 08:46 Changeset [3631] by
- [library, interpreter] Minor library fixes; slight improvement to error …
04/12/09:
- 16:21 TypeCheckerProgress edited by
- (diff)
- 16:20 TypeCheckerProgress edited by
- (diff)
- 15:50 Changeset [3630] by
- Improved dispatch for compiled overloading (but we don't compile it yet)
04/11/09:
- 18:45 Changeset [3629] by
- Overloaded decision trees created, not yet compiled
04/10/09:
- 14:51 Changeset [3628] by
- [static checker] Implemented simple exclusion relationships. Tests and …
- 14:25 FortressStartHere edited by
- (diff)
- 14:16 MITTutorialApril2009 created by
- 08:39 WikiStart edited by
- (diff)
04/09/09:
- 13:17 Changeset [3627] by
- [preparser] Added adelimiter checker test for parallel do expressions.
- 12:31 Changeset [3626] by
- [preparser] Added more tests for the parser/preparser. Parallel do …
- 04:38 Changeset [3625] by
- [preparser] Added 12 tests for the delimiter matching checker.
04/08/09:
- 09:29 Changeset [3624] by
- Updates to community metric stuff -- new data, plus improved description …
04/07/09:
- 21:42 Changeset [3623] by
- [preparser] Added 12 tests for the delimiter matching checker.
- 14:15 Changeset [3622] by
- Compiled overloading checkpoint -- fixed bugs revealed by import of …
- 12:56 Changeset [3621] by
- [demos] Numerical integration code based on the code provided by Doug Lea. …
- 11:01 Changeset [3620] by
- [interpreter] Tweaked spawning a bit, added depth-bounding for tuples. …
- 10:04 Changeset [3619] by
- [typechecker] Whitespace trouble.
Note: See TracTimeline
for information about the timeline view.

