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
B
bash-lambda
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 15 hours
ago. based on code collected
about 15 hours
ago.
Jul 12, 2024 — Jul 12, 2025
Showing page 1 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added docker image for testing
Spencer Tipping
More...
over 7 years ago
Deprecation notice
Spencer Tipping
More...
almost 12 years ago
Probably fix filesystem umount bug
Spencer Tipping
More...
over 12 years ago
Guarding heap initialization.
Spencer Tipping
More...
over 12 years ago
Fixed two bugs. One is a series of errors that arise when you have no PROMPT_COMMAND, and the other is a conflict that happens when you run a subshell.
Spencer Tipping
More...
over 12 years ago
There, fixed it
Spencer Tipping
More...
over 12 years ago
Gah
Spencer Tipping
More...
over 12 years ago
Fix annoying path bug
Spencer Tipping
More...
over 12 years ago
Added defalias
Spencer Tipping
More...
over 12 years ago
Fixed bug in ref_resolve; now remote function execution works again
Spencer Tipping
More...
over 12 years ago
Some small bugfixes and a much more useful standard library.
Spencer Tipping
More...
over 12 years ago
Killing any running GC before exiting. This should fix occasional rmdir-failure errors.
Spencer Tipping
More...
over 12 years ago
Fixed the drop function
Spencer Tipping
More...
over 12 years ago
Trivial fix
Spencer Tipping
More...
over 12 years ago
Improved reference enumeration, but hit a major snag. Named functions create ambiguous and unfollowable references; not a problem because of the permanent section, but problematic if we want to serialize a subset of the heap to send somewhere. (We need to send the whole permanent set over too.)
Spencer Tipping
More...
over 12 years ago
Oops, properly fixed GC. The problem was that it failed to treat the permanent objects as roots; they were just uncollectable.
Spencer Tipping
More...
over 12 years ago
Fixed the garbage collector. It had incorrect semantics for dealing with symlinks (which is a tricky situation in any case, since symlinks could point to pipes)
Spencer Tipping
More...
over 12 years ago
Added shebang lines to externed functions, just in case.
Spencer Tipping
More...
over 12 years ago
Explaining the presence of the lambda
Spencer Tipping
More...
over 12 years ago
Added interactive editing of the rcfile using the "defs" function
Spencer Tipping
More...
over 12 years ago
Removed scary-looking disclaimer. What could possibly go wrong? (Though in seriousness, bash-lambda has been surprisingly robust for the tests I have run)
Spencer Tipping
More...
over 12 years ago
List library improvements; a much faster partition function using the split command
Spencer Tipping
More...
over 12 years ago
Support full ls options for heap_ls
Spencer Tipping
More...
over 12 years ago
Ported fix from @algernon: use TMPDIR if set.
Spencer Tipping
More...
over 12 years ago
Added unsafe_get for futures
Spencer Tipping
More...
over 12 years ago
Oops
Spencer Tipping
More...
over 12 years ago
Asynchronous initialization and more details in the README
Spencer Tipping
More...
over 12 years ago
Some new types, more multimethods, and fixed futures and parallel mapping. It is slower now, but much safer.
Spencer Tipping
More...
over 12 years ago
Working on remotes, parallel execution, and semaphores. Need to fix a bug that prevents future processes from terminating.
Spencer Tipping
More...
over 12 years ago
README
Spencer Tipping
More...
over 12 years ago
←
1
2
→
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