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

Remove repyportability from pure-Repy tests #191

Open
aaaaalbert opened this issue May 17, 2017 · 0 comments
Open

Remove repyportability from pure-Repy tests #191

aaaaalbert opened this issue May 17, 2017 · 0 comments

Comments

@aaaaalbert
Copy link
Contributor

Some unit tests for Repy functions and libraries are written in Python and thus have to import repyportability to be able to access the Repy API, use dy_import_..., etc.

The portability stuff should be removed from these tests, and "native" Repy and UTF means of achieving the same thing used:

#pragma repy restrictions.default dylink.r2py
# The above pragma makes dylink's calls available to this program.
modulename = dy_import_module("modulename.r2py")

etc.

(See SeattleTestbed/utf@944be54 where we re-enabled adding arguments other than a restrictions file to the sandbox startup call.)

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

1 participant