Skip to content

Instantly share code, notes, and snippets.

@timsgardner
Created April 2, 2017 20:47
Show Gist options
  • Save timsgardner/941a3625090d39d2e333cd1a76bf4376 to your computer and use it in GitHub Desktop.
Save timsgardner/941a3625090d39d2e333cd1a76bf4376 to your computer and use it in GitHub Desktop.
horrors
(clojure.core/load-file "/Users/timothygardner/code/magic_testbed/Assets/car_scene/cars.clj")
clojure.lang.Compiler+CompilerException: System.ArgumentException: Elements of the parameterTypes array cannot be null
Parameter name: parameterTypes
at System.Reflection.Emit.MethodBuilder..ctor (System.Reflection.Emit.TypeBuilder,string,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type[],System.Type[],System.Type[][],System.Type[][]) [0x0007a] in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection.Emit/MethodBuilder.cs:103
at System.Reflection.Emit.TypeBuilder.DefineMethod (string,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type[],System.Type[],System.Type[][],System.Type[][]) [0x0005f] in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection.Emit/TypeBuilder.cs:569
at System.Reflection.Emit.TypeBuilder.DefineMethod (string,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[]) [0x00000] in /Users/bu
ilduser/buildslave/mono/build/mcs/class/corlib/System.Reflection.Emit/TypeBuilder.cs:548
at System.Reflection.Emit.TypeBuilder.DefineMethod (string,System.Reflection.MethodAttributes,System.Type,System.Type[]) [0x00000] in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection.Emit/TypeBuilder.cs:542
at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object,object,object,object,object) <IL 0x000db, 0x004c0>
at mage/core$eval__51357fn__51364__51383.__interop_DefineMethod51385 (object,object,object,object,object) <IL 0x00013, 0x000a5>
at mage/core$eval__51357fn__51364__51383.invoke (object,object) <IL 0x00277, 0x01fae>
at clojure.lang.MultiFn.invoke (object,object) <IL 0x00027, 0x00122>
at mage/core$emit_BANG_fn__51245__51249.invoke (object,object) <IL 0x00011, 0x0015a>
at clojure/core/protocols$eval__45434fn__45439__45443.invoke (object,object,object) <IL 0x000a7, 0x009d4>
at clojure/core/protocols$eval
__45184fn__45189G__45153__45206__45209.invoke (object,object,object) <IL 0x00057, 0x003fb>
at clojure/core/protocols$seq_reduce__45236.invokeStatic (object,object,object) <IL 0x00055, 0x0046d>
at clojure/core/protocols$seq_reduce__45236.invoke (object,object,object) <IL 0x00012, 0x000ff>
at clojure/core/protocols$eval__45317fn__45322__45327.invoke (object,object,object) <IL 0x00012, 0x00162>
at clojure/core/protocols$eval__45101fn__45106G__45070__45128__45131.invoke (object,object,object) <IL 0x00057, 0x003fb>
at clojure/core$reduce__46258.invokeStatic (object,object,object) <IL 0x00069, 0x006f8>
at clojure/core$reduce__46258.invoke (object,object,object) <IL 0x00012, 0x000ff>
at mage/core$emit_BANG___51252.invokeStatic (object,object) <IL 0x000c0, 0x009ff>
at mage/core$emit_BANG___51252.invoke (object,object) <IL 0x0000c, 0x000c2>
at mage/core$eval__51302fn__51309__51319.invoke (object,object) <IL 0x006c3, 0x04807>
at clojure.lang.MultiFn.invoke (object,object) <IL 0x00027, 0x00122>
at mage/core$e
mit_BANG___51252.invokeStatic (object,object) <IL 0x00113, 0x00d9e>
at mage/core$emit_BANG___51252.invoke (object,object) <IL 0x0000c, 0x000c2>
at mage/core$emit_BANG___51252.invokeStatic (object) <IL 0x00015, 0x00162>
at mage/core$emit_BANG___51252.invoke (object) <IL 0x00006, 0x00085>
at magic/faster$faster_type__54465.invokeStatic (object,object,object) <IL 0x001b3, 0x01933>
at magic/faster$faster_type__54465.invoke (object,object,object) <IL 0x00012, 0x000ff>
at magic/faster$faster__54482.invokeStatic (object,object,clojure.lang.ISeq) <IL 0x00082, 0x0092a>
at magic/faster$faster__54482.doInvoke (object,object,object) <IL 0x00012, 0x0019f>
at clojure.lang.RestFn.invoke (object,object,object) <IL 0x000be, 0x00664>
at clojure.lang.Var.invoke (object,object,object) <IL 0x00024, 0x00123>
at clojure.lang.AFn.ApplyToHelper (clojure.lang.IFn,clojure.lang.ISeq) <IL 0x000d8, 0x00511>
at clojure.lang.Var.applyTo (clojure.lang.ISeq) <IL 0x00002, 0x00054>
at clojure.lang.Compiler.MacroexpandSeq1 (clojure.l
ang.ISeq) <IL 0x0003d, 0x002b7>
at clojure.lang.Compiler.AnalyzeSeq (clojure.lang.CljCompiler.Ast.ParserContext,clojure.lang.ISeq,string) <IL 0x000f3, 0x00974>
, compiling: (/Users/timothygardner/code/magic_testbed/Assets/car_scene/movement.clj:166:14)
(1 stack frames omitted)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment