coatl

Member Since
Mar 30, 2009 (9 months)

Following 1 githubber and watching 13 repositories view all →

Public Repositories (9)

  • polyglot

    github clone of svn://rubyforge.org/var/svn/polyglot/trun

    legend

    Forked from githubsvnclone/polyglot Tue Nov 17 17:25:37 -0800 2009

    Last updated Tue Jan 05 00:48:08 -0800 2010

  • redparse

    RedParse is a ruby parser written in pure ruby.

    legend

    Last updated Sun Jan 03 13:21:20 -0800 2010

  • rubylexer

    RubyLexer is a hyper-correct lexer library for Ruby, written in Ruby.

    legend

    Last updated Sat Jan 02 18:06:58 -0800 2010

  • sequence

    Sequence provides a unified api for access to sequential Ruby data types, like Strings, Arrays, F...

    legend

    Last updated Fri Jan 01 14:36:00 -0800 2010

  • ron

    Well, who needed another serialization format? Not me, but that's what I've made. Ruby Object Not...

    legend

    Last updated Fri Jan 01 14:35:48 -0800 2010

  • reg

    Reg is a library and language for pattern matching in ruby data structures. Reg provides Regexp-...

    legend

    Last updated Wed Dec 16 21:45:15 -0800 2009

  • ocelot

    Caleb Clausen's type-inducting ruby-to-c converter

    legend

    Forked from cout/ocelot Thu Dec 03 21:53:46 -0800 2009

    Last updated Sat Nov 21 00:22:30 -0800 2009

  • pathman

    pathman or path manager assembles groups of projects so that they can be used together smoothly

    legend

    Last updated Tue Nov 17 17:35:08 -0800 2009

  • rubymacros

    RubyMacros is a lisp-like macro pre-processor for Ruby. More than just a purely textual substitu...

    legend

    Last updated Tue Nov 17 16:48:59 -0800 2009

Public Activity feed

coatl pushed to master at coatl/polyglot Tue Jan 05 00:48:09 -0800 2010
HEAD is 7b7b4c2cf0c3a3671e27c00349af3de33c74ebf4

6 commits »

coatl closed issue 1 on coatl/rubylexer Mon Jan 04 14:03:20 -0800 2010
doesn't run on 1.9
coatl closed issue 1 on coatl/redparse Mon Jan 04 12:39:49 -0800 2010
slow--wants to cache files somehow
coatl pushed to master at coatl/redparse Sun Jan 03 13:21:20 -0800 2010
HEAD is 843ea3a7753c29e22b4eb4c6c57c847b1ec2aea6
  • coatl committed 843ea3a7:
    keeping requirements description up to date
coatl pushed to master at coatl/redparse Sat Jan 02 23:20:17 -0800 2010
HEAD is cd4fbec790d101fab71f60ad125c867903954ddf
  • coatl committed cd4fbec7:
    don't write parse_tree_server.rc in bin mode
coatl pushed to master at coatl/redparse Sat Jan 02 22:43:50 -0800 2010
HEAD is dd38886d6d3390c4dfda1c358330bb7385d19284
  • coatl committed dd38886d:
    hint to user to run generate_parse_tree_server_rc.rb if server has startup errors
coatl pushed to master at coatl/redparse Sat Jan 02 22:42:58 -0800 2010
HEAD is 49c8cbb861c272355e1c5b0b1e7b0770823415a8
  • coatl committed 49c8cbb8:
    look in ~/.redparse/parse_tree_server.rc for dirs which might contain parse_tree and friends to add to $:
coatl pushed to master at coatl/redparse Sat Jan 02 22:41:54 -0800 2010
HEAD is 3386d61fba4e379a2b853a408e103b27e95e90fb
  • coatl committed 3386d61f:
    (another) copy of the find_home utility
coatl pushed to master at coatl/redparse Sat Jan 02 22:40:58 -0800 2010
HEAD is 8dda3ed9d8581e81c5916ecd0e78cf5002956bf0
  • coatl committed 8dda3ed9:
    helper script to generate the list of dirs needed to be able to require 'parse_tree'
coatl pushed to master at coatl/redparse Sat Jan 02 19:51:21 -0800 2010
HEAD is ef34623e356d56e33c20f89f7dcbeb3443698687
  • coatl committed ef34623e:
    slightly better error message if ruby 1.8+parse_tree not found
coatl pushed to master at coatl/redparse Sat Jan 02 19:50:26 -0800 2010
HEAD is 8e3233dda80f50f159f0c3b905eb913afe80ea68
  • coatl committed 8e3233dd:
    ensure io channels are set up properly before verifying server running under 1.8+parse_tree so that if server abends, it can send its exception to client
coatl pushed to master at coatl/redparse Sat Jan 02 19:48:17 -0800 2010
HEAD is f1ec862973a09600126b30779973834faa54f2c4
  • coatl committed f1ec8629:
    if exception during server startup, send exception to client before abending
coatl pushed to master at coatl/redparse Sat Jan 02 19:46:00 -0800 2010
HEAD is 879b61b4875aa97b4cc5a0061ffe70e6d1f08a76
  • coatl committed 879b61b4:
    if server returns exception from its very 1st command (the version command), clean up nicely and put out an error message explaining what's (probably) wrong
coatl pushed to master at coatl/redparse Sat Jan 02 19:42:16 -0800 2010
HEAD is 07bffe662c3fc734dced8b5d8331b3af1b47d459
coatl pushed to master at coatl/redparse Sat Jan 02 19:27:52 -0800 2010
HEAD is 118c461514cfb1dec76d4e5ae14a2ed0f1a9cd18
  • coatl committed 118c4615:
    on read fail, warning should say read failed, not write
coatl pushed to master at coatl/rubylexer Sat Jan 02 18:06:58 -0800 2010
HEAD is 880652b645746ac39fdca5f9c7518ccba41ae0f0
  • coatl committed 880652b6:
    when something goes wrong, try to print info to output in a more readable way
coatl pushed to master at coatl/rubylexer Sat Jan 02 18:04:37 -0800 2010
HEAD is 0aa3e595f1fbbee5accf209b01dc4f47b8fec9c6
  • coatl committed 0aa3e595:
    create regexp to scan til end of string in a way that won't have 1.9 complaining about incomplete escape sequences
coatl pushed to master at coatl/rubylexer Sat Jan 02 18:01:18 -0800 2010
HEAD is b6095057676276b5db6fa4711658a0e158f59f93
  • coatl committed b6095057:
    use join instead of to_s to gue together arrays
coatl pushed to master at coatl/redparse Fri Jan 01 14:36:19 -0800 2010
HEAD is a8c7b22b8c158f73829fefcd2fc8ea8b5d55865d
coatl pushed to master at coatl/rubylexer Fri Jan 01 14:36:09 -0800 2010
HEAD is 1a6ff3e0b5ed683120b7b32a7f7b8966cfdebf11
coatl pushed to master at coatl/sequence Fri Jan 01 14:36:01 -0800 2010
HEAD is 6ae955d51a845d73a688a6495add62062d9f4196
coatl pushed to master at coatl/ron Fri Jan 01 14:35:48 -0800 2010
HEAD is 79aee2b17d14e4f182f543f98cedb06e16f71c0b
coatl pushed to master at coatl/ron Sun Dec 27 18:42:18 -0800 2009
HEAD is 8a2706e17694ac34868ecbbd547ad23ae456941e
coatl pushed to master at coatl/ron Sun Dec 27 18:41:55 -0800 2009
HEAD is e83a6e3939b2bf3f25fb629ab5ff20b6639c28ba
  • coatl committed e83a6e39:
    another instance_variables call that might return list of symbols
coatl pushed to master at coatl/ron Sun Dec 27 18:41:00 -0800 2009
HEAD is 017a41b1d206aa86807fe0e20d9938f470962a6b
  • coatl committed 017a41b1:
    oops, use assert_equal, not assert to check 2 items are equal
coatl pushed to master at coatl/ron Sun Dec 27 18:40:13 -0800 2009
HEAD is 55e4e02c0a394b36bd50a3078cf97497a4ac64cf
  • coatl committed 55e4e02c:
    disable gc during bodies of tests, to avoid problems with weakrefs going stale
coatl pushed to master at coatl/ron Sun Dec 27 18:38:58 -0800 2009
HEAD is de19a5e4f7dc15412fb41e3d2982f09b0c65868f
  • coatl committed de19a5e4:
    better tolerate 1.9 array assignment semantics during GraphEdge::Array#replace
coatl pushed to master at coatl/ron Sun Dec 27 18:37:25 -0800 2009
HEAD is 43f6ef70348512ca787e81ffdd72603f3fe93803
  • coatl committed 43f6ef70:
    get rid of (handled) exceptions during initialization
coatl pushed to master at coatl/ron Sun Dec 27 18:36:55 -0800 2009
HEAD is 18e197679ab8d78152db271d8c304392c0982fcf
  • coatl committed 18e19767:
    use a less likely name in proc when serializing binding, to make collisions less probable
coatl pushed to master at coatl/ron Sun Dec 27 18:36:00 -0800 2009
HEAD is 6fc0a1c2f8ebf3839726eec4659d20a33265cd89
  • coatl committed 6fc0a1c2:
    better tolerate name collisions when extending Bindings (to be able to serialize it)
coatl pushed to master at coatl/ron Sun Dec 27 18:34:14 -0800 2009
HEAD is fc8b96b0c3892bd5a6899b90e6cf0a49a3e39a22
  • coatl committed fc8b96b0:
    don't use critical section any more (and 1.9 no like it anyway)
coatl pushed to master at coatl/ron Sun Dec 27 18:33:07 -0800 2009
HEAD is d54e4dc40a7fffb6c0f1e3dbbdb0ee325bcd26e7
  • coatl committed d54e4dc4:
    make Ron::CaptureCtx into a thread-local (and not a list anymore)
coatl pushed to master at coatl/ron Sun Dec 27 18:31:22 -0800 2009
HEAD is 02c754d89023ee1d13609e6277f5e8f26f729790
  • coatl committed 02c754d8:
    tolerate lists of symbols in instance_variables/instance_methods (for 1.9)
coatl pushed to master at coatl/ron Mon Dec 21 13:24:30 -0800 2009
HEAD is afce29f1f2508042a876456520f4a835ab0f881b
  • coatl committed afce29f1:
    actually require the file containing the more accurate Float#to_s
coatl pushed to master at coatl/redparse Mon Dec 21 12:06:03 -0800 2009
HEAD is 5d0b1d8a247f35a8d3c5690fbe2a5b3a70ac8192