openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
pyret-lang
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 23, 2024 — Jul 23, 2025
Showing page 19 of 229
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge branch 'master' into horizon
Sorawee Porncharoenwase
More...
over 7 years ago
Merge branch 'master' into horizon
Sorawee Porncharoenwase
More...
over 7 years ago
hotfix
Sorawee Porncharoenwase
More...
over 7 years ago
add more tests
Sorawee Porncharoenwase
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.
Ben Lerner
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.
Ben Lerner
More...
over 7 years ago
Merge pull request #1280 from brownplt/fix-tco
sorawee
More...
over 7 years ago
add comment explaining the bug
Sorawee Porncharoenwase
More...
over 7 years ago
add comment explaining the bug
Sorawee Porncharoenwase
More...
over 7 years ago
fix
Sorawee Porncharoenwase
More...
over 7 years ago
fix
Sorawee Porncharoenwase
More...
over 7 years ago
Disable TCO when arguments are closed over a lambda/method
Sorawee Porncharoenwase
More...
over 7 years ago
Disable TCO when arguments are closed over a lambda/method
Sorawee Porncharoenwase
More...
over 7 years ago
Fix type-let indentation
Philip Blair
More...
over 7 years ago
forgot to include a default option
Ben Lerner
More...
over 7 years ago
Adding simple function-entry/function-exit profiling information
Ben Lerner
More...
over 7 years ago
Merge branch 'horizon'
Joe Gibbs Politz
More...
over 7 years ago
table-from-rows and get-column-names
Joe Gibbs Politz
More...
over 7 years ago
Merge pull request #1250 from brownplt/tuple-fix
Joe Politz
More...
over 7 years ago
Merge branch 'horizon' into tuple-fix
Joe Politz
More...
over 7 years ago
Merge pull request #1254 from brownplt/refactor-load-hooks
Joe Politz
More...
over 7 years ago
Addressing Joe's review comments
Ben Lerner
More...
over 7 years ago
refactor the postLoadHook creation so that it's only done once...
Ben Lerner
More...
over 7 years ago
Forgot to fix typos
Ben Lerner
More...
over 7 years ago
fixing type-check-tests so they all run
Ben Lerner
More...
over 7 years ago
Making sure we examine the actual output of running the programs in type-checking mode
Ben Lerner
More...
over 7 years ago
Attempt to use run-typed-file
mkolosick
More...
over 7 years ago
Reverts 8b21d67
mkolosick
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.
Ben Lerner
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.
Ben Lerner
More...
over 7 years ago
←
1
2
…
15
16
17
18
19
20
21
22
23
…
228
229
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree