Skip to content

Instantly share code, notes, and snippets.

View goyox86's full-sized avatar

Jose Narvaez goyox86

View GitHub Profile
From 3f618a1105dc2f724d42f358a0e93e5f9cb1cadc Mon Sep 17 00:00:00 2001
From: Jose Narvaez <[email protected]>
Date: Sat, 24 Jul 2010 17:28:44 -0430
Subject: [PATCH 2/2] Remove MatchData#string failing tags
---
spec/tags/ruby/core/matchdata/string_tags.txt | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
delete mode 100644 spec/tags/ruby/core/matchdata/string_tags.txt
From b5fd0d635b7937f7716b8b89ca1ab89709c5609a Mon Sep 17 00:00:00 2001
From: Jose Narvaez <[email protected]>
Date: Wed, 28 Jul 2010 12:13:55 -0430
Subject: [PATCH 3/3] Fix for the following Marshal.dump specs:
Marshal.dump returns a tainted string if object is tainted
Marshal.dump returns a tainted string if object is tainted deep in nested structure
---
kernel/common/marshal.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
From 9be99abca49563d3d57b4836d8e3cab2c08a5e78 Mon Sep 17 00:00:00 2001
From: Jose Narvaez <[email protected]>
Date: Wed, 28 Jul 2010 12:25:26 -0430
Subject: [PATCH 4/4] Remove tags for passing Marshal.dump specs
---
spec/tags/ruby/core/marshal/dump_tags.txt | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/spec/tags/ruby/core/marshal/dump_tags.txt b/spec/tags/ruby/core/marshal/dump_tags.txt
Building Melbourne for MRI
CXX bstrlib.c
CXX grammar.cpp
grammar.y:25:18: error: ruby.h: No such file or directory
In file included from internal.hpp:37,
from grammar.y:27:
node.hpp:29: error: ‘VALUE’ does not name a type
node.hpp:37: error: ‘VALUE’ does not name a type
node.hpp:44: error: ‘VALUE’ does not name a type
In file included from grammar.y:27:
Running 690 tests..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................OK!
bin/mspec ci --background --agent
rubinius 1.0.1 (1.8.7 8d6875d3 2010-06-03 JI) [x86_64-apple-darwin10.3.0]
.............................................................................................................................................................................................................
rake test
(in /Users/goyox86/Desktop/code/fancy)
/Users/goyox86/Desktop/code/fancy/bin/fancy /Users/goyox86/Desktop/code/fancy/tests/argv.fy
Running tests for: ARGV & predefined values: .
/Users/goyox86/Desktop/code/fancy/bin/fancy /Users/goyox86/Desktop/code/fancy/tests/array.fy
Running tests for: Array: ..............................................
/Users/goyox86/Desktop/code/fancy/bin/fancy /Users/goyox86/Desktop/code/fancy/tests/block.fy
Running tests for: Rubinius::BlockEnvironment: .........
/Users/goyox86/Desktop/code/fancy/bin/fancy /Users/goyox86/Desktop/code/fancy/tests/class.fy
Running tests for: Class: ........
Class
An exception occurred running boot/load.rb
Error trying to compile examples/blocks.fy (Rubinius::CompileError)
Backtrace:
Rubinius::Compiler.compiler_error at /Users/goyox86/.rvm/rubies/rbx-head/lib/compiler/compiler.rbc:11
Fancy::Compiler.compile_file:to:line:print: at boot/compiler/compiler.fy:35
Fancy::Compiler::Command.compile:info:print: at boot/compiler/command.fy:12
Fancy::Compiler::Command.run: {} at boot/compiler/command.fy:6
Rubinius::BlockEnvironment#Block {} at rbx/fancy_ext/block_env.rb:18
class BlockLiteral : Rubinius AST Iter {
def initialize: @line args: @args body: @body (Fancy AST NilLiteral new: line) {
initialize(@line, @args, @body)
}
def bytecode: g {
bytecode(g)
}
}
class ArrayLiteral : Rubinius AST ArrayLiteral {
def initialize: @array line: line {
@array nil? if_true: { @array = [] }
initialize(line, @array)
}
def bytecode: g { bytecode(g) }
}
Goyox86s-MacBook:fancy goyox86$ rake boot_lib
(in /Users/goyox86/Desktop/code/fancy)
bison --output /Users/goyox86/Desktop/code/fancy/boot/parser/parser.c -d -v /Users/goyox86/Desktop/code/fancy/boot/parser/parser.y
/Users/goyox86/Desktop/code/fancy/boot/parser/parser.y:177.17-25: warning: type clash on default action: <object> != <>
/Users/goyox86/Desktop/code/fancy/boot/parser/parser.y: conflicts: 261 shift/reduce, 40 reduce/reduce
rbx /Users/goyox86/Desktop/code/fancy/boot/parser/extconf.rb
checking for main() in -lfl... yes
creating Makefile
make -C /Users/goyox86/Desktop/code/fancy/boot/parser
gcc -I. -I. -I/Users/goyox86/.rvm/rubies/rbx-head/include -I/Users/goyox86/Desktop/code/fancy/boot/parser -ggdb3 -O2 -fPIC -c parser.c