0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' into horizon More... over 7 years ago
Merge branch 'master' into horizon More... over 7 years ago
hotfix More... over 7 years ago
add more tests More... over 7 years ago
Fixes a nasty performance regression: by caching the never-yet-used constructors for CellContents, every single cell would evaluate a new function to create a new constructor. This fixes the memoization so that only the first call of each type is slow. More... over 7 years ago
Fixes a nasty performance regression: by caching the never-yet-used constructors for CellContents, every single cell would evaluate a new function to create a new constructor. This fixes the memoization so that only the first call of each type is slow. More... over 7 years ago
Merge pull request #1280 from brownplt/fix-tco More... over 7 years ago
add comment explaining the bug More... over 7 years ago
add comment explaining the bug More... over 7 years ago
fix More... over 7 years ago
fix More... over 7 years ago
Disable TCO when arguments are closed over a lambda/method More... over 7 years ago
Disable TCO when arguments are closed over a lambda/method More... over 7 years ago
Fix type-let indentation More... over 7 years ago
forgot to include a default option More... over 7 years ago
Adding simple function-entry/function-exit profiling information More... over 7 years ago
Merge branch 'horizon' More... over 7 years ago
table-from-rows and get-column-names More... over 7 years ago
Merge pull request #1250 from brownplt/tuple-fix More... over 7 years ago
Merge branch 'horizon' into tuple-fix More... over 7 years ago
Merge pull request #1254 from brownplt/refactor-load-hooks More... over 7 years ago
Addressing Joe's review comments More... over 7 years ago
refactor the postLoadHook creation so that it's only done once... More... over 7 years ago
Forgot to fix typos More... over 7 years ago
fixing type-check-tests so they all run More... over 7 years ago
Making sure we examine the actual output of running the programs in type-checking mode More... over 7 years ago
Attempt to use run-typed-file More... over 7 years ago
Reverts 8b21d67 More... over 7 years ago
Distinct syntax error for `::` token. The wording is useful only if the double-colon was intended as an annotation. It needs help, since this error will also appear if a user types e.g. `fun foo():: end` and doubles the colon. More... over 7 years ago
Experimental fix to allow parsing arrow annotations directly within tuple annotations, e.g. `{(A -> B); C}`. This should work without any unwanted side-effects on parsing anything else, and all parse-tests pass. More... over 7 years ago