From e42e6398cbfe387b32e013b9eb67f213cae3a506 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Tue, 10 Sep 2013 04:21:57 +0200 Subject: [PATCH] Add FIXME --- binding-mri/filesystem-binding.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/binding-mri/filesystem-binding.cpp b/binding-mri/filesystem-binding.cpp index cd5b608..99ca073 100644 --- a/binding-mri/filesystem-binding.cpp +++ b/binding-mri/filesystem-binding.cpp @@ -116,6 +116,7 @@ kernelLoadDataInt(const char *filename) VALUE marsh = rb_const_get(rb_cObject, rb_intern("Marshal")); + // FIXME need to catch exceptions here with begin rescue VALUE result = rb_funcall(marsh, rb_intern("load"), 1, port); rb_funcall(port, rb_intern("close"), 0);