I hereby claim:
- I am gabrielg on github.
- I am gabriel (https://keybase.io/gabriel) on keybase.
- I have a public key whose fingerprint is 2338 5303 84AB 5B93 9FC7 67BF C0A1 00A4 D113 593F
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| require 'rubygems' | |
| require 'mocha' | |
| module Grudge | |
| module Repository | |
| end | |
| end | |
| class Commit | |
| def self.download!(whatever) |
| term xterm-color | |
| multiuser on | |
| hardstatus on | |
| hardstatus alwayslastline | |
| hardstatus string "%{rk}%H %{gk}%c %{yk}%M%d %{wk}%?%-Lw%?%{bw}%n*%f%t%?(%u)%?%{wk}%?%+Lw%?" | |
| bindkey ^[O0 select 0 | |
| bindkey ^[O1 select 1 | |
| bindkey ^[O2 select 2 | |
| bindkey ^[O3 select 3 | |
| bindkey ^[O4 select 4 |
| // | |
| // FileUpload.j | |
| // Editor | |
| // | |
| // Created by Francisco Tolmasky on 03/04/08. | |
| // Copyright 2005 - 2008, 280 North, Inc. All rights reserved. | |
| // | |
| import <Foundation/CPObject.j> | |
| import <Foundation/CPValue.j> |
| # This file can be invoked from the various frameworkinstall... targets in the | |
| # main Makefile. The next couple of variables are overridden on the | |
| # commandline in that case. | |
| VERSION=@VERSION@ | |
| builddir = .. | |
| srcdir=@srcdir@ | |
| prefix=@prefix@ | |
| LIBDEST=$(prefix)/lib/python$(VERSION) | |
| RUNSHARED=@RUNSHARED@ |
| gabriel@threads:~/Code/GitHub/watertower$ xultest -testDir xulapp/test | |
| Running tests... | |
| "/Users/gabriel/Code/GitHub/watertower/xulapp/test/unit/bar_test.js" "/Users/gabriel/Code/GitHub/watertower/xulapp/test/unit/foo_test.js" | |
| F..F | |
| 1) Bar Tests - test should be awesome | |
| FAILED: | |
| 0 assertions, 1 failures, 0 errors |
| #!/usr/bin/env ruby | |
| require 'rubygems' | |
| require 'parse_tree' | |
| require 'unified_ruby' | |
| require 'ruby2ruby' | |
| module ArgumentCoercion | |
| def coerce_def(method_name, coercions) | |
| parser = ParseTree.new(false) |
| #!/usr/bin/env ruby | |
| require 'rubygems' | |
| require 'parse_tree' | |
| require 'unified_ruby' | |
| require 'ruby2ruby' | |
| module ArgumentCoercion | |
| def coerce_def(method_name, coercions) | |
| parser = ParseTree.new(false) | |
| unifier = Unifier.new |
| echoplex:tmp gabriel$ xpcomcore generate app foobar | |
| create .gitignore | |
| create Rakefile | |
| create LICENSE | |
| create README.rdoc | |
| create .document | |
| create lib | |
| create lib/foobar.rb | |
| create test | |
| create test/test_helper.rb |
| echoplex:mms gabriel$ time rake jenga:test | |
| # STUFF | |
| real 14m4.418s | |
| user 19m18.957s | |
| sys 1m9.756s | |
| echoplex:mms gabriel$ time rake test:unit test:functional test:integration | |
| # STUFF | |
| real 17m35.004s | |
| user 14m22.020s | |
| sys 0m53.094s |