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

Tweaks to tests #791

Open
wants to merge 2 commits into
base: sail2
Choose a base branch
from
Open

Tweaks to tests #791

wants to merge 2 commits into from

Conversation

nwf
Copy link
Contributor

@nwf nwf commented Nov 21, 2024

  1. Modernize the test runner (test/sailtest.py) to use sail --dir instead of opam.

  2. A bit of a crude search-and-replace for [^[:digit:]]2^0x. in the builtins tests, since this seems to get lexed as TwoCaret and not as (Num 2) Caret.

nwf added 2 commits November 21, 2024 18:00
Rather than requiring that opam know about our install.
Use "02^0x[0123]" when we mean a bit vector of length 2.
@Alasdair
Copy link
Collaborator

I think we should remove that overload for ^, I kind of forgot it existed.

Copy link

Test Results

   12 files  ±0     24 suites  ±0   0s ⏱️ ±0s
  723 tests ±0    723 ✅ ±0  0 💤 ±0  0 ❌ ±0 
2 433 runs  ±0  2 432 ✅ ±0  1 💤 ±0  0 ❌ ±0 

Results for commit b0bbdee. ± Comparison against base commit ac83f8c.

@nwf
Copy link
Contributor Author

nwf commented Nov 25, 2024

I'd be happy with that, too, I suppose!

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.

2 participants