Re: Clean Archeology
John van Groningen <[email protected]>
| Newsgroups | gmane.comp.lang.clean |
|---|---|
| Message-ID | <[email protected]> |
On 31-05-2020 14:43, Erik Zuurbier wrote: > For what it is worth: I use an age old Clean version (Windows v2.4, 32 > bits) and it crashes the compiler on this program: > > module data > import StdEnv, _SystemStrictLists > > Start = [#1.0,1.0..] > > The following screen appears: > > press any key to exit > ** E ** > Error in requirements To use strict or unboxed lists, module StdStrictLists needs to be imported. It is also possible to import module _SystemStrictLists instead, but for generators SystemEnumStrict needs to be imported. The compiler crashed for this program because it checked whether module _SystemStrictLists was imported instead of _SystemEnumStrict. I have fixed this and committed the code to the git repository. Kind regards, John van Groningen _______________________________________________ clean-list mailing list [email protected] https://mailman.science.ru.nl/mailman/listinfo/clean-list