Skip to content

Instantly share code, notes, and snippets.

@baroquebobcat
Created February 19, 2012 23:52
Show Gist options
  • Select an option

  • Save baroquebobcat/1866601 to your computer and use it in GitHub Desktop.

Select an option

Save baroquebobcat/1866601 to your computer and use it in GitHub Desktop.
/Users/nick/hacking/mirah_model/test/model_test.mirah:31: Bad unquote value
property 'date', Date
^^^^^^^^^^^^^^^^^^^^^^^
rake aborted!
Bad unquote value
/Users/nick/hacking/mirah_model/src/meta_model.mirah:186: java.lang.RuntimeException: java.lang.ClassNotFoundException: com/google/appengine/ext/mirah/db/DubyDatastorePlugin
def self.get(mirah:Compiler)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
instance = @@instances[mirah]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
if (instance.nil?)
^^^^^^^^^^^^^^^^^^^^^^^
instance = DubyDatastorePlugin.new(mirah)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@instances[mirah] = instance
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
end
^^^^^^^^
DubyDatastorePlugin(instance)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
end
^^^^^
org.jruby.org.objectweb.asm.ClassWriter:-1:in `getCommonSuperClass'
org.jruby.org.objectweb.asm.ClassWriter:-1:in `a'
org.jruby.org.objectweb.asm.Frame:-1:in `a'
org.jruby.org.objectweb.asm.Frame:-1:in `a'
org.jruby.org.objectweb.asm.MethodWriter:-1:in `visitMaxs'
/Users/nick/.rvm/gems/jruby-1.6.5@mirah_model/gems/bitescript-0.1.0/lib/bitescript/asm3/bytecode.rb:322:in `stop'
/Users/nick/hacking/mirah/lib/mirah/jvm/compiler/jvm_bytecode.rb:199:in `method_body'
/Users/nick/hacking/mirah/lib/mirah/jvm/compiler/base.rb:260:in `with'
/Users/nick/hacking/mirah/lib/mirah/jvm/compiler/jvm_bytecode.rb:177:in `method_body'
/Users/nick/hacking/mirah/lib/mirah/jvm/compiler/jvm_bytecode.rb:121:in `define_method'
/Users/nick/hacking/mirah/lib/mirah/jvm/compiler/base.rb:125:in `base_define_method'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment