Timeline
08/19/09:
- 12:46 Changeset [4100] by
- [Typechecker] Fixed bug that drops arguments.
- 12:20 Changeset [4099] by
- Adding some funtional-method-test sources
- 10:36 Changeset [4098] by
- [Typechecker] Rolling back my last commit.
- 10:05 Changeset [4097] by
- [Typechecker] Fixed a bug that was causing us to drop arguments.
- 07:28 Changeset [4096] by
- [ast] Changed Assignment a bit to use a list of CompoundAssignmentInfo? to …
08/18/09:
- 12:07 Changeset [4095] by
- [type checker] Added coercions to function application. Compiled9 works …
- 08:14 Changeset [4094] by
- [Typechecker] Added functionality that will allow us to combine inference …
- 06:12 Changeset [4093] by
- [library] Counted loops using # (but not : for now due to testing …
08/17/09:
- 23:57 Changeset [4092] by
- [parser] Backed off an error production.
- 21:19 CompilerTests edited by
- (diff)
- 21:15 StaticTests edited by
- (diff)
- 21:09 Changeset [4091] by
- [compiler tests] Moved more static tests from not_working_static_tests/ to …
- 19:40 Changeset [4090] by
- [testing] Uncomment second test in Compiled6.fss, proving that at least …
- 19:33 Changeset [4089] by
- [testing, libraries] Most of the code required by Compiled7fo.fss now …
- 18:48 Ticket #358 (There is no ticket component for compiler / codegen) created by
- There is currently no "Component" in ticket properties that indicates …
- 18:47 Ticket #357 (Codegen is sensitive to top level binding order) created by
- When value bindings are used at top level, their order currently matters; …
- 13:36 Changeset [4088] by
- More files to ignore from Mercurial
- 13:01 Changeset [4087] by
- Jan's RR64 patches, plus fixes required to make the rest of the system …
- 10:25 Changeset [4086] by
- [ast] Added a MethodInfo? object to ArrowType? so that we can keep track of …
- 09:28 Changeset [4085] by
- [codegen] Stuff hung during last commit (and Christine made overlapping …
- 09:20 Changeset [4084] by
- cleanup
- 09:15 Changeset [4083] by
- [codegen] Free variable analysis is now wired in. It will complain if the …
- 06:39 Changeset [4082] by
- [parser] Fixed the import collector to handle underscores. [compiler …
08/16/09:
- 21:14 CompilerTests edited by
- (diff)
- 21:14 StaticTests edited by
- (diff)
- 21:13 Changeset [4081] by
- [compiler tests] Moved some static tests from not_working_static_tests to …
- 20:34 CompilerTests edited by
- (diff)
- 20:19 Ticket #356 (Missing commas in java imports are silently mis-parsed) closed by
- fixed
- 20:18 Changeset [4080] by
- [parser] Made the Import Collector fail gracefully. Improved error …
- 10:54 Changeset [4079] by
- Added two tests for top-level closures
08/14/09:
- 18:51 Changeset [4078] by
- Lambdas and classloader and arrow types are all somewhat working; more …
- 15:22 Changeset [4077] by
- Implemented hygienic renaming for component linking.
- 14:39 Changeset [4076] by
- [Test] Added coercion test.
- 11:59 Changeset [4075] by
- lambdas
- 11:01 Changeset [4074] by
- Naming tweak for transition
- 10:50 Changeset [4073] by
- [type checker] Implemented type checking of Assignment expressions.
- 10:25 Ticket #356 (Missing commas in java imports are silently mis-parsed) created by
- In source:trunk/ProjectFortress/LibraryBuiltin/CompilerBuiltin.fss, try …
- 07:20 Changeset [4072] by
- Minor changes to MacPortsHelper?, plus script to run
08/13/09:
- 20:43 Changeset [4071] by
- Refactoring of more names; classloader enhancements.
- 13:59 Changeset [4070] by
- [testing] First-order version of Compiled7. Makes sure we have the …
- 13:58 Changeset [4069] by
- [tests] Compiled8, a version of Compiled7 with considerably more elaborate …
- 12:16 Changeset [4068] by
- [tests] Compiled7 uses higher-order functions on no args (short cut or) …
- 10:50 Changeset [4067] by
- [desugarer] Corrected Assignment desugaring to use the right op refs, if …
08/12/09:
- 22:47 CompilerTests edited by
- (diff)
- 22:45 StaticChecks edited by
- (diff)
- 22:00 Changeset [4066] by
- [static checker] Implemented that object expressions should not define any …
- 19:26 Changeset [4065] by
- [desugaring] Commented out the offending lines and reverted the changes …
- 14:04 Changeset [4064] by
- [desugaring] Corrected the post-type checking desugaring of Assignments.
- 07:20 Changeset [4063] by
- [useful] Support efficient set union, intersection, and difference (via …
08/11/09:
- 13:18 Ticket #355 (fortress.bat not up-to-date for Windows XP environment) created by
- Context: Fortress svn #4045, Windows XP, 3.5 Gb, jdk1.6.0_15 Running from …
- 12:36 StaticChecks edited by
- (diff)
- 12:35 CompilerTests edited by
- (diff)
- 12:35 StaticTests edited by
- (diff)
- 12:33 Changeset [4062] by
- [overloading checker] Check that a functional which takes a single …
- 12:01 Ticket #354 (compile_err_equals doesn't recognize fwd-slash back-slash equivalence) created by
- Context of error: ant clean compile test, Fortress svn #4045, …
- 09:41 Changeset [4061] by
- [type checker] Fixed bug in type checking a tight juxt. Now it tries to …
- 08:57 Changeset [4060] by
- [type checker] Fixed bug in environments. Fixed nyi.Compiled6.u.fss and …
08/10/09:
- 15:15 Changeset [4059] by
- [syntactic abstraction tests] Fixed missing plumbing of components and …
- 12:45 Changeset [4058] by
- [interpreter tests] Fixed an interpreter test using the old function …
- 10:51 Changeset [4057] by
- [parser] Implemented the new function expression syntax.
08/09/09:
- 20:00 StaticChecks edited by
- (diff)
- 19:45 StaticTests edited by
- (diff)
- 19:44 CompilerTests edited by
- (diff)
- 19:43 Changeset [4056] by
- [compiler tests] Moved some of now working static tests to the …
- 19:27 Changeset [4055] by
- [compiler tests] Moved some of now working static tests to the …
- 15:07 CompilerTests edited by
- (diff)
- 15:06 Changeset [4054] by
- [compiler tests] Cleaning up compiler tests.
- 14:24 Ticket #341 (Local variables seem to conflict with printing) closed by
- fixed: The test file is now renamed as Compiled6.ac.fss.
- 14:22 Changeset [4053] by
- [compiler tests] Cleaning up compiler tests.
- 13:58 Changeset [4052] by
- [compiler tests] Cleaning up compiler tests.
- 13:14 Ticket #339 (Substitution not performed on invoked method return types) closed by
- fixed
- 13:13 Changeset [4051] by
- [compiler test] Fixed the accidental renaming of a compiler test.
- 13:12 Changeset [4050] by
- [compiler test] Closed Ticket #339.
- 09:29 Changeset [4049] by
- [type checker] Fixed bug in checking LocalVarDecls? with declared types.
- 07:39 Changeset [4048] by
- [copyright] Fixed copyright notices and a .test file.
- 07:26 Changeset [4047] by
- Modified mangling, added better test
- 06:41 Changeset [4046] by
- Repaired test, sort of
08/07/09:
- 16:10 Changeset [4045] by
- [Typechecker] Made some changes to fix the interaction of Juxt and FnExpr? …
- 14:05 Changeset [4044] by
- Updates for more symbolic freedom, generating triggers for classloading of …
- 13:03 Changeset [4043] by
- [codegen] Refactored task generation and made it use "actual" free …
- 12:21 Changeset [4042] by
- [syntax] throw an error if an extension grammar is null
- 09:56 Changeset [4041] by
- [errors] Major overhaul of application expression error messages. Fixed …
08/05/09:
- 13:33 Changeset [4040] by
- [libraries, test] Bring boolean functions on line (except short cut), …
- 13:32 Changeset [4039] by
- [compiler] Tweaks to BASet, cleanup of CodeGen?.
08/04/09:
- 13:52 Changeset [4038] by
- Turned back two changes that would bust things for Christine
- 13:46 Changeset [4037] by
- Renumbered CompiledX programs to make room for wordcount-related tasks.
- 12:52 Changeset [4036] by
- Added flag to distinguish between FnRef? as closure and FnRef? as apply; …
- 10:44 Changeset [4035] by
- small fix at David's request.
- 09:00 Changeset [4034] by
- oops
- 08:57 Changeset [4033] by
- Get the signatures right for Compiled6
- 08:33 Changeset [4032] by
- More untangling of method and type descriptors
08/03/09:
- 11:56 Changeset [4031] by
- [error messages] Began writing infrastructure for better error messages …
- 11:54 Changeset [4030] by
- Classloader now enabled; naming fixed, one incorrect test moved aside till …
08/02/09:
- 21:54 CompilerTests edited by
- (diff)
- 21:45 Changeset [4029] by
- [compiler tests] Added more tests for the getter call syntax.
07/31/09:
- 12:52 Changeset [4028] by
- Commoning up code in the code generator; mangling names to make them legal
- 09:54 Changeset [4027] by
- [static errors] Cleaning up StaticErrors? a bit; when making StaticErrors?, …
- 06:43 Changeset [4026] by
- [overloading checker] Fixed a bug handling static arguments of enclosing …
07/30/09:
- 12:43 CompilerTests edited by
- (diff)
- 07:19 CompilerTests edited by
- (diff)
- 07:19 Changeset [4025] by
- [type checker] Fixed bug in static instantiation. Comprehensions are one …
- 03:57 Changeset [4024] by
- [compiler index] Fixed IndexBuilder? handling getters and setters.
07/29/09:
- 22:49 Changeset [4023] by
- [compiler index] Added modifier getters to functional indices.
- 14:03 Changeset [4022] by
- Some reorg and cleanup to make life better for Arrow types …
- 08:32 Changeset [4021] by
- [typechecker testing] Some newer versions of desugared comprehensions that …
- 07:21 Changeset [4020] by
- [type checker] Inferring FnExpr? parameter types when arguments to operator …
07/28/09:
- 13:46 Changeset [4019] by
- [tests] Fixed missing definition of generate. Result now type checks …
- 11:04 Changeset [4018] by
- [testing] Comprehensions1 had been made to typecheck, so I added a couple …
- 10:17 Changeset [4017] by
- [type checker] Now inferring parameter types of FnExprs? that are arguments …
- 06:46 Changeset [4016] by
- [demos] Fixed wordcount2 to only output first 100 entries---matching …
- 03:49 Changeset [4015] by
- [demos] Hopefully fixed two failing demos. demos/wordcount2.fss is still …
07/27/09:
- 19:23 Changeset [4014] by
- [type checker] Normalize function argument types before printing error …
- 17:01 Changeset [4013] by
- Added a hook on which to hang the class loader for generic expansion
- 14:04 Changeset [4012] by
- [codegen, rts] Task spawning no longer requires an arraylist and proceeds …
- 11:30 Changeset [4011] by
- [codegen] elif now works.
- 09:28 Changeset [4010] by
- [codegen] Overhauled how JVM-stack-resident locals are handled during code …
07/25/09:
- 20:54 Changeset [4009] by
- [refactoring] More refactoring of IndexBuilder?.
- 13:17 Changeset [4008] by
- [refactoring] Refactored IndexBuilder?.
- 06:36 Changeset [4007] by
- [refactoring] Replaced the Java version of IndexBuilder? with the Scala …
07/24/09:
- 21:38 Changeset [4006] by
- [refactoring] Refactoring IndexBUilder (in progress)
- 21:18 Changeset [4005] by
- [refactoring] Refactoring IndexBuilder? (in progress)
- 17:23 Changeset [4004] by
- [refactoring] Refactoring IndexBuilder? (in progress)
- 15:28 CompilerTests edited by
- (diff)
- 15:26 Changeset [4003] by
- [compiler tests] Moved nyi.Compiled5.d.fss to nyi.Compiled6.w.fss
- 15:23 Changeset [4002] by
- [copyright] Fixed copyright notices.
- 11:17 Changeset [4001] by
- [tests] New Compiled6: tests a simple higher-order function call. …
- 10:37 Changeset [4000] by
- [codegen] Local variable bindings. No mutability yet, but we attempt to …
07/23/09:
- 20:37 Changeset [3999] by
- More cleanup of compiler phase threading.
- 20:20 Changeset [3998] by
- Cleaned up some code formatting.
- 14:57 Changeset [3997] by
- Fixed all plumbing of components and APIs through compiler phases.
- 14:20 Changeset [3996] by
- [type checker] Now properly inferring types for component-level variable …
- 06:43 IntegerSquareRoot edited by
- added a link to Wikipedia (diff)
07/22/09:
- 20:59 FortressCommentSyntax edited by
- (diff)
- 20:55 FortressCommentSyntax edited by
- (diff)
- 15:55 BuffonsNeedle edited by
- (diff)
- 15:54 BuffonsNeedle edited by
- (diff)
- 15:44 BuffonsNeedle edited by
- (diff)
- 15:43 Changeset [3995] by
- Fixed minor error in Fortify tool
- 15:39 BuffonsNeedle edited by
- (diff)
- 15:39 BuffonsNeedle edited by
- (diff)
- 15:36 BuffonsNeedle edited by
- (diff)
- 15:26 Changeset [3994] by
- Fortify tool now handles fractions (and passes all tests)
- 12:58 Changeset [3993] by
- [demos] 100% mutation-free implementation of wordcount2, also upgraded a …
- 11:35 Changeset [3992] by
- [index] Made functional indices have much nicer toString(). Type checker …
- 11:31 Changeset [3991] by
- Added an ant configuration file for the CYGWIN 'architecture.' This brings …
- 11:19 Changeset [3990] by
- [testing] Fixed frustrating bugs in which "fortress" could no longer run …
- 10:08 Changeset [3989] by
- cleanups
- 09:58 Changeset [3988] by
- [type checking] Cached the creation of type environments for APIs.
- 05:02 Changeset [3987] by
- [tests] Eliminated accidentally committed test files.
- 05:00 StaticChecks edited by
- (diff)
- 04:59 CompilerTests edited by
- (diff)
- 04:58 Changeset [3986] by
- [static checker] Implemented the static check that every type listed in a …
07/21/09:
- 11:13 Changeset [3985] by
- [type checker] Fixed bug in checking VarDecls?. Parameter types of FnExprs? …
- 10:53 Ticket #353 (fortress typecheck success causes subsequent fortress compile to silently ...) created by
- Running fortress typecheck puts the cache into a state in which it …
- 10:23 Changeset [3984] by
- Minor cleanup stumbled upon during profiling.
- 04:07 Changeset [3983] by
- [disambiguator] Fixed TraitTable? and TopLevelEnv? to look up the exported …
- 03:56 Changeset [3982] by
- [build] Eliminated obsolete static JU tests.
- 03:49 Changeset [3981] by
- [copyright checker] Fixed the copyright checker to ignore generated XML …
- 03:48 CompilerTests edited by
- (diff)
07/20/09:
- 17:29 Changeset [3980] by
- [compiler tests] Added Compiled5.bm.fss into the Compiler tests.
- 14:53 Changeset [3979] by
- Added forgotten new file.
- 11:58 Changeset [3978] by
- Threaded through dependencies properly, so that compound APIs work as …
- 11:22 Changeset [3977] by
- Moved interpreter tasks out of ./ant clean test, etc. Now, interpreter …
- 11:21 Changeset [3976] by
- [typechecker] Fixed bug that occurred when inferring return types on …
- 10:11 Changeset [3975] by
- timing stuff
- 08:28 Changeset [3974] by
- timing stuff
Note: See TracTimeline
for information about the timeline view.

