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