I wanted to see if liquid (http://www.liquidmarkup.org => non evaling
templating system) would work with IronRuby, but apparently it doesn’t.
require ‘liquid’ is raising this:
Expression of type ‘System.Boolean’ cannot be used for parameter of type
‘System.Object’ of method ‘System.Object DefineMethod(System.Object,
IronRuby.Runtime.RubyScope, IronRuby.Runtime.Calls.RubyMethodBody)’
(ArgumentError)
From: [email protected]
[mailto:[email protected]] On Behalf Of Thibaut
Barrère
Sent: Saturday, January 30, 2010 4:19 AM
To: ironruby-core
Subject: [Ironruby-core] Cannot require ‘liquid’ (workitem created)
Hi,
I wanted to see if liquid (http://www.liquidmarkup.org => non evaling
templating system) would work with IronRuby, but apparently it doesn’t.
require ‘liquid’ is raising this:
Expression of type ‘System.Boolean’ cannot be used for parameter of type
‘System.Object’ of method ‘System.Object DefineMethod(System.Object,
IronRuby.Runtime.RubyScope, IronRuby.Runtime.Calls.RubyMethodBody)’
(ArgumentError)