root/trunk/ProjectFortress/tests

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4195 [4195] 2 months jmaessen [library] Use getters in compiled code (and fix up some getter references …
(edit) @4168 [4168] 2 months chf birdcount file conversion
(edit) @4156 [4156] 2 months sukyoungryu [disambiguator] Replaced ExprDisambiguator? in Java with one in Scala. …
(edit) @4130 [4130] 3 months sukyoungryu [disambiguator] Fixed handling getters and setters in ExprDisambiguator?. …
(edit) @4124 [4124] 3 months sukyoungryu [disambiguator] Fixed disambiguation of labels.
(edit) @4058 [4058] 4 months sukyoungryu [interpreter tests] Fixed an interpreter test using the old function …
(edit) @3796 [3796] 6 months sukyoungryu [static checker] Implemented type well-formedness check. Finished …
(edit) @3783 [3783] 6 months sukyoungryu [static checker] Implemented static overloading checking of dotted method …
(edit) @3779 [3779] 6 months Crink Reversals of generators, together with more controversial code for …
(edit) @3775 [3775] 6 months sukyoungryu [syntax] Implemented the new syntax: 'as' in type ascription is replaced …
(edit) @3713 [3713] 7 months jrhil47 [Static End] Added and disambiguated self types.
(edit) @3675 [3675] 7 months jmaessen [libraries] Fixed bug in shuffle (and added test to see that shuffling was …
(edit) @3664 [3664] 7 months jmaessen [tests] fixed oversight on getEnvironment->getProperty for these tests.
(edit) @3645 [3645] 7 months jmaessen [libraries, demos] Replace emptyList[\T\]() by <|[\T\] |> throughout, …
(edit) @3603 [3603] 8 months sukyoungryu [syntax] Added DAGGER (U+2020) and DOUBLE DAGGER (U+2021) to the valid …
(edit) @3581 [3581] 8 months jmaessen IntMap? implementation with tests. Provides maps with ZZ64 keys, using a …
(edit) @3569 [3569] 8 months jmaessen Fair shuffle operation for arrays (in place), lists, and immutable arrays …
(edit) @3550 [3550] 9 months sukyoungryu [copyright] Fixed the copyright notices.
(edit) @3546 [3546] 9 months jmaessen Changed Executable api to have no arguments; program arguments are now …
(edit) @3495 [3495] 9 months sukyoungryu [parser] Export statements can come before import statements.
(edit) @3492 [3492] 9 months sukyoungryu [parser] Generalized the operators for maps: from curly braces to any …
(edit) @3478 [3478] 9 months sukyoungryu [tests] Syntax errors for the test files in the …
(edit) @3465 [3465] 9 months sukyoungryu [parser] Declarations named '_' are allowed only at top-level in …
(edit) @3457 [3457] 9 months sukyoungryu [parser] Revised the types grammar.
(edit) @3320 [3320] 10 months sukyoungryu [disambiguator] Fixed a disambiguator bug reported by Angelina. Added a …
(edit) @3312 [3312] 10 months jmaessen Fixed inconsistencies between interfaces and implementations, added test …
(edit) @3310 [3310] 10 months EricAllen Refactored CompilerBuiltin?, CompilerLibrary?. Fixed tests accordingly. …
(edit) @3287 [3287] 11 months jmaessen Renamed JavaString to FlatString in line with discussion. This will …
(edit) @3278 [3278] 11 months sukyoungryu [copyright] Fixed copyright notices.
(edit) @3262 [3262] 11 months sukyoungryu [cleanup] Deleted some obsolete code. Improved some error messages.
(edit) @3253 [3253] 11 months sukyoungryu [parser] Implemented the new foreign language imports: - Disallowed …
(edit) @3252 [3252] 11 months jmaessen [interpreter, testing] David's refactoring lost change that supported the …
(edit) @3251 [3251] 11 months dr2chase [repository, mostly] some cleanup of graph repository
(edit) @3237 [3237] 11 months jmaessen [libraries, tests] Replace toString by asString throughout.
(edit) @3235 [3235] 11 months jmaessen Library changes to fix tennisRanking
(edit) @3223 [3223] 11 months jmaessen [tests] Neglected to svn add test for last bug fix. Here it is.
(edit) @3209 [3209] 12 months jmaessen Frobbed to make a bit more location-independent.
(edit) @3204 [3204] 12 months black Added shells script to test printing to stdOut in the presence of …
(edit) @3201 [3201] 12 months emoken Implementation of generators-of-generators excluding codes to desugar …
(edit) @3196 [3196] 12 months black The new world of printing
(edit) @3185 [3185] 12 months dr2chase [interpreter and repository] minor sanitizing of repository data …
(edit) @3151 [3151] 12 months jmaessen [build, tests] Modify build to use the same amount of memory for compiling …
(edit) @3131 [3131] 12 months dr2chase [library, tests] sanitizing getters/setters
(edit) @3124 [3124] 12 months dr2chase [tests] tweaked ifGetter into a failing test
(edit) @3118 [3118] 12 months sukyoungryu [parser] Implemented parsing import statements from foreign language APIs.
(edit) @3110 [3110] 12 months jmaessen Modified test code that test stdout *without* foolishly closing it (which …
(edit) @3108 [3108] 12 months dr2chase Better toString for Graph, added test
(edit) @3103 [3103] 12 months jmaessen Cleanup of Constructor and (especially) NativeConstructor? initialization, …
(edit) @3086 [3086] 12 months jmaessen [tests] Test case demonstrating workaround to #307, and additional test …
(edit) @3080 [3080] 12 months black implemented BufferedWriter? as a primitive type. Needs more tests!
(edit) @3077 [3077] 12 months sukyoungryu [ast] Merged FnDecl? and FnDef? to FnDecl?.
(edit) @3075 [3075] 12 months black Implemented efficient generators for CatString, but not for SubString?. …
(edit) @3061 [3061] 13 months black Improved asExprString for Strings and Ranges, to correspond with Wiki page
(edit) @3056 [3056] 13 months black converted many toString() methods to asString getters
(edit) @3050 [3050] 13 months sukyoungryu [tests] Fixed a broken build: input file handling.
(edit) @3048 [3048] 13 months black Moved a version of LongStringTests? to tests from not_passing_yet. …
(edit) @3046 [3046] 13 months black Fixed a couple of bugs in Strings. Set FlatStringInfo?.maxSize to 25, so …
(edit) @3042 [3042] 13 months black Added factories for fileStreams, to make wordcount work when …
(edit) @3037 [3037] 13 months black Started cleaning the string code. Started renaming toString to asString …
(edit) @3036 [3036] 13 months black Started cleaning the string code. Started renaming toString to asString …
(edit) @3034 [3034] 13 months sukyoungryu [parser] Simplified grammar for dimensions and units. [copyright] Fixed …
(edit) @3031 [3031] 13 months jmaessen Switched map comprehensions and aggregates to use CovariantCollection + …
(edit) @3030 [3030] 13 months black Added >> and << to Range code. Removed from String code. Added …
(edit) @3028 [3028] 13 months sukyoungryu [interpreter] Report the source location for an exception thrown from a …
(edit) @3026 [3026] 13 months angelee [desugarer] Code refactoring: moving some node creation from NodeFactory?
(edit) @3020 [3020] 13 months jmaessen [library] Bug fixes and more thorough testing of covariant collections
(edit) @3018 [3018] 13 months jmaessen [library] Removed well-known degeneracy for sorted lists in quicksort. We …
(edit) @3017 [3017] 13 months sukyoungryu [parser] Minor cleanup
(edit) @3015 [3015] 13 months jmaessen But the experiment was largely a dead end.
(edit) @3014 [3014] 13 months jmaessen Saving this experiment in the revision history for posterity.
(edit) @3010 [3010] 13 months sukyoungryu [syntax checker] Added a simple syntax checker. Added missing types to …
(edit) @3008 [3008] 13 months jmaessen Covariant collections. Required fix to add caching of inferred types.
(edit) @3001 [3001] 13 months black Balancing routines written tested.
(edit) @2999 [2999] 13 months angelee [desugarer]: Implemented handling static params for FnDefs?. Not tested …
(edit) @2995 [2995] 13 months jmaessen Midpoint checkin, some subarray cleanup and some new range indexing code …
(edit) @2992 [2992] 13 months jmaessen Support striding in subarray indexing.
(edit) @2985 [2985] 13 months jmaessen [Library] Bug fix for sequential generate method in FileSupport?.
(edit) @2983 [2983] 13 months jmaessen added simplestRationalBetween.
(edit) @2975 [2975] 13 months jmaessen Rounding now available for all numeric types.
(edit) @2966 [2966] 13 months sukyoungryu [disambiguator] An exit expression without any enclosing label expressions …
(edit) @2964 [2964] 13 months sukyoungryu [tests] Added a test exiting across an object expression.
(edit) @2963 [2963] 13 months sukyoungryu [library/interpreter] Misuse of label/exit throws a Fortress exception …
(edit) @2961 [2961] 13 months black Started constructing long concats as a test case for balancing
(edit) @2960 [2960] 13 months jmaessen A little library for doing timing.
(edit) @2959 [2959] 13 months black Added case-insensitive compare
(edit) @2955 [2955] 13 months black String comparison tests now pass. Renamed cordedStrings to Strings
(edit) @2945 [2945] 14 months sukyoungryu [operators] The operators #, :, and :: are left associative and they have …
(edit) @2944 [2944] 14 months jmaessen Fix for range size bug (including updated tests).
(edit) @2939 [2939] 14 months sukyoungryu [library] Fixed a shadowing bug.
(edit) @2938 [2938] 14 months sukyoungryu [shadow detector] Fixed a bug: type parameters should not shadow other …
(edit) @2932 [2932] 14 months angelee [desugarer] adding the test case for testing shadowing
(edit) @2924 [2924] 14 months jmaessen Constructors for strided ranges. You should now be able to use strided …
(edit) @2920 [2920] 14 months jmaessen Cut over to new range implementation. Strided ranges are not yet …
(edit) @2919 [2919] 14 months sukyoungryu [tests] Deleted printing messages from test functions. They can be shown …
(edit) @2906 [2906] 14 months jmaessen Formatting changes to FortressAstToConcrete? (plus necessary tweaks to …
(edit) @2903 [2903] 14 months jmaessen Fixed bug in bounds for strided full ranges.
(edit) @2901 [2901] 14 months jmaessen Split RangePrototype? into library and test.
(edit) @2900 [2900] 14 months jmaessen Working checkpoint of 2-D Generators.
(edit) @2897 [2897] 14 months sukyoungryu [tests/demos] Made small changes.
(edit) @2893 [2893] 14 months jmaessen Test file for last checkin.
Note: See TracRevisionLog for help on using the revision log.