Skip to content

Fix for issue #455 #458

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

Merged
merged 2 commits into from
Oct 13, 2021
Merged

Fix for issue #455 #458

merged 2 commits into from
Oct 13, 2021

Conversation

nhasabni
Copy link
Contributor

Rewrote UArray comparison functions to use boolean type instead of int type to
resolve any ambiguity. Modified signatures of the corresponding functions.

Ran tests and checked that they pass:

$ LD_LIBRARY_PATH=`pwd`/install/lib/ ../install/bin/io
../libs/iovm/tests/correctness/run.io
......................................................................
......................................................................
......................................................................
....................
----------------------------------------------------------------------
Ran 230 tests in 3.0030000000000001s

OK                                                                 run

Rewrote UArray comparison functions to use boolean type instead of int type to
resolve any ambiguity. Modified signatures of the corresponding functions.

Ran tests and checked that they pass:
$ LD_LIBRARY_PATH=`pwd`/install/lib/ ../install/bin/io
../libs/iovm/tests/correctness/run.io
......................................................................
......................................................................
......................................................................
....................
----------------------------------------------------------------------
Ran 230 tests in 3.0030000000000001s

OK                                                                 run
@ales-tsurko
Copy link
Member

It fails on format check. Please, run clang-format against it.

It also fails on windows, but I can't say whether it introduced by your changes. Could you check, please?

@ales-tsurko ales-tsurko linked an issue Oct 12, 2021 that may be closed by this pull request
@ales-tsurko ales-tsurko merged commit 4ff086d into IoLanguage:master Oct 13, 2021
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

Successfully merging this pull request may close these issues.

Improvements to C code that can improvement robustness
2 participants