My Recent Pastes (173 and counting)

Pastes by Defiler (173 and counting)

Below are the 15 most recent pasties by Defiler.

May 05, 2007
9:42PM EDT
by Defiler

      case '(':
        command_start = Qtrue;
        if (parse_state->lex_state == EXPR_BEG || parse_state->lex_state == EXPR_MID) {
            c = tLPAREN;
        }

May 05, 2007
2:51AM EDT
by Defiler

4f443e84a80501d0e712c62af980376fc7b3fa06
[:method,
 [[:nil],
  [:int, ["n\000\000\000\001", -1]],
  [:int, ["p\000\000\000\000", 0]],

May 05, 2007
2:43AM EDT
by Defiler

65-127-191-188.dia.static.qwest.net>./shotgun/rubinius bin/rasm.rb rubinius ensure.rb                     ~/work/rubinius
[Using local compiler]

[[ __script__ ]]
#line 1

May 04, 2007
8:41PM EDT
by Defiler

  def define_method(name, meth = nil, &prc)
    meth ||= prc
    case meth
    when Proc
      block_env = meth.block

May 04, 2007
8:20PM EDT
by Defiler

65-127-191-188.dia.static.qwest.net>rbx define_method2.rb                                                 ~/work/rubinius
5
Invalid bytecode: 132

An error has occured: Software abort (SIGABRT)

May 04, 2007
8:17PM EDT
by Defiler

CompiledMethod
__ivars__
primitive
required
serial

May 04, 2007
3:23PM EDT
by Defiler

context "Tasks blah blah" do
  users = [:quentin, :manager]
  users.each do |user|
    login_as(user)

May 04, 2007
3:19PM EDT
by Defiler

module TaskSpecs
  specify "should be able to create todos" do
    assert_difference Task, :count, 1 do
      post :create, :parent_id =>1, :todo => { :message => "blah", :due_by => 3.days.since }
    end    

May 04, 2007
2:48PM EDT
by Defiler

An exception has occured:
    No method 'squargle' on an instance of String. (NoMethodError)

Backtrace:
            NoMethodError#initialize at core/exception.rb:47

May 04, 2007
2:02PM EDT
by Defiler

Attempted to access field 4 in an object with 1 fields.
Attempted to access field 4 in an object with 1 fields.

Error: An unhandled exception has terminated this VM.
 => Accessed outside bounds of object (ArgumentError)

May 04, 2007
1:43PM EDT
by Defiler

Index: kernel/core/object.rb
===================================================================
--- kernel/core/object.rb        (revision 962)
+++ kernel/core/object.rb        (working copy)
@@ -108,4 +108,13 @@

May 04, 2007
1:32PM EDT
by Defiler

class Object
 define_method(:blah) do
  puts "hello the shore!"
 end
end

May 04, 2007
3:59AM EDT
by Defiler

class Object
 define_method(:blah) do
  puts "hello the shore!"
 end
end

May 03, 2007
9:44PM EDT
by Defiler

Index: shotgun/lib/grammar.y
===================================================================
--- shotgun/lib/grammar.y        (revision 947)
+++ shotgun/lib/grammar.y        (working copy)
@@ -1008,6 +1008,7 @@

May 03, 2007
6:04PM EDT
by Defiler

/*
 * Copyright (C) Igor Sysoev
 */

Next page

Previous page