Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolution to OMG Issue ALF11-2 was not fully implemented #40

Closed
seidewitz opened this issue Jul 20, 2017 · 1 comment
Closed

Resolution to OMG Issue ALF11-2 was not fully implemented #40

seidewitz opened this issue Jul 20, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@seidewitz
Copy link
Contributor

OMG Issue ALF11-2 loosened the definition of what a "collection class" is. The resolution defined a collection class as a class having a constructor of the same name, taking a single sequence argument, and a "toSequence" operation, returning a sequence of the same type as the constructor argument. The reference implementation had already adopted the approach of using the return type of the "toSequence" operation to identify the sequence type of a collection class, but the v1.0.5 tracking release did not include the change to the underlying definition of a collection class (retaining the tighter definition that a collection class had to be an instantiation of one of the standard library collection classes).

@seidewitz
Copy link
Contributor Author

Resolved in v1.0.5b.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant