Timeline


and .

04/09/09:

13:17 Changeset [3627] by sukyoungryu
[preparser] Added adelimiter checker test for parallel do expressions.
12:31 Changeset [3626] by sukyoungryu
[preparser] Added more tests for the parser/preparser. Parallel do …
04:38 Changeset [3625] by sukyoungryu
[preparser] Added 12 tests for the delimiter matching checker.

04/08/09:

09:29 Changeset [3624] by dr2chase
Updates to community metric stuff -- new data, plus improved description …

04/07/09:

21:42 Changeset [3623] by sukyoungryu
[preparser] Added 12 tests for the delimiter matching checker.
14:15 Changeset [3622] by dr2chase
Compiled overloading checkpoint -- fixed bugs revealed by import of …
12:56 Changeset [3621] by jmaessen
[demos] Numerical integration code based on the code provided by Doug Lea. …
11:01 Changeset [3620] by jmaessen
[interpreter] Tweaked spawning a bit, added depth-bounding for tuples. …
10:04 Changeset [3619] by jmaessen
[typechecker] Whitespace trouble.

04/06/09:

21:06 Changeset [3618] by sukyoungryu
[preparser] Added 8 tests for the delimiter matching checker.
13:17 Changeset [3617] by jmaessen
[fib experiment] Don't run trails that were part of spin-up.
12:36 Changeset [3616] by jmaessen
[fib experiment] Added option to skip sequential tests, which are costly …
12:10 Changeset [3615] by jmaessen
[fib experiment] Removed debugging code
12:08 Changeset [3614] by jmaessen
[fib experiment] Fixed bug in command-line argument processing. Oops.
11:19 Changeset [3613] by dr2chase
Steps towards overloaded (foreign) functions; added toString to indexed …

04/04/09:

04:40 Changeset [3612] by dr2chase
Fixed boneheaded error in cheap serialization.

04/03/09:

23:13 Changeset [3611] by sukyoungryu
[parser] Revised syntax error reporting for invalid top-level …
21:48 Changeset [3610] by sukyoungryu
[parser] Report better syntax error messages for invalid top-level …
16:44 Changeset [3609] by jmaessen
Fib experiment in code generation. Required upgrading jsr166y, which went …
13:54 Changeset [3608] by sukyoungryu
[preparser] Handles unbalanced comments more gracefully. The log files …
11:22 Changeset [3607] by sukyoungryu
[template parser] The log files from the TemplateParser? are deleted after …
09:05 Eclipse edited by dr2chase
(diff)
08:57 EclipseConfigureContents.png attached to Eclipse by dr2chase
How to configure contents of Problems window to exclude Scala errors, …

04/02/09:

21:47 Changeset [3606] by sukyoungryu
[preparser] Programs that use new syntax are not checked for delimiter …
14:51 Changeset [3605] by jrhil47
[Type Checker] Added Coercion Oracle [Scala] Removed Old Scala Code
13:42 Changeset [3604] by sukyoungryu
[compiler tests] Moved Compiled1.b to Compiled3.a.
12:34 Changeset [3603] by sukyoungryu
[syntax] Added DAGGER (U+2020) and DOUBLE DAGGER (U+2021) to the valid …
11:17 Changeset [3602] by sukyoungryu
[Compiled2] Moved the CompilerSystem? library from …

04/01/09:

22:22 Changeset [3601] by jrhil47
[Type Checker] Implemented Loose and Tight Juxt
21:59 Changeset [3600] by sukyoungryu
[Compiled2] Implemented better error messages for unbalanced comments. …
18:37 Changeset [3599] by sukyoungryu
[preparser] Eliminated duplicated code.
14:24 Changeset [3598] by sukyoungryu
[Compiled2] Added 9 Compiled2 family tests with syntax errors.
13:53 Changeset [3597] by sukyoungryu
[preparser] Implemented an alternative preparser using the Rats! stateful …
13:37 Changeset [3596] by dr2chase
Minor cleanup to knock out a few shadowed-name warning messages from …
13:09 Changeset [3595] by EricAllen
Revised command-line user interface so that compiled programs are run …
13:04 Eclipse edited by dr2chase
(diff)
12:20 Eclipse edited by dr2chase
(diff)
12:14 Changeset [3594] by chf
Add symbol table back in for David
12:05 Eclipse edited by dr2chase
(diff)
11:49 Changeset [3593] by chf
simple command line argument passing
11:40 FortressStartHere edited by dr2chase
(diff)
08:02 Changeset [3592] by jmaessen
Access to command-line arguments from compiled code. Doesn't yet work, …

03/31/09:

14:53 TypeCheckerProgress edited by jrhil47
(diff)
14:25 Changeset [3591] by jmaessen
[compiler] Simple system library, and boilerplate code to register the …
13:52 Changeset [3590] by chf
concatenate operator
13:06 Changeset [3589] by jmaessen
Fix whitespace.
11:48 Changeset [3588] by dr2chase
Fixed bug in AST-printing source locations when file names differ but …
07:08 Changeset [3587] by sukyoungryu
[preparser] Cleaned up the preparser.
06:08 Changeset [3586] by sukyoungryu
[preparser] Reorganized the parser family.

03/30/09:

16:43 Ticket #331 (Build Failed on Windows XP) created by LouisCutrona
Context of error: ant.bat clean compile, Fortress svn #3557, Windows XP, …
16:14 Ticket #330 (Compiler error (Java heap space)) closed by LouisCutrona
fixed: Two solutions: Using Cygwin, I just stuck the contents of the .antrc_Unix …
16:05 FortressStartHere edited by LouisCutrona
Added ANT_OPTS override to MS Windows section (prevents problem reported … (diff)
15:09 Changeset [3585] by jmaessen
[compiler] Usability improvements: After last checkin, that caused us to …
12:57 Changeset [3584] by dr2chase
Refactored compiler/linker running in shell, fixed errors-dropped-on-floor …
12:57 Changeset [3583] by EricAllen
Moved test file to Compiled2 family.
11:17 Changeset [3582] by EricAllen
Added tests for Compiled1.g.fss and Compiled1.d.fss.
10:06 GoG edited by steve.heller
formatting (diff)
07:25 Changeset [3581] by jmaessen
IntMap? implementation with tests. Provides maps with ZZ64 keys, using a …
03:17 GoG created by emoken

03/26/09:

18:55 Changeset [3580] by Crink
Correction to my earlier cack-handed attempt at improving Lazy.fs{s,i}
10:14 Changeset [3579] by sukyoungryu
[compiler tests] Fixed error messages from NodeUtil?.apiName. Added two …
08:34 Changeset [3578] by chf
Updated CompilerBuiltin?

03/25/09:

17:28 Changeset [3577] by jon
[syntax] add single astgen creator for all syntax abstraction nodes
16:29 Changeset [3576] by Crink
Mending incompleteness in Lazy.fsi and undeclared variable assignment in …
13:38 Changeset [3575] by EricAllen
Improved some error messages for the Compiled0 and Compiled1 families.
10:54 Changeset [3574] by chf
More stub details
09:08 Changeset [3573] by chf
reorganized stubs

03/24/09:

11:18 Changeset [3572] by jrhil47
[Type Checker] bug fixes, tests, and println to ScalaConstraints?
06:11 Changeset [3571] by chf
Change compileMath to print Pass

03/23/09:

08:25 Changeset [3570] by EricAllen
Added more Compiled2 tests.

03/22/09:

17:02 Changeset [3569] by jmaessen
Fair shuffle operation for arrays (in place), lists, and immutable arrays …
17:01 Changeset [3568] by jmaessen
Bug fixes: further fixes to unification error handling to avoid context …
05:23 Changeset [3567] by sukyoungryu
[overloading checker] Implemented simple overloading rules: exclusion and …

03/20/09:

14:36 Ticket #327 (fortress api: private types should lead to ... in comprises clauses) closed by sukyoungryu
fixed: Fixed in r3565.
14:34 Changeset [3566] by sukyoungryu
[readme] Changed a confusing command in README.txt.
14:29 Changeset [3565] by sukyoungryu
[api tool] Private traits and objects are not included in the comprises …
10:20 Ticket #330 (Compiler error (Java heap space)) created by LouisCutrona
Context of error: ./ant -v clean compile, Fortress svn #3557, Windows XP, …
09:50 Changeset [3564] by chf
CodeGen? work in progress
09:30 Changeset [3563] by jmaessen
Flesh out example somewhat to better show failure.
08:57 Changeset [3562] by jmaessen
Bunches of minor library tweaks due to bugs uncovered along the way, plus …
08:49 Ticket #329 (Major oversight: tuple varargs lead to overloading ambiguities) created by jmaessen
Consider the mapping constructor: […] We already know that we can't …
08:41 Ticket #328 (Generic functional methods are rejected during interpreter initialization) created by jmaessen
See …
08:30 Changeset [3561] by sukyoungryu
[compiler tests] Compiler tests now use the new test scheme except one: …
08:14 Ticket #327 (fortress api: private types should lead to ... in comprises clauses) created by jmaessen
Consider the following type structure: […] Running fortress api on …
06:32 Changeset [3560] by sukyoungryu
[compiler tests] Changed the run functions in the compiler tests to have …

03/19/09:

17:23 Changeset [3559] by jrhil47
[Type Checker] More tests and bug fixes
13:15 Changeset [3558] by EricAllen
Added a cyclic type hierarchy checker. Fixed ASTGen-generated Scala apply …

03/17/09:

13:08 Changeset [3557] by jon
[syntax] use updated astgen.jar
13:08 Changeset [3556] by jon
[syntax] hack the syntax abstraction nodes to use astgen more. needs more …

03/16/09:

21:03 Changeset [3555] by sukyoungryu
[parser] Improved syntax error messages for invalid Fortress operator …
11:15 Changeset [3554] by sukyoungryu
[overloading checker] Improved the simple static overloading check with …

03/15/09:

22:51 Changeset [3553] by sukyoungryu
[syntactic abstraction] Fixed hygienic renaming. Added the LetCC example.
13:30 FortressQuestions edited by hauptmech
(diff)

03/14/09:

23:45 Changeset [3552] by jrhil47
[Type Checker] Added JUTest for constraint formulas and fixed a whole …
14:29 Changeset [3551] by sukyoungryu
[static overloading check] Implemented a very simple overloading check: …
12:26 Changeset [3550] by sukyoungryu
[copyright] Fixed the copyright notices.

03/13/09:

19:20 Changeset [3549] by sukyoungryu
[type checker] Renamed the very confusing parameter names.
19:03 Changeset [3548] by sukyoungryu
[type checker] Removed the old SubtypeChecker?.
16:22 Changeset [3547] by dr2chase
[compiler test harness] enhanced checking options, _equals and _WCIequals
13:05 Changeset [3546] by jmaessen
Changed Executable api to have no arguments; program arguments are now …

03/12/09:

18:44 Changeset [3545] by sukyoungryu
[preparser] Fixed the preparser to report a better error message for …
17:16 Changeset [3544] by sukyoungryu
[export checker] Provide source locations of missing top-level …
15:42 Changeset [3543] by EricAllen
Temporarily switched error message sorting to rely on lexicographic …
13:10 Changeset [3542] by jrhil47
[Type Checker] Reverted to Dan's algorithm
12:54 Changeset [3541] by EricAllen
Deleted some unintentionally committed printlns.
10:39 Changeset [3540] by jmaessen
Don't fail to print when fixities are unknown; instead, mark unknown …
10:36 Changeset [3539] by jmaessen
Boilerplate system library declarations, to be filled out.
10:01 Changeset [3538] by sukyoungryu
[preparser] Fixed the preparser handling expressions. Added 5 Compiled1 …
09:34 Changeset [3537] by dr2chase
Added mandatory check for something (PASS if unspecified) on standard out …
07:43 Changeset [3536] by EricAllen
Added erroneous variants of Compiled1. Improved compiler test harness to …

03/11/09:

13:18 Changeset [3535] by dr2chase
Removed more name shadowing
11:51 Changeset [3534] by Crink
some type information added for Format.fss
11:08 Changeset [3533] by dr2chase
Some work on unboxing optimizations, plus cleanup of Eclipse warnings …
08:54 Changeset [3532] by EricAllen
Added more error message quality tests.

03/10/09:

18:14 Changeset [3531] by Crink
Added extra type information throughout the library code. Format and …
13:31 Changeset [3530] by sukyoungryu
[compiler library] Fixed mismatch between the API CompilerBuiltin? and the …
11:38 Changeset [3529] by dr2chase
Made order of overloaded functions be repeatable; this might have some …
09:27 Changeset [3528] by dr2chase
[compiler unit test] Fixed harness to remove anachronism, now test actual …
08:23 TypeCheckerProgress edited by EricAllen
(diff)
04:53 Changeset [3527] by sukyoungryu
[export checker] Added more checks for type matching in components and …
Note: See TracTimeline for information about the timeline view.