root/trunk/ProjectFortress/static_tests


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2907 [2907] 10/03/08 13:51:41 jon [syntax] hygiene for if clause
(edit) @2906 [2906] 10/03/08 13:46:37 jmaessen Formatting changes to FortressAstToConcrete? (plus necessary tweaks …
(edit) @2905 [2905] 10/03/08 13:41:03 jon [syntax] hygiene for while loops
(edit) @2891 [2891] 09/29/08 18:21:08 jon [syntax] actually update syntax environment for recently added cases. …
(edit) @2889 [2889] 09/29/08 17:31:57 jon [syntax] rename catch variable
(edit) @2888 [2888] 09/29/08 17:18:12 jon [syntax] rename typecase variables. add test for hygienic typecase
(edit) @2883 [2883] 09/29/08 06:56:31 sukyoungryu [tests] Small fixes.
(edit) @2881 [2881] 09/28/08 21:57:58 jon [tests] add a test for multiple labels
(edit) @2868 [2868] 09/24/08 08:53:10 sukyoungryu [parser] Fixed parsing numerals according to the spec 1.0b.
(edit) @2861 [2861] 09/22/08 13:27:54 jon [tests] fix syntax errors in syntax abstraction tests
(edit) @2860 [2860] 09/22/08 13:13:17 jon [copyright] add copyrights
(edit) @2858 [2858] 09/22/08 11:48:49 jon [tests] add syntax test that fails due to a lack of hygiene
(edit) @2824 [2824] 09/15/08 11:55:26 sukyoungryu [unparser] Emit a space before type annotation to avoid syntax errors for …
(edit) @2816 [2816] 09/13/08 06:46:16 sukyoungryu Modified static_tests/Multifix.fss to actually see which operator …
(edit) @2788 [2788] 09/03/08 20:15:14 jon [tests] use new syntax for macro definition
(edit) @2771 [2771] 08/28/08 14:56:44 ryanc [syntax abstraction] removed ast type from extension syntax added …
(edit) @2748 [2748] 08/26/08 16:29:59 ryanc [syntax abstraction] fixed warnings (dead imports, dead code, etc) …
(edit) @2731 [2731] 08/22/08 12:17:07 nbeckman [typechecker] - Once we made VarTypes? work, it caused exceptions on …
(edit) @2729 [2729] 08/22/08 09:07:18 ryanc [syntax] cleaned up preparser, indexes, exceptions, and tests - …
(edit) @2722 [2722] 08/21/08 13:25:18 nbeckman [typechecker] - Implemented the VarType? cases in the type analyzer, …
(edit) @2715 [2715] 08/21/08 09:53:03 nbeckman [typechecker,useful] Three changes: - New class TypeCheckerOutput? will …
(edit) @2709 [2709] 08/21/08 07:15:08 nbeckman [shadowing,bugfix] Issue: 152, This error is now caught, thanks to Eric's …
(edit) @2703 [2703] 08/20/08 11:48:24 nbeckman [disambiguator] Fixed a problem with the disambiguator where objects that …
(edit) @2701 [2701] 08/20/08 08:41:48 nbeckman [typechecker] Changed the typechecker so that the BuiltinTest?.fss works: …
(edit) @2699 [2699] 08/20/08 07:37:12 nbeckman [disambiguator] This is a small change that enables static_tests/AsIf.fss …
(edit) @2696 [2696] 08/19/08 15:26:37 sukyoungryu [unparser] Fixed printing annotations of internal types.
(edit) @2693 [2693] 08/19/08 11:56:14 nbeckman [typechecker, bugfix] Fixed ticket 166 by typechecking constraints that …
(edit) @2688 [2688] 08/19/08 09:59:23 nbeckman [typechecker] Changed generator clause post-inference typechecking so that …
(edit) @2675 [2675] 08/18/08 12:43:58 nbeckman [typechecker] Replaced ImmutableHeapSequence? with ImmutableArray? inside …
(edit) @2660 [2660] 08/16/08 11:40:39 nbeckman [disambiguator, tests, bugfix] - This commit was primarily intended as a …
(edit) @2658 [2658] 08/16/08 06:40:04 sukyoungryu [copyright] Fixed copyright notices.
(edit) @2643 [2643] 08/14/08 18:54:54 sukyoungryu [tests] Worked around copyright notices issues with generated Fortress …
(edit) @2640 [2640] 08/14/08 17:04:01 nbeckman [typechecker] - Fixed a major bug in type inference where some inferred …
(edit) @2636 [2636] 08/14/08 11:29:03 EricAllen Added more tests over shadowing detection.
(edit) @2629 [2629] 08/13/08 17:16:15 sukyoungryu [tests] Synchronized test files.
(edit) @2627 [2627] 08/13/08 14:11:37 nbeckman [typechecker] We now correctly infer static args of operator usages, and …
(edit) @2620 [2620] 08/13/08 08:29:20 mspiegel [typechecking] Fixed static argument inference test to reflect changes to …
(edit) @2613 [2613] 08/13/08 04:24:28 sukyoungryu [refactoring] Made the contract fields of some AST nodes optional so that …
(edit) @2610 [2610] 08/12/08 16:42:27 nbeckman [typechecker] We now have a test that will check if the inferred Static …
(edit) @2609 [2609] 08/12/08 15:40:14 EricAllen Turned on shadowing detection, after fixing remaining bugs in the detector …
(edit) @2600 [2600] 08/12/08 09:50:58 nbeckman [typechecker] Inference variables should now be completely removed by the …
(edit) @2586 [2586] 08/09/08 14:41:53 jon [syntax] fix tests to use new => syntax
(edit) @2585 [2585] 08/09/08 04:11:42 sukyoungryu [copyright] Fixed copyright notices.
(edit) @2581 [2581] 08/08/08 13:15:01 jon [merge] svn merge -r2557:HEAD …
(edit) @2562 [2562] 08/07/08 08:14:35 sukyoungryu [desugarer] Cleaned up the visitor for the closure conversion. …
(edit) @2554 [2554] 08/06/08 13:39:09 jon [unparser] fix the unparser for some syntax tests and new nodes
(edit) @2553 [2553] 08/06/08 13:12:33 jon [merge] svn merge -r2487:HEAD …
(edit) @2519 [2519] 08/04/08 10:48:06 jmaessen Fix shadowing problems in the libraries and tests. At this point …
(edit) @2490 [2490] 08/01/08 10:44:23 jon [tool] ignore XXXwrongName in the unparser tests
(edit) @2472 [2472] 07/31/08 14:11:36 nbeckman [test] Fixed the mondial.fss test.
(edit) @2466 [2466] 07/31/08 13:05:03 nbeckman [typechecker] Typechecker now allows you to call methods on VarTypes? that …
(edit) @2450 [2450] 07/30/08 20:30:03 jon [syntax] merge syntax branch to trunk. add support for nonterminal with …
(edit) @2427 [2427] 07/29/08 15:49:08 nbeckman [typechecker] Fixed a problem with the findCycle method in …
(edit) @2381 [2381] 07/26/08 08:36:05 sukyoungryu [tool] Added more cases in the Ast2Concrete tool. [copyright] Fixed a …
(edit) @2375 [2375] 07/25/08 12:00:47 nbeckman [typechecker] Fixed several problems with ObjectExpr? and Traits. Methods …
(edit) @2371 [2371] 07/25/08 06:33:36 jon [tests] remove another syntax test
(edit) @2369 [2369] 07/25/08 06:15:54 jon [tests] move tests that use syntax transformer expressions to the old …
(edit) @2367 [2367] 07/24/08 21:36:48 EricAllen More extensions to automatic getter/setter generator. Modifications to …
(edit) @2299 [2299] 07/17/08 15:28:49 jrhil47 [TypeChecker?] Made sure that IntParams?, NatParams?, and BoolParams? can be …
(edit) @2298 [2298] 07/17/08 14:19:40 jrhil47 [TypeChecker?] Fixed a bug where StaticTypeReplacer? would replace VarRefs?
(edit) @2296 [2296] 07/17/08 12:49:02 jrhil47 [TypeChecker?] Fixed problem where singleton objects from other components …
(edit) @2294 [2294] 07/17/08 09:58:26 nbeckman [tests] The ImportLocalCollision?.fss test is broken. I am not sure what it …
(edit) @2278 [2278] 07/16/08 05:19:04 jdn [Syntax] Automatic generatation of template gap nodes. This involved …
(edit) @2263 [2263] 07/15/08 06:56:39 jmaessen IntLiteral? is now a subtype of ZZ32 (and thus of every other …
(edit) @2252 [2252] 07/12/08 11:47:37 jon [syntax] rename passing tests
(edit) @2250 [2250] 07/12/08 07:45:47 jon [syntax] rename api and component names to match filenames
(edit) @2243 [2243] 07/11/08 12:12:05 nbeckman [typechecker] We now do a static test to make sure that objects and traits …
(edit) @2236 [2236] 07/11/08 08:42:05 nbeckman [parser, typechecker] Added new node AmbiguousMultifixOpExpr? which is what …
(edit) @2211 [2211] 07/09/08 11:42:56 nbeckman [typechecker] We now insert inference variables into more places like …
(edit) @2202 [2202] 07/08/08 14:31:54 jrhil47 [Typechecker] Removed a depreciated test
(edit) @2201 [2201] 07/08/08 14:24:07 jrhil47 [TypeChecker?] Made sure all inference variable are bounded by Bottom and …
(edit) @2199 [2199] 07/08/08 11:32:25 nbeckman [typechecker] New version of type inference works for most tests but not …
(edit) @2183 [2183] 07/04/08 04:19:22 jdn [Syntax] changed so much I forgot why…
(edit) @2181 [2181] 07/03/08 18:02:31 dr2chase [parser, environment] fixed bug with imported var/type names conflicting …
(edit) @2163 [2163] 07/01/08 15:01:57 nbeckman [Disambiguator] There are a lot of changes in this revision. - I found …
(edit) @2136 [2136] 06/30/08 06:19:43 jon [syntax] replace field val with in_text
(edit) @2124 [2124] 06/27/08 14:47:59 jon [syntax] explain why LooseJuxt? was renamed to LooseJuxt?1
(edit) @2123 [2123] 06/27/08 14:40:06 jon [syntax] Copy generated FortressAst?.fsi to Library/ directory. Fixed up …
(edit) @2111 [2111] 06/27/08 03:25:27 sukyoungryu [copyright] Fixed copyright notices.
(edit) @2110 [2110] 06/27/08 00:24:05 jdn [Syntax] Added the XML example to SyntaxAbstractionJUTestAll
(edit) @2105 [2105] 06/26/08 12:49:29 nbeckman Fixed tests that were not passing.
(edit) @2103 [2103] 06/26/08 11:55:01 nbeckman Added InfixJuxt? and MultiJuxt? OpRefs? to MathPrimary?. Added OpRef? to …
(edit) @2095 [2095] 06/26/08 07:26:24 jdn [Syntax] New testcase
(edit) @2091 [2091] 06/26/08 05:57:27 jdn [Syntax] Fixed testsyntax, renamed some files to indicate that they return …
(edit) @2090 [2090] 06/26/08 05:30:19 jdn [Syntax] Typecheck of gap arguments. Handling of special symbols like TAB, …
(edit) @2075 [2075] 06/25/08 03:36:56 jdn [Syntax] Propagated errors messages as far as I can take them, but they …
(edit) @2074 [2074] 06/25/08 01:35:00 jdn [Syntax] Implemented Templatechecker which checks that the number and …
(edit) @2056 [2056] 06/23/08 09:40:18 jon [regex] use CONTAINS and IN to test a strings presence in a regex set
(edit) @2048 [2048] 06/22/08 06:50:32 sukyoungryu [copyright] Fixed copyright notices.
(edit) @2036 [2036] 06/20/08 14:06:29 nbeckman Fixed the assignment case so that it uses field setters and the subscript …
(edit) @2029 [2029] 06/20/08 08:30:36 jon [repository] use a graph-based repository that discovers dependancies in …
(edit) @2017 [2017] 06/19/08 14:34:01 nbeckman I added _RewriteObjectRef to the AST. Sorry if this broke things for you. …
(edit) @2014 [2014] 06/19/08 10:57:02 nbeckman Added Loose juxt.
(edit) @2005 [2005] 06/18/08 15:34:58 nbeckman We changed several things to get ChainExpr? to work: - We made ChainExpr?'s …
(edit) @1990 [1990] 06/18/08 08:25:19 jon [regex] #{} escapes to normal fortress expressions
(edit) @1988 [1988] 06/18/08 07:38:35 nbeckman Just finished checking SubscriptExpr?. Had to change the function …
(edit) @1985 [1985] 06/18/08 07:19:25 jon [xml] rename Xml2 to Xml
(edit) @1974 [1974] 06/17/08 14:04:18 jon [sql] start of sql syntax
(edit) @1973 [1973] 06/17/08 13:42:42 nbeckman Made ArrayElements? work.
(edit) @1968 [1968] 06/17/08 13:04:35 jon [regex] two more tests
Note: See TracRevisionLog for help on using the revision log.