.. |
fail-any-in-new-native.sp
|
Allow the any type in non-native newdecls.
|
2014-07-17 21:43:59 -07:00 |
fail-any-in-new-native.txt
|
Allow the any type in non-native newdecls.
|
2014-07-17 21:43:59 -07:00 |
fail-array-on-implicit-this.sp
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
fail-array-on-implicit-this.txt
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
fail-assign-null-to-any.sp
|
Check for null map in matchtag().
|
2014-07-20 10:15:49 -07:00 |
fail-assign-null-to-any.txt
|
Check for null map in matchtag().
|
2014-07-20 10:15:49 -07:00 |
fail-bad-arg-decls.sp
|
Improve error messaging.
|
2014-07-03 00:21:18 -07:00 |
fail-bad-arg-decls.txt
|
Improve error messaging.
|
2014-07-03 00:21:18 -07:00 |
fail-bad-void.sp
|
Add some tests and errors for bad void usage.
|
2014-07-04 17:14:40 -07:00 |
fail-bad-void.txt
|
Add some tests and errors for bad void usage.
|
2014-07-04 17:14:40 -07:00 |
fail-ctor-bad-return-type.sp
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
fail-ctor-bad-return-type.txt
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
fail-delete-no-dtor.sp
|
Allow base destructors to run and fix some error reporting.
|
2014-06-21 12:27:04 -07:00 |
fail-delete-no-dtor.txt
|
Introduce 4-token lookahead buffer.
|
2014-06-21 23:35:55 -07:00 |
fail-dtor-extra-args.sp
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
fail-dtor-extra-args.txt
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
fail-dtor-non-native.sp
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
fail-dtor-non-native.txt
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
fail-dtor-returns-value.sp
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
fail-dtor-returns-value.txt
|
Introduce 4-token lookahead buffer.
|
2014-06-21 23:35:55 -07:00 |
fail-duplicate-getter.sp
|
Add property accessors to methodmaps.
|
2014-06-22 22:02:02 -07:00 |
fail-duplicate-getter.txt
|
Add property accessors to methodmaps.
|
2014-06-22 22:02:02 -07:00 |
fail-duplicate-methods.sp
|
Add property accessors to methodmaps.
|
2014-06-22 22:02:02 -07:00 |
fail-duplicate-methods.txt
|
Add property accessors to methodmaps.
|
2014-06-22 22:02:02 -07:00 |
fail-duplicate-property.sp
|
Add property accessors to methodmaps.
|
2014-06-22 22:02:02 -07:00 |
fail-duplicate-property.txt
|
Add property accessors to methodmaps.
|
2014-06-22 22:02:02 -07:00 |
fail-method-name-too-long.sp
|
Add support for fully inline functions in methodmaps.
|
2014-06-22 13:21:46 -07:00 |
fail-method-name-too-long.txt
|
Add support for fully inline functions in methodmaps.
|
2014-06-22 13:21:46 -07:00 |
fail-method-on-array.sp
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
fail-method-on-array.txt
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
fail-method-on-function.sp
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
fail-method-on-function.txt
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
fail-method-requires-brace.sp
|
Fix bug in requiring braces for new methods.
|
2014-06-22 13:28:35 -07:00 |
fail-method-requires-brace.txt
|
Fix bug in requiring braces for new methods.
|
2014-06-22 13:28:35 -07:00 |
fail-methodmap-missing-method.sp
|
Show errors for methods that are unused. (bug 6183)
|
2014-07-12 10:28:29 -07:00 |
fail-methodmap-missing-method.txt
|
Show errors for methods that are unused. (bug 6183)
|
2014-07-12 10:28:29 -07:00 |
fail-mismatch-on-implicit-this.sp
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
fail-mismatch-on-implicit-this.txt
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
fail-missing-arg-comma.sp
|
Fix crash with malformed arguments (bug 6176).
|
2014-07-12 09:31:51 -07:00 |
fail-missing-arg-comma.txt
|
Fix crash with malformed arguments (bug 6176).
|
2014-07-12 09:31:51 -07:00 |
fail-mix-methodmap-and-class-1.sp
|
New type system.
|
2014-06-24 23:37:14 -07:00 |
fail-mix-methodmap-and-class-1.txt
|
New type system.
|
2014-06-24 23:37:14 -07:00 |
fail-mix-methodmap-and-class-2.sp
|
New type system.
|
2014-06-24 23:37:14 -07:00 |
fail-mix-methodmap-and-class-2.txt
|
New type system.
|
2014-06-24 23:37:14 -07:00 |
fail-multi-tag-on-implicit-this.sp
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
fail-multi-tag-on-implicit-this.txt
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
fail-newdecls.sp
|
Add tests.
|
2014-07-04 17:01:12 -07:00 |
fail-newdecls.txt
|
Add tests.
|
2014-07-04 17:01:12 -07:00 |
fail-no-tag-on-implicit-this.sp
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
fail-no-tag-on-implicit-this.txt
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
fail-none-to-obj.sp
|
New type system.
|
2014-06-24 23:37:14 -07:00 |
fail-none-to-obj.txt
|
New type system.
|
2014-06-24 23:37:14 -07:00 |
fail-obj-to-any.sp
|
New type system.
|
2014-06-24 23:37:14 -07:00 |
fail-obj-to-any.txt
|
New type system.
|
2014-06-24 23:37:14 -07:00 |
fail-obj-to-multitag.sp
|
New type system.
|
2014-06-24 23:37:14 -07:00 |
fail-obj-to-multitag.txt
|
New type system.
|
2014-06-24 23:37:14 -07:00 |
fail-obj-to-none.sp
|
New type system.
|
2014-06-24 23:37:14 -07:00 |
fail-obj-to-none.txt
|
New type system.
|
2014-06-24 23:37:14 -07:00 |
fail-obj-to-varargs.sp
|
New type system.
|
2014-06-24 23:37:14 -07:00 |
fail-obj-to-varargs.txt
|
New type system.
|
2014-06-24 23:37:14 -07:00 |
fail-object-keyword-as-name.sp
|
Improve error messaging for reserved keywords (bug 6199).
|
2014-07-24 06:51:03 -04:00 |
fail-object-keyword-as-name.txt
|
Improve error messaging for reserved keywords (bug 6199).
|
2014-07-24 06:51:03 -04:00 |
fail-old-decl-new-types.sp
|
Add support for inline native methods.
|
2014-06-22 01:44:23 -07:00 |
fail-old-decl-new-types.txt
|
Add property accessors to methodmaps.
|
2014-06-22 22:02:02 -07:00 |
fail-property-bad-return-type.sp
|
Add property accessors to methodmaps.
|
2014-06-22 22:02:02 -07:00 |
fail-property-bad-return-type.txt
|
Add property accessors to methodmaps.
|
2014-06-22 22:02:02 -07:00 |
fail-property-bad-return-value.txt
|
Add property accessors to methodmaps.
|
2014-06-22 22:02:02 -07:00 |
fail-property-bad-this-type.sp
|
Add property accessors to methodmaps.
|
2014-06-22 22:02:02 -07:00 |
fail-property-bad-this-type.txt
|
Add property accessors to methodmaps.
|
2014-06-22 22:02:02 -07:00 |
fail-ref-on-implicit-this.sp
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
fail-ref-on-implicit-this.txt
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
fail-relabel-int-to-obj.sp
|
New type system.
|
2014-06-24 23:37:14 -07:00 |
fail-relabel-int-to-obj.txt
|
New type system.
|
2014-06-24 23:37:14 -07:00 |
fail-relabel-obj-to-int.sp
|
New type system.
|
2014-06-24 23:37:14 -07:00 |
fail-relabel-obj-to-int.txt
|
New type system.
|
2014-06-24 23:37:14 -07:00 |
ok-any-in-newdecl.sp
|
Allow the any type in non-native newdecls.
|
2014-07-17 21:43:59 -07:00 |
ok-base-dtor.sp
|
Allow base destructors to run and fix some error reporting.
|
2014-06-21 12:27:04 -07:00 |
ok-base-type-as-thistag.sp
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
ok-chaining.sp
|
Allow chaining off method calls. (bug 6178)
|
2014-07-12 10:05:43 -07:00 |
ok-class-arg.sp
|
Unkeyword "class", make it contextual.
|
2014-07-08 00:44:34 -07:00 |
ok-ctor-dtor.sp
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
ok-for-newdecl.sp
|
Fix bug in newdecls in for loop initializers.
|
2014-07-05 00:48:32 -07:00 |
ok-inheritance.sp
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
ok-inline-methods.sp
|
Add #pragma newdecls required|optional.
|
2014-07-05 01:08:14 -07:00 |
ok-inline-natives.sp
|
Add support for inline native methods.
|
2014-06-22 01:44:23 -07:00 |
ok-method-on-const.sp
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
ok-method-on-constref.sp
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
ok-method-on-element.sp
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
ok-method-on-ref.sp
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
ok-method-on-scalar.sp
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
ok-methodmap-semis.sp
|
Fix const with newdecls and a varargs bug. (bug 6179)
|
2014-07-17 20:44:54 -07:00 |
ok-new-decl-args.sp
|
Improve error messaging.
|
2014-07-03 00:21:18 -07:00 |
ok-newdecl-const.sp
|
Fix const with newdecls and a varargs bug. (bug 6179)
|
2014-07-17 20:44:54 -07:00 |
ok-newdecls.sp
|
Add tests.
|
2014-07-04 17:01:12 -07:00 |
ok-null-compare.sp
|
Rename.
|
2014-07-17 21:19:31 -07:00 |
ok-properties.sp
|
Add #pragma newdecls required|optional.
|
2014-07-05 01:08:14 -07:00 |
ok-reparse-delete.sp
|
Mark usage correctly when invoking special natives.
|
2014-07-17 22:30:13 -07:00 |
ok-static-stock.sp
|
Fix "static stock" not working (bug 6174).
|
2014-07-10 23:18:07 -07:00 |
ok-varargs.sp
|
Fix bug in variadic argument parsing.
|
2014-07-21 23:01:35 -07:00 |
runtests.py
|
Bug fixes.
|
2014-07-03 00:14:12 -07:00 |
warn-bad-upcast.sp
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |
warn-bad-upcast.txt
|
Introduce basic methodmaps (PR #38).
|
2014-06-21 04:10:15 -07:00 |