| ;; Hello from Lisp! | ;; DEMO "foo" * test/bad.sod:31:13: syntax error: Expected `{' but found `(' * test/bad.sod:31:29: lexical error: Empty character literal * test/bad.sod:31:32: lexical error: Too many characters in character literal * test/bad.sod:33:6: syntax error: Expected but found `{' * test/bad.sod:33:6: syntax error: Expected `:' but found `{' * test/bad.sod:36:12: syntax error: Expected `:' but found `{' * test/bad.sod:45:12: error: Slot declarations cannot have function type * test/bad.sod:45:14: syntax error: Expected but found `.' * test/bad.sod:47:2: error: No message in class `Wrong' with name `fizzbuzz' * test/bad.sod:47:12: error: No superclass of `Wrong' with nickname `wtf' * test/bad.sod:47:26: error: No instance slot in class `Wrong' with name `z' * test/bad.sod:47:30: syntax error: Expected but found `=' * test/bad.sod:47:33: error: No superclass of `Wrong' with nickname `x' * test/bad.sod:48:29: syntax error: Expected `;' but found `{' * test/bad.sod:48:29: syntax error: Expected `}' but found `{' * test/bad.sod:42:7: error: Duplicate slot name `x' in class `Wrong' * test/bad.sod:40:11: note: Previous definition was here * test/bad.sod:44:25: error: Duplicate slot name `x' in class `Wrong' * test/bad.sod:40:11: note: Previous definition was here * test/bad.sod:45:7: error: Duplicate slot name `x' in class `Wrong' * test/bad.sod:40:11: note: Previous definition was here * test/bad.sod:41:13: error: Duplicate initializer for instance slot `int wrong.x' in class `Wrong' * test/bad.sod:40:11: note: Previous definition was here * test/bad.sod:43:13: error: Duplicate initializer for instance slot `int wrong.x' in class `Wrong' * test/bad.sod:40:11: note: Previous definition was here * test/bad.sod:44:25: error: Duplicate initializer for instance slot `int wrong.x' in class `Wrong' * test/bad.sod:40:11: note: Previous definition was here * test/bad.sod:40:2: error: Duplicate primary direct method for message `void wrong.frob(void)' in classs `Wrong' * test/bad.sod:38:2: note: Previous definition was here * test/bad.sod:48:29: syntax error: Expected `class', `lisp', `load', `import', `typename', `code', `set', `instance', or `demo' but found `{' * test/bad.sod:48:49: syntax error: Expected `class', `lisp', `load', `import', `typename', `code', `set', `instance', or `demo' but found `}' * test/bad.sod:49:0: syntax error: Expected `class', `lisp', `load', `import', `typename', `code', `set', `instance', or `demo' but found `}' * test/bad.sod:54:30: error: Type mismatch for keyword argument `x' in methods for message `void fail.badkw(?int x)' applicable to class `Arrgh' * test/bad.sod:56:2: note: Type `double' declared in primary direct method of `Arrgh' (defined here) * test/bad.sod:51:43: note: Type `int' declared in message definition in `Fail' (here) * test/bad.sod:52:21: note: Class `Fail' is a direct superclass of `Unlikely', defined here * test/bad.sod:54:30: note: Class `Unlikely' is a direct superclass of `Arrgh', defined here * test/bad.sod:54:30: error: Type mismatch for keyword argument `y' in methods for message `void fail.badkw(?int x)' applicable to class `Arrgh' * test/bad.sod:53:53: note: Type `int' declared in primary direct method of `Whoops' (defined here) * test/bad.sod:54:30: note: Class `Whoops' is a direct superclass of `Arrgh', defined here * test/bad.sod:52:58: note: Type `double' declared in primary direct method of `Unlikely' (defined here) * test/bad.sod:62:41: error: Duplicate nickname `sub' in superclasses of `BadNicks': used by `RSub' and `LSub' * test/bad.sod:62:41: note: Class `RSub' is a direct superclass of `BadNicks', defined here * test/bad.sod:62:41: note: Class `LSub' is a direct superclass of `BadNicks', defined here * test/bad.sod:62:41: error: Duplicate nickname `join' in superclasses of `BadNicks': used by `JSuper' and `BadNicks' * test/bad.sod:60:32: note: Class `JSuper' is a direct superclass of `LSub', defined here * test/bad.sod:68:37: error: Ill-formed superclass graph: can't construct class precedence list for `Splinch' * test/bad.sod:68:37: note: Class `Splinch' orders `SodObject' before `Nioj' * test/bad.sod:66:24: note: Class `Join' orders `Left' before `SodObject' * test/bad.sod:68:37: note: Class `Join' is a direct superclass of `Splinch', defined here * test/bad.sod:67:24: note: Class `Nioj' orders `Nioj' before `Left' and `SodObject' * test/bad.sod:68:37: note: Class `Nioj' is a direct superclass of `Splinch', defined here * test/bad.sod:69:37: error: Class `Wrong' is incomplete * test/bad.sod:69:37: error: In `Hopeless', chain-to class `Super' is not a proper superclass * test/bad.sod:85:46: error: No obvious choice for implicit metaclass: candidates are `MyClass' and `MyOtherClass' * test/bad.sod:80:26: note: Direct superclass `MyObject' defined here has metaclass `MyClass' * test/bad.sod:84:58: note: Direct superclass `MyOtherObject' defined here has metaclass `MyOtherClass' * test/bad.sod:85:46: error: Metaclass `MyClass' of `WhichMetaClass' isn't a subclass of `MyOtherClass' * test/bad.sod:84:58: note: Direct superclass `MyOtherObject' defined here has metaclass `MyOtherClass' * test/bad.sod:90:0: error: Class `dismissed' is incomplete * test/bad.sod:90:0: syntax error: Expected `{' but found `;' * test/bad.sod:90:0: syntax error: Expected `}' but found `;' * test/bad.sod:90:0: syntax error: Expected `class', `lisp', `load', `import', `typename', `code', `set', `instance', or `demo' but found `;' * test/bad.sod:93:16: error: No initializer for instance slot `int st.x', required by static instance `noinit' * test/bad.sod:92:43: note: Slot `int st.x' defined here * test/bad.sod:93:16: error: No initializer for instance slot `int st.y', required by static instance `noinit' * test/bad.sod:92:46: note: Slot `int st.y' defined here * test/bad.sod:94:43: error: Duplicate initializer for instance slot `int st.x' in static instance `dupinit' * test/bad.sod:94:33: note: Previous definition was here * sod: Finished with 41 errors ; rc = 2