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

AbstractQuantifiedBidirectionalIterator unavailable #968

Closed
gamato opened this issue Jun 14, 2016 · 2 comments
Closed

AbstractQuantifiedBidirectionalIterator unavailable #968

gamato opened this issue Jun 14, 2016 · 2 comments
Assignees
Milestone

Comments

@gamato
Copy link
Contributor

gamato commented Jun 14, 2016

Is AbstractQuantifiedBidirectionalIterator really available ?

PARSE-EXCEPTION: reference to undefined class 'AbstractQuantifiedBidirectionalIterator'

PARSE-EXCEPTION: cannot find class 'AbstractQuantifiedBidirectionalIterator' in any namespace 'Qore'
@omusil24
Copy link

omusil24 commented Jun 14, 2016

Example:

#!/usr/bin/env qore
# -*- mode: qore; indent-tabs-mode: nil -*-

%new-style
%enable-all-warnings
%require-types
%strict-args
%disable-warning unreferenced-variable

AbstractQuantifiedBidirectionalIterator a = new HashIterator();

-------------

unhandled QORE System exception thrown in TID 1 at 2016-06-14 15:47:21.686030 Tue +02:00 (CEST) at ./lalala.qtest:10
PARSE-EXCEPTION: reference to undefined class 'AbstractQuantifiedBidirectionalIterator'

@tethal

@tethal tethal added the bug label Jun 15, 2016
@tethal tethal added this to the 0.8.13 milestone Jun 15, 2016
@tethal tethal self-assigned this Jun 15, 2016
tethal pushed a commit that referenced this issue Jun 15, 2016
@tethal
Copy link
Contributor

tethal commented Jun 15, 2016

Caused by the fact that this class has no methods -> it was not marked as system -> it was never copied into the Program object

@tethal tethal added the fixed label Jun 15, 2016
@tethal tethal closed this as completed Jun 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants