openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
R
redsun
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Mar 17, 2025 — Mar 17, 2026
Showing page 1 of 3
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Supporting 2 param format for raise. Some fixes and support for 2 parameter format for raise.
Jonathan Branam
More...
over 17 years ago
Fixing some remaining bugs in raise and rescue. More tests now execute properly. Setup proper BasicObject.method_missing which was missing and causing failure issues. Fixed a bug with creating the iseq from the rescue block - it needed a parent Implemented some missing methods and support for better exceptions.
Jonathan Branam
More...
over 17 years ago
Completed implementation of intial raise and rescue. Correctly raised and rescued a single exception from a string. Doesn't handle raising custom exceptions yet. Does propogate the raise through the stack.
Jonathan Branam
More...
over 17 years ago
Implement raising a single string argument and global error trap. raise will correctly throw a Flash Error (RTag class) when executed. Exception will only be properly caught at the outermost execution frame of the interpreter.
Jonathan Branam
More...
over 17 years ago
Removing dead file. Preso launch merged into regular launch.
Jonathan Branam
More...
over 17 years ago
Bunch of random cleanup of ugly code.
Jonathan Branam
More...
over 17 years ago
Updating README.
Jonathan Branam
More...
over 17 years ago
Fixed respond_to? on Flash objects, implement proc, final slideshow. respond_to? was spelled responds_to? on Flash objects, also didn't convert underscores to camel case. Both fixed. proc AS3 method should have accepted and ignored all params Final slide show for RubyConf 2008 presentation of Red Sun
Jonathan Branam
More...
over 17 years ago
String each_line and +. instance_exec - preso work. Implemented instance_exec to support preso DSL. String each_line and + implemented. Work on preso DSL.
Jonathan Branam
More...
over 17 years ago
Bugs in block conversion to Proc fixed. One bug comparing StackPointers with == instead of .equals Added extra clone() for when copying StackPointers during env copy. Fixed in heap test for env.
Jonathan Branam
More...
over 17 years ago
More math methods, fixes to passing args to Flash constructor. More math methods for mixed type math operations. Was incorrectly stripping first argument to Flash constructors (copied code from method_missing which has the method name as the first arg) Work on slideshow, layout, better DSL, etc.
Jonathan Branam
More...
over 17 years ago
Impl. method return multiple values. Fix _ camel event conversion. More work on preso framework and demos. Slide show DSL...
Jonathan Branam
More...
over 17 years ago
Added translation from underscores to camelCase in Ruby->AS3 calls.
Jonathan Branam
More...
over 17 years ago
Implemented alias_method and some fix and float ops. Neede alias_method to access superclass method from another method. Crazy. Looks like I need Kernel#define_method to create a new method that gets the scope variables. Framework development stresses the VM.
Jonathan Branam
More...
over 17 years ago
Critical fixes to include classes and yielding. Found bug where include classes had wrong type. Found bug where yielding was manipulating the stack incorrectly. Work on preso framework.
Jonathan Branam
More...
over 17 years ago
More Ruby bytecodes implemented. Presentation framework work. Trying to get greater coverage on Ruby bytecodes to have a slide to show how close I am. Also, working on SlideShow framework.
Jonathan Branam
More...
over 17 years ago
Some math and array implementations for RubyConf preso. Implemented some operations on mixed type int and float. Worked through some missing opcodes from insns.def.
Jonathan Branam
More...
over 17 years ago
More functionality for demos. not operator.
Jonathan Branam
More...
over 17 years ago
Fixed bug in Array and Proc env creation, implemented Array#each.
Jonathan Branam
More...
over 17 years ago
Global on handler implemented successfully using Proc code.
Jonathan Branam
More...
over 17 years ago
Basic Proc working through ¶m for callbacks
Jonathan Branam
More...
over 17 years ago
Playing with preso app. Impl opt_length and fix_to_s.
Jonathan Branam
More...
over 17 years ago
Research on callbacks (failed), work on procs, require implemented. Researching callbacks. Needs working Proc to be correct. Getting Proc to work is a large task, not within current time frame. Implemented cheap require support in ramaze by finding opcodes and inserting compiled opcodes from other file.
Jonathan Branam
More...
over 17 years ago
Support def obj.method(p); end syntax.
Jonathan Branam
More...
over 17 years ago
Implement super opcode. Also floating point numbers.
Jonathan Branam
More...
over 17 years ago
Experiment with style and Asterism
Jonathan Branam
More...
over 17 years ago
Impl basic branching. Enabling Asterism demo. Basic branching implemented by searching for destination label. Obviously very slow. Implementing features needed for Asterism demo plans.
Jonathan Branam
More...
over 17 years ago
Fixed to operators and interning and initial hash impl.
Jonathan Branam
More...
over 17 years ago
Fixed stack error and id check to enable attr_accessor. Got attr_accessor to work.
Jonathan Branam
More...
over 17 years ago
Implementing some more instance and attr set opcodes. Also, fix to setn opcode which was broken.
Jonathan Branam
More...
over 17 years ago
←
1
2
3
→
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