morbig icon indicating copy to clipboard operation
morbig copied to clipboard

Remove double quotation from parameter

Open ishaangandhi opened this issue 5 years ago • 3 comments

Right now, an extra set of double quotes surrounds every parameter. This pull request fixes that.

Test plan:

$ make check
if command -v ocamlopt >/dev/null; then cp src/c/dune.native src/c/dune; fi
dune build @install
Done: 0/0 (jobs: 0)[ -e bin ] || ln -sf _build/install/default/bin bin
[ -e lib ] || ln -sf _build/install/default/lib/morbig lib
* Testsuite configuration
Using local ~/morbig/bin/morbig.
* Summary:
-----------------------------------
| Tests | Passed | Failed | Total |
|-------|--------|--------|-------|
| good  |    110 |      0 |   110 | 
| bad   |     67 |      0 |    67 |
| all   |    177 |      0 |   177 |
-----------------------------------

         ----------------
         Congratulations!
         ----------------

ishaangandhi avatar Oct 09 '20 15:10 ishaangandhi

The tests suite in CI is currently unreadable. This should be fixed by #169 so maybe we should wait for that, rebase this on top of main and then see?

Niols avatar May 10 '23 12:05 Niols

The tests suite in CI is currently unreadable. This should be fixed by #169 so maybe we should wait for that, rebase this on top of main and then see?

Yes, let's do that.

yurug avatar May 10 '23 19:05 yurug

@yurug Called for a rebase using #169. Now the CI should give us much more readable outputs.

Niols avatar May 12 '23 15:05 Niols