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
Julia Programming Language
Settings
|
Report Duplicate
18
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
2 days
ago.
Nov 28, 2024 — Nov 28, 2025
Showing page 2,322 of 2,324
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
fixing some issues with return and scope-block
Jeff Bezanson
More...
about 16 years ago
a small fix to that
Jeff Bezanson
More...
about 16 years ago
improved conversion to LFF (an intermediate representation with the property that all control flow constructs occur in statement position). my last attempt was a mess. I think I got it right this time.
Jeff Bezanson
More...
about 16 years ago
save checkin for work on lowering
Jeff Bezanson
More...
about 16 years ago
Merge branch 'master' of
[email protected]
:julia
Jeff Bezanson
More...
about 16 years ago
removing direct use of _print
Jeff Bezanson
More...
about 16 years ago
implementing scope rules (except global) for/while loops have their own scopes adding a pass to remove scope blocks adding form (elt... . tail) to pattern language to match list tails more simply
Jeff Bezanson
More...
about 16 years ago
adding ! operator, lifting requirement that false be a singleton sorting out which builtin functions are user-accessible
Jeff Bezanson
More...
about 16 years ago
adding scalar double operations fixing float literals; gambit's integer? means integer-valued?, so "2.0" was turning into an integer. now using flonum? instead.
Jeff Bezanson
More...
about 16 years ago
Merge branch 'master' of
[email protected]
:julia
Jeff Bezanson
More...
about 16 years ago
avoiding reloading start files on every prompt adding color banner. I just have a weakness for stuff like that.
Jeff Bezanson
More...
about 16 years ago
making closure and gf more abstract cleaning up printing for them too
Jeff Bezanson
More...
about 16 years ago
using same representation for all functions. more accurately reflects a real implementation, will work better with closure-converted code adding error() function adding rename-vars; not used yet
Jeff Bezanson
More...
about 16 years ago
clarifying some types; using Size and Index where appropriate making buffers invariant, fixes to allow buffers of both boxed and unboxed types adding basic List type and functions. so far only List[Any] is supported. fixing bug in varargs with 0 arguments fixing bug in julia-mode on else/elseif fixing bug parsing empty blocks
Jeff Bezanson
More...
about 16 years ago
implementing apply and *splat varargs declaration syntax is still "...", will likely change
Jeff Bezanson
More...
about 16 years ago
fixing important bug in subtype some cleanup: • make number type parameters julia numbers instead of primitive numbers • adding subtype() builtin • printing unboxed numbers
Jeff Bezanson
More...
about 16 years ago
much improved printing of types why oh why didn't I do this sooner??! it's so simple!
Jeff Bezanson
More...
about 16 years ago
Merge branch 'master' of
[email protected]
:julia
Jeff Bezanson
More...
about 16 years ago
this is the promised round of type system changes it is now possible to construct types at run time
Jeff Bezanson
More...
about 16 years ago
resolving a conflict
Jeff Bezanson
More...
about 16 years ago
minor changes
Jeff Bezanson
More...
about 16 years ago
Pretty printing of arrays with : this time.
Viral Shah
More...
about 16 years ago
2d transpose.
Viral Shah
More...
about 16 years ago
Tuple indexing is also 1-based now.
Viral Shah
More...
about 16 years ago
Real printing in the REPL, thanks to education from Jeff. You parse & eval the input separately, then build an expression to call print on it
Viral Shah
More...
about 16 years ago
Pretty printing of arrays.
Viral Shah
More...
about 16 years ago
Print arrays.
Viral Shah
More...
about 16 years ago
Buffers are now indexed from 1. Tuples are still indexed from 0.
Viral Shah
More...
about 16 years ago
adding length() function for tuples and buffers
Jeff Bezanson
More...
about 16 years ago
implementing varargs. function signatures like these are supported: function f(x, y...) function f(x...) function f(x, y:int...) etc. parser updated to allow (a...) as a tuple formal argument syntax updated subtype predicate for tuples overhauled, adding some tests error checking about varargs is not very good though
Jeff Bezanson
More...
about 16 years ago
←
1
2
…
2316
2317
2318
2319
2320
2321
2322
2323
2324
→
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