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

There is no way how to pass a map value to an extension #2620

Open
Oldes opened this issue Sep 6, 2024 · 0 comments
Open

There is no way how to pass a map value to an extension #2620

Oldes opened this issue Sep 6, 2024 · 0 comments

Comments

@Oldes
Copy link
Owner

Oldes commented Sep 6, 2024

Currently passing a map value between Rebol and an extension is not implemented:

>> test: import ext-test
>> type? test/echo 1
== #(integer!) ;<-- OK

>> type? test/echo make map! [] ;; should return: #(map!)

** Script error: type? does not allow #(end!) for its value argument

It is similar to this: #2536

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

1 participant