I hereby claim:
- I am mvz on github.
- I am mvz (https://keybase.io/mvz) on keybase.
- I have a public key whose fingerprint is CA1C F616 6060 467D 107C 4ABC 9679 0921 5E73 C9DF
To claim this, I am signing this object:
| #!/usr/bin/env ruby | |
| require 'rubygems' | |
| require 'rubygems/user_interaction' | |
| require 'rubygems/uninstaller' | |
| # New RubyGems? | |
| #specs = Gem::Specification.find_all_by_name do |s| | |
| # s.name != "rails" | |
| #end |
| Rubinius Crash Report #rbxcrashreport | |
| Error: signal SIGSEGV | |
| [[Backtrace]] | |
| bin/rbx[0x57af5c] | |
| /lib/x86_64-linux-gnu/libpthread.so.0(+0xf020)[0x7fddf6c3c020] | |
| bin/rbx(_ZN8rubinius11InlineCache19update_and_validateEPNS_2VMEPNS_9CallFrameEPNS_6ObjectE+0x2c)[0x5851bc] | |
| bin/rbx(rbx_check_serial+0x24)[0x713e04] | |
| [0x7fddf0097a2d] |
| From 61f55004a7ca5bc56448babd2979cd81877e6144 Mon Sep 17 00:00:00 2001 | |
| From: Matijs van Zuijlen <matijs@matijs.net> | |
| Date: Tue, 28 Feb 2012 11:01:48 +0100 | |
| Subject: [PATCH] Explicitely define GLib.strv_get_type. | |
| On older GLibs, this function is not yet properly introspected. | |
| --- | |
| lib/ffi-glib.rb | 6 ++++++ | |
| 1 files changed, 6 insertions(+), 0 deletions(-) |
| #!/usr/bin/env ruby | |
| require 'ffi-gtk3' | |
| require 'github/markup' | |
| GirFFI.setup :WebKit, '3.0' | |
| Gtk.init | |
| WebKit.set_cache_model :document_viewer |
| #!/bin/bash | |
| set -ex | |
| mkdir -p /tmp/repro-rbx-platform-issue | |
| cd /tmp/repro-rbx-platform-issue | |
| bundle env | |
| # Bundler 1.3.5 | |
| # Ruby 2.0.0 (2013-11-22 patchlevel 353) [x86_64-linux-gnu] |
| RSpec.configure do |config| | |
| config.after(:each) do | |
| next if RSpec::Matchers.last_should | |
| result = self.example.metadata[:execution_result] | |
| next if result[:exception] || result[:pending_message] | |
| next if RSpec::Mocks.space.instance_eval { proxies }.any? | |
| raise "No expectations found in example at #{self.example.location}" | |
| end | |
| end |
| class C | |
| def block_param &blk | |
| p blk.call | |
| @foo = 2 | |
| p instance_eval &blk | |
| p blk.call | |
| end | |
| end | |
| @foo = 1 |
I hereby claim:
To claim this, I am signing this object:
| From 1e7a929c1d44d7a368fbe379211183ac6c972920 Mon Sep 17 00:00:00 2001 | |
| From: nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | |
| Date: Wed, 25 Dec 2013 01:42:09 +0000 | |
| Subject: [PATCH] ossl_ssl.c: declare OP_MSIE_SSLV2_RSA_PADDING only if defined | |
| * ext/openssl/ossl_ssl.c (Init_ossl_ssl): Declare a constant | |
| `OP_MSIE_SSLV2_RSA_PADDING` only if the macro is defined. The | |
| `SSL_OP_MSIE_SSLV2_RSA_PADDING` has been removed from latest | |
| snapshot of OpenSSL 1.0.1. [Fixes GH-488] |
| module Rubinius | |
| config = {} | |
| config[:config_file] = "/home/matijs/src/rubinius-3.56/config.rb" | |
| config[:command_line] = ["--prefix=/home/matijs/.rbenv/versions/rbx-3.56", ""] | |
| config[:build_make] = "make" | |
| config[:build_rake] = "rake" | |
| config[:build_perl] = "perl" | |
| config[:llvm_path] = nil | |
| config[:llvm_system_name] = nil | |
| config[:llvm_configure] = "/usr/bin/llvm-config" |