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

VUEX(2) error #3

Open
pnasimi opened this issue Apr 27, 2019 · 1 comment
Open

VUEX(2) error #3

pnasimi opened this issue Apr 27, 2019 · 1 comment

Comments

@pnasimi
Copy link

pnasimi commented Apr 27, 2019

Hi,
in compiling adl_workbench with eiffel 18.11 windows 32bit i get this 2 error:

Error code: VUEX(2)

Error: feature of qualified call is not available to client class.
What to do: make sure feature after dot is exported to caller.

Class: DT_OBJECT_CONVERTER
Feature: populate_eif_container_from_dt
Feature: make Class: HASH_TABLE Version from: HASH_TABLE
Not exported to class DT_OBJECT_CONVERTER
Line: 1069
if attached {HASH_TABLE [ANY, HASHABLE]} eif_container_obj as a_hash_table then -- eif static type is a HASH_TABLE
-> a_hash_table.make (0)
across a_dt_attr as a_dt_attr_csr loop

Error code: VUEX(2)

Error: feature of qualified call is not available to client class.
What to do: make sure feature after dot is exported to caller.

Class: DT_OBJECT_CONVERTER
Feature: create_object_from_dt
Feature: make Class: HASH_TABLE Version from: HASH_TABLE
Not exported to class DT_OBJECT_CONVERTER
Line: 499
if attached {HASH_TABLE [ANY, HASHABLE]} Result as a_hash_table then
-> a_hash_table.make (0)
elseif attached {ARRAYED_LIST [ANY]} Result as an_arrayed_list then

how can fix this error?
thank

@wolandscat
Copy link
Owner

Yep, this is the error I am currently working on.

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

No branches or pull requests

2 participants