root/trunk/ProjectFortress/tests

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2897 [2897] 14 months sukyoungryu [tests/demos] Made small changes.
(edit) @2893 [2893] 14 months jmaessen Test file for last checkin.
(edit) @2892 [2892] 14 months jmaessen Fix of Victor's bug: if we add a Ratio and an RR64, we got an error …
(edit) @2885 [2885] 14 months sukyoungryu [disambiguator] Fixed a shadowing detector bug handling labels. Closed …
(edit) @2875 [2875] 14 months angelee removing some comments that are no longer correct.
(edit) @2874 [2874] 14 months angelee [desugarer] - Changed the way ObjectExpressionVisitor? is tested: Instead …
(edit) @2868 [2868] 14 months sukyoungryu [parser] Fixed parsing numerals according to the spec 1.0b.
(edit) @2847 [2847] 14 months chf Closure.java was wrapping abortedexceptions and causing transactions to …
(edit) @2842 [2842] 14 months chf Tests no longer require run methods. You can run multiple tests at once …
(edit) @2840 [2840] 14 months sukyoungryu [language] Added the new syntax for big enclosing operator application. …
(edit) @2839 [2839] 14 months sukyoungryu [parser] Implemented the new big operator application syntax: BIG Op Expr. …
(edit) @2836 [2836] 14 months sukyoungryu [tests] Gave an explicit static argument to fix the broken build.
(edit) @2833 [2833] 14 months jmaessen abort followed by exit appears to perform the exit rather than the abort.
(edit) @2832 [2832] 14 months sukyoungryu [parser] To-the-end-of-line comments may be within a comment enclosed by …
(edit) @2830 [2830] 14 months sukyoungryu [comment] Added the new to-the-end-of-line comments.
(edit) @2829 [2829] 14 months sukyoungryu [language] Use 'outcome' instead of 'result' for an implicitly declared …
(edit) @2827 [2827] 15 months sukyoungryu [library] Added explicit static arguments to some method invocations.
(edit) @2826 [2826] 15 months sukyoungryu [delete] Eliminated the transient modifier.
(edit) @2822 [2822] 15 months jmaessen Minor code changes to support recent tickets. No interpreter changes to …
(edit) @2815 [2815] 15 months sukyoungryu [interpreter] Signals an error with an informative message instead of a …
(edit) @2811 [2811] 15 months angelee [desugarer] Update the test file to test object expression defined within …
(edit) @2810 [2810] 15 months sukyoungryu [parser] Fixed handling semicolons in case expressions.
(edit) @2808 [2808] 15 months sukyoungryu [parser] We can comingle type-annotated and un-annotated variable …
(edit) @2806 [2806] 15 months jmaessen Slightly better exception EmptyReduction for BIG MIN, BIG MAX, and other …
(edit) @2804 [2804] 15 months jmaessen Some cleanups, checked in working test-passing version of strided range …
(edit) @2794 [2794] 15 months chf Don't let orphaned transactions return values, various cleanups, dial back …
(edit) @2792 [2792] 15 months jmaessen Created type Contains[\T\] which is extended by Range[\T\] and by …
(edit) @2789 [2789] 15 months sukyoungryu [parser] Transient object parameters must not be mutable.
(edit) @2787 [2787] 15 months sukyoungryu [library] Changed toString methods of arrays to drop '='.
(edit) @2782 [2782] 15 months sukyoungryu [parser] Ampersands do not appear in inappropriate places. Fixed Ticket …
(edit) @2781 [2781] 15 months sukyoungryu [parser] Prime characters may be used in identifiers. LINE SEPARATOR …
(edit) @2780 [2780] 15 months sukyoungryu [parser] It is a static error for a Fortress program to contain any …
(edit) @2779 [2779] 15 months sukyoungryu [parser] Characters allowed only within comments and string and character …
(edit) @2765 [2765] 15 months black String comparison passes tests! This includes SubString?' objects …
(edit) @2759 [2759] 15 months sukyoungryu [parser] Implemented some static checks on characgter literals. Closed …
(edit) @2755 [2755] 15 months dr2chase Fixes for compiled environments -- mostly they work, but are switched off, …
(edit) @2752 [2752] 15 months sukyoungryu [parser] Provides better error messages for unbalanced comments.
(edit) @2751 [2751] 15 months sukyoungryu [copyright] Fixed a copyright notice.
(edit) @2750 [2750] 15 months jmaessen Partial cleanup of getters and setters. FortressLibrary, …
(edit) @2743 [2743] 15 months sukyoungryu [parser] The opening and closing marks of character literals 'match', …
(edit) @2742 [2742] 15 months sukyoungryu [parser] The opening and closing marks of string literals 'match', i.e., …
(edit) @2740 [2740] 15 months angelee [desugarer] implemented static type parameters captured by object …
(edit) @2739 [2739] 15 months black Next iteration of CordedStrings?, with substring nodes. Comparison of …
(edit) @2736 [2736] 15 months sukyoungryu [copyright] Fixed a copyright notice.
(edit) @2732 [2732] 15 months angelee [desugarer] implemented code for handling static type params captured by …
(edit) @2713 [2713] 15 months dr2chase The interpreter is no longer performing imports, and instead relies on …
(edit) @2706 [2706] 15 months angelee [desugarer] added test cases for objExpr capturing immutable variables.
(edit) @2702 [2702] 15 months sukyoungryu [disambiguator] Fixed handling typecase bindings in the shadow detector. …
(edit) @2698 [2698] 15 months sukyoungryu [copyright] Fixed copyright notices.
(edit) @2695 [2695] 15 months nbeckman [disambiguator] We now report errors if a unqualified reference to a type …
(edit) @2682 [2682] 15 months mspiegel [library] Added minimum() and maximum() methods to ZZ32 and ZZ64. These …
(edit) @2672 [2672] 15 months angelee [desugarer] implemented code for handling mutable vars captured by object …
(edit) @2669 [2669] 15 months sukyoungryu [setter desugarer] Removed the atomic/var modifier from the generated …
(edit) @2667 [2667] 15 months sukyoungryu [setter desugarer] Fixed a bug recognizing settable fields without …
(edit) @2665 [2665] 15 months sukyoungryu [tests] Added a test file for the getter/setter desugarer.
(edit) @2664 [2664] 15 months sukyoungryu [desugarer] Implemented setter desugaring.
(edit) @2660 [2660] 16 months nbeckman [disambiguator, tests, bugfix] - This commit was primarily intended as a …
(edit) @2653 [2653] 16 months EricAllen Brought automatic getter generation online. Moved the getter desugar to …
(edit) @2648 [2648] 16 months mspiegel [library] Added the DIVIDES operator to trait Integral, with some test …
(edit) @2635 [2635] 16 months jmaessen Can't reproduce Bug #160 anymore, so eliminated the workarounds. We'll see …
(edit) @2634 [2634] 16 months jmaessen Added strToInt (convert String to ZZ32) to FortressLibrary.fss. This …
(edit) @2633 [2633] 16 months sukyoungryu [copyright] Fixed copyright notices.
(edit) @2631 [2631] 16 months sukyoungryu [shell] Fixed the problem of failing only with JUnit tests.
(edit) @2628 [2628] 16 months angelee [desugarer] implemented code for handling mutable varRefs captured by …
(edit) @2619 [2619] 16 months black The great restructuring of the world consequent on turning String into a …
(edit) @2618 [2618] 16 months jmaessen [interpreter] Permit unification of overloaded functions passed as …
(edit) @2609 [2609] 16 months EricAllen Turned on shadowing detection, after fixing remaining bugs in the detector …
(edit) @2606 [2606] 16 months jmaessen [Interpreter] Bunches of whiatespace cleanup, primarily to tasks. Added …
(edit) @2603 [2603] 16 months sukyoungryu [parser] Supports more Unicode characters in Fortress programs.
(edit) @2601 [2601] 16 months sukyoungryu [parser] Implemented the following synonym operators: HYPHEN-MINUS …
(edit) @2598 [2598] 16 months sukyoungryu [parser] Supports more Unicode characters in Fortress programs including …
(edit) @2582 [2582] 16 months angelee [desugarer] Restructured the FreeNameVisitor? to traverse the entire AST …
(edit) @2571 [2571] 16 months sukyoungryu [test] Fixed a JU test for the closure conversion. [copyright] Fixed a …
(edit) @2570 [2570] 16 months dr2chase [interpreter] reference overloaded operators via rewritten nodes (ant …
(edit) @2550 [2550] 16 months sukyoungryu [copyright] Fixed copyright notices.
(edit) @2541 [2541] 16 months sukyoungryu [test] Added a JUTest for the closure conversion of object expressions.
(edit) @2519 [2519] 16 months jmaessen Fix shadowing problems in the libraries and tests. At this point I …
(edit) @2517 [2517] 16 months chf Removing nestedTransactions1.fss
(edit) @2512 [2512] 16 months sukyoungryu [test] Fixed a missing open parenthesis.
(edit) @2511 [2511] 16 months sukyoungryu [copyright] Fixed copyright notices.
(edit) @2508 [2508] 16 months chf move test to not_passing_yet
(edit) @2503 [2503] 16 months EricAllen Implemented static shadowing detection. (But it is offline until all …
(edit) @2483 [2483] 16 months chf Dial back nestedTransactons1
(edit) @2472 [2472] 16 months nbeckman [test] Fixed the mondial.fss test.
(edit) @2452 [2452] 16 months jon [tests] arise from your grave. bring back accidentally deleted test
(edit) @2450 [2450] 16 months jon [syntax] merge syntax branch to trunk. add support for nonterminal with …
(edit) @2444 [2444] 16 months nbeckman [desugaring] Put in a new desugaring pass that goes before the …
(edit) @2436 [2436] 16 months sukyoungryu [tool] ast->concrete: more fixes
(edit) @2419 [2419] 16 months jmaessen [Library, static analysis, tests] Added type Object to …
(edit) @2417 [2417] 16 months jmaessen [tests] This test contained a rather obvious concurrency bug that made it …
(edit) @2373 [2373] 16 months chf break up nested transaction tests
(edit) @2367 [2367] 16 months EricAllen More extensions to automatic getter/setter generator. Modifications to …
(edit) @2362 [2362] 16 months sukyoungryu [tests] Added a test file for finding a Fortress file buried in a …
(edit) @2348 [2348] 16 months dr2chase [test] moved passing tests into tests, upgraded them to be self-checking
(edit) @2345 [2345] 16 months dr2chase [test] Renamed/repaired some tests
(edit) @2326 [2326] 16 months chf nested parallel transactions
(edit) @2323 [2323] 16 months sukyoungryu [copyright] Fixed copyright notices.
(edit) @2320 [2320] 16 months sukyoungryu [parser] Numeric literals may now contain apostrophes, for sure.
(edit) @2319 [2319] 16 months sukyoungryu [interpreter/tests] Fixed the toString method of …
(edit) @2317 [2317] 16 months sukyoungryu [tests] Fixed test files.
Note: See TracRevisionLog for help on using the revision log.