evanphx (Evan Phoenix)

Name
Evan Phoenix
Email
Website/Blog
http://blog.fallingsnow.net
Company
Engine Yard
Location
Los Angeles, CA
Member Since
Jan 12, 2008 (over 2 years)

Following 0 coders and watching 46 repositories view all →

Public Repositories (13)

  • rubinius

    Rubinius, the Ruby VM

    legend

    Last updated Tue Feb 09 16:00:46 -0800 2010

  • gx

    A set of git tools

    legend

    Last updated Thu Jan 28 10:08:05 -0800 2010

  • cijoe

    CI Joe is a simple Continuous Integration server.

    legend

    Forked from defunkt/cijoe Wed Dec 30 11:08:26 -0800 2009

    Last updated Wed Dec 30 17:19:23 -0800 2009

  • rubygems

    From the Subversion repo. Forks and pull requests welcome.

    legend

    Forked from jbarnette/rubygems Tue Nov 24 17:21:34 -0800 2009

    Last updated Thu Nov 26 14:53:51 -0800 2009

  • terminalcolours

    A SIMBL plug-in for Terminal in Leopard which allows customisation of the text colours

    legend

    Forked from ciaran/terminalcolours Fri Aug 28 18:52:31 -0700 2009

    Last updated Fri Aug 28 18:55:19 -0700 2009

  • ffi

    Ruby FFI

    legend

    Forked from ffi/ffi Wed Aug 05 22:43:26 -0700 2009

    Last updated Wed Aug 05 16:15:18 -0700 2009

  • irccat

    irccat is like `cat`, but here, the STDOUT is an IRC channel.

    legend

    Forked from webs/irccat Wed Sep 17 15:01:59 -0700 2008

    Last updated Sat Jun 06 18:57:56 -0700 2009

  • evanphx.github.com

    My page

    legend

    Last updated Tue Dec 16 23:46:34 -0800 2008

  • integrity

    The easy and fun Continuous Integration server

    legend

    Forked from foca/integrity Wed Dec 10 16:46:57 -0800 2008

    Last updated Wed Dec 10 22:54:20 -0800 2008

  • rake

    A make-like build utility for Ruby.

    legend

    Forked from jimweirich/rake Wed Sep 17 22:24:54 -0700 2008

    Last updated Wed Sep 17 22:25:52 -0700 2008

  • osx-notify

    A tiny, ruby like, wrapper for OS X's notifications

    legend

    Last updated Thu Jun 12 23:16:58 -0700 2008

  • dr-nic-magic-awesome

    Magically fix your projects overnight!

    legend

    Forked from jbarnette/dr-nic-magic-awesome Thu Jun 05 16:02:45 -0700 2008

    Last updated Thu Jun 05 16:02:47 -0700 2008

  • gemjour

    Serve and install gems over Bonjour

    legend

    Last updated Wed Jun 04 09:02:56 -0700 2008

Public Activity feed

evanphx pushed to master at evanphx/rubinius Tue Feb 09 16:00:46 -0800 2010
HEAD is dc19420e328be4cc9a1611e0165d99f45f0aa9a8
  • Evan Phoenix committed dc19420e:
    Cleanup Globals.set_hook API
evanphx pushed to master at evanphx/rubinius Tue Feb 09 15:10:29 -0800 2010
HEAD is d25e54bebf9ecab853bd18e4383d85e6c8a708a6
  • Evan Phoenix committed d25e54be:
    Speed up String#inspect, implement KCode support
evanphx pushed to master at evanphx/rubinius Mon Feb 08 17:34:12 -0800 2010
HEAD is 274fd73248512876d89acedb9d2d33eecb4e3356
  • Evan Phoenix committed 274fd732:
    Cleanup backtraces, add Exception#capture_backtrace!
evanphx created gist: 298803 Mon Feb 08 17:19:45 -0800 2010
begin raise "this sucks" rescue RuntimeError => e
evanphx created gist: 298802 Mon Feb 08 17:18:25 -0800 2010
bt = ["nowhere", "that one place", "maybe under the bed"] raise RuntimeError, "this sucks", bt
evanphx closed issue 168 on evanphx/rubinius Mon Feb 08 15:50:45 -0800 2010
handling of exceptions that define a #initialize method inconsistent w.r.t. MRI
evanphx pushed to master at evanphx/rubinius Mon Feb 08 15:50:43 -0800 2010
HEAD is c40a935b43644775a6811891017f05bc07fd1f85

2 commits »

evanphx closed issue 185 on evanphx/rubinius Mon Feb 08 15:29:30 -0800 2010
JIT causes Float.zero? to return true for negative numbers
evanphx pushed to master at evanphx/rubinius Mon Feb 08 15:29:29 -0800 2010
HEAD is 7fe1be7270208d8a9df8b198ea6bbd549bcb1a86

4 commits »

evanphx pushed to master at evanphx/rubinius Fri Feb 05 15:32:01 -0800 2010
HEAD is 92db01fdd2e9f1af435760c9f4eeb448419a28e1

4 commits »

evanphx pushed to master at evanphx/rubinius Thu Feb 04 19:56:46 -0800 2010
HEAD is 5c513d985b688c7b4fb91dea2de7ce44531fe8ee

2 commits »

evanphx pushed to master at evanphx/rubinius Thu Feb 04 19:42:41 -0800 2010
HEAD is b1673f3191e815fdf90726b6c1261ebcc5972ff3
  • Evan Phoenix committed b1673f31:
    Fix rb_str_freeze to return the object passed in
evanphx pushed to master at evanphx/rubinius Thu Feb 04 19:27:50 -0800 2010
HEAD is 34111751b9afc0f314506a875662577a5ef23ac9
  • Evan Phoenix committed 34111751:
    Implement rb_obj_freeze and rb_str_freeze in C-API
evanphx added kronos to rubinius Thu Feb 04 19:10:55 -0800 2010
rubinius is at evanphx/rubinius
evanphx pushed to master at evanphx/rubinius Thu Feb 04 18:50:19 -0800 2010
HEAD is 616c0a8b0e51a8a4a0281d2e9db1584713ffe64b
  • Evan Phoenix committed 616c0a8b:
    Stub out rb_gc() in C-API
evanphx pushed to master at evanphx/rubinius Thu Feb 04 18:36:24 -0800 2010
HEAD is e8549a914c70ef583a5e3fad604744bf48c9cf58
  • Evan Phoenix committed e8549a91:
    Add rb_big2ll to C-API
evanphx pushed to master at evanphx/rubinius Thu Feb 04 18:11:21 -0800 2010
HEAD is 6db232ed790f2dee811108c6c94408abd329d09e
  • Evan Phoenix committed 6db232ed:
    Add rb_define_global_const to C-API
evanphx closed issue 180 on evanphx/rubinius Thu Feb 04 14:46:40 -0800 2010
Alias cause StackError exception
evanphx closed issue 179 on evanphx/rubinius Thu Feb 04 14:12:35 -0800 2010
Cannot create vanilla app with rails 2.3.5
evanphx pushed to master at evanphx/rubinius Thu Feb 04 14:12:34 -0800 2010
HEAD is d94820f9de66a5f236dc03198b724e3a8b1a1cc8
  • Evan Phoenix committed d94820f9:
    Support early exit from #find_object. Fixes #179.
evanphx created gist: 295010 Thu Feb 04 11:29:58 -0800 2010
Index: include/llvm/CodeGen/MachineRelocation.h =================================================...
evanphx created gist: 294996 Thu Feb 04 11:16:10 -0800 2010
Index: include/llvm/CodeGen/MachineRelocation.h =================================================...
evanphx created gist: 294899 Thu Feb 04 09:31:17 -0800 2010
#include <sys/time.h> #include <stdio.h>
evanphx pushed to master at evanphx/rubinius Wed Feb 03 18:03:10 -0800 2010
HEAD is 7e7fcdd3b49fcdd25ee72a62da885725de91a3da

3 commits »

evanphx pushed to master at evanphx/rubinius Tue Feb 02 17:45:15 -0800 2010
HEAD is 6eb3b43cc9e679c4c8bc4d06b21d476cfa871217

3 commits »

evanphx closed issue 33 on evanphx/rubinius Tue Feb 02 17:45:15 -0800 2010
Module#append_features does not detect cyclic include
evanphx created gist: 293128 Tue Feb 02 14:41:22 -0800 2010
def blah fib = Rubinius::Fiber.new do
evanphx pushed to master at evanphx/rubinius Tue Feb 02 14:36:21 -0800 2010
HEAD is 2d09dea0bcae0f5b8a04463d1447b0258e50e337

9 commits »

evanphx pushed to master at evanphx/rubinius Fri Jan 29 09:17:34 -0800 2010
HEAD is eaed6e7f5437928e01c767ad081980e6c2e91139
  • Evan Phoenix committed eaed6e7f:
    Remove redundent fails tag
evanphx pushed to master at evanphx/rubinius Fri Jan 29 00:53:11 -0800 2010
HEAD is 2ff4e13545dcfe1ce783a865a95c676cb4d4498e

3 commits »

evanphx pushed to master at evanphx/rubinius Thu Jan 28 23:52:45 -0800 2010
HEAD is bb7a0b6990d1e3a8a6f1431f4dc448233973085e
  • Evan Phoenix committed bb7a0b69:
    Refactor System::vm_find_object into it's own file.
evanphx pushed to master at evanphx/rubinius Thu Jan 28 23:29:21 -0800 2010
HEAD is 06a832898724a42d8ae79aa117ed820d3852eb53
  • Evan Phoenix committed 06a83289:
    Add ability to store object_id in the header (64bit only)
evanphx pushed to master at evanphx/rubinius Thu Jan 28 17:01:55 -0800 2010
HEAD is 4477824e46e825d10848097e3950474e3d6268b2

2 commits »

evanphx created gist: 289210 Thu Jan 28 14:20:28 -0800 2010
class Blah def initialize @blah_bleh = true
evanphx created gist: 289208 Thu Jan 28 14:18:02 -0800 2010
class Blah def initialize @blah_bleh = true