This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3490c8d2f3897a581154d1e08b5ef443d658f47c
wren
/
test
/
super
T
History
Kyle Marek-Spartz
3490c8d2f3
Segfault when calling super at top-level with no arguments.
...
If enclosingClass is null, we can't proceed with compilation since we don't have its name.
2015-01-09 15:14:06 -06:00
..
call_different_arity.wren
More tests for super calls.
2014-04-19 11:51:36 -07:00
call_other_method.wren
More tests for super calls.
2014-04-19 11:51:36 -07:00
call_same_method.wren
Clean up text handling a bit:
2014-01-05 12:27:12 -08:00
closure.wren
Unify body handling.
2014-04-03 07:48:19 -07:00
implicit_name.wren
Handle references to fields with inheritance in closures.
2014-01-15 07:03:24 -08:00
indirectly_inherited.wren
Clean up text handling a bit:
2014-01-05 12:27:12 -08:00
no_superclass_method.wren
Let the user know the arity of a missing method in the error message.
2015-01-04 14:42:11 -05:00
super_at_top_level.wren
Segfault when calling super at top-level with no arguments.
2015-01-09 15:14:06 -06:00
super_in_static_method.wren
Don't inherit metaclasses.
2014-01-17 17:29:10 -08:00
super_in_top_level_function.wren
Convert all fns to block arg syntax.
2014-04-02 19:41:53 -07:00