Log of /trunk/eweasel/tests/conform005
Directory Listing
Revision
103061 -
Directory Listing
Modified
Sun Apr 7 06:55:59 2019 UTC
(7 months, 4 weeks ago)
by
alexk
Updated ECFs to enable class removal optimization when a test involves finalization.
Updated source code to use contemporary routine type declarations.
Revision
101844 -
Directory Listing
Modified
Fri Jun 22 16:56:18 2018 UTC
(17 months, 2 weeks ago)
by
alexk
Updated to the latest compiler defaults to avoid getting an error for manifest array type mismatch.
Revision
101843 -
Directory Listing
Modified
Fri Jun 22 16:55:41 2018 UTC
(17 months, 2 weeks ago)
by
alexk
Updated to the latest syntax.
Revision
98912 -
Directory Listing
Modified
Wed Jun 15 12:18:40 2016 UTC
(3 years, 5 months ago)
by
manus
To avoid manually fixing the C compiler configuration file, all Ace files are now compiled in console mode.
Revision
82415 -
Directory Listing
Modified
Wed Feb 24 20:42:17 2010 UTC
(9 years, 9 months ago)
by
manus
Use new syntax for attached/detachable types.
Test attachment marks in void-safe mode as otherwise it does not make much sense because we simply ignore attachment marks.
Revision
75626 -
Directory Listing
Modified
Fri Nov 14 20:56:48 2008 UTC
(11 years ago)
by
manus
Now the compiler rejects assignment attempts on attached targets, so updated the code
accordingly. For showing the initial bug, we simply use an object test.
Revision
75609 -
Directory Listing
Modified
Fri Nov 14 19:45:50 2008 UTC
(11 years ago)
by
manus
Extended the test to cover a problem when the target of an object test is generic.
Revision
75578 -
Directory Listing
Added
Fri Nov 14 00:39:42 2008 UTC
(11 years ago)
by
manus
New test showing that in some code generation mode (frozen and finalized) the assignment attempt
is not removing the attachment mark from the expected type thus causing some assignments to fail
when they should succeed.