Nikos Baxevanis

Results 273 comments of Nikos Baxevanis
trafficstars

In order to separate concrete (current) tests from property/fuzz-based ones, the default signature of the test method should change so that there's no parameters in concrete tests: ```diff @@ -2,21...

Using the latest from #511 by @lgalabru, I took a stub at implementing a `Clarinet.fuzz` method, assuming that reflection in TypeScript/Deno [could work quite similar](https://github.com/rbuckton/reflect-metadata) to what we've used to...

### Next steps Once deno config in Clarinet `test` is enabled via https://github.com/hirosystems/clarinet/pull/511#issuecomment-1216513624, - [x] Check that TS reflection actually works (e.g. a test method with many args, a test...

From an outside-in perspective, things look good. #393 and related/external issues seem to be solved. I should be able to run this with more test-suites soon. Thank you @lgalabru 👍

Looks like [this](https://github.com/hirosystems/clarinet/issues/361#issuecomment-1154122221) functionality no longer works in this branch: ```bash $ clarinet requirements add ST3QFME3CANQFQNR86TYVKQYCFT7QX4PRXM1V9W6H.cargo Updated Clarinet.toml with requirement ST3QFME3CANQFQNR86TYVKQYCFT7QX4PRXM1V9W6H.cargo # Though nothing was actually added. ```

@lgalabru: Deno supports using a TS config file, though like the rest of Deno, the detection and use of a configuration file is not automatic. To use a TS config...

In case it helps, here's how `git diff` looks like because of this bug: ```bash clarinet new empty-project cd empty-project git init # https://github.com/hirosystems/clarinet/issues/366 git add . clarinet contracts new...

Confirmed also on my local. In my case, I can use up to [[email protected]](https://deno.land/[email protected]/testing/asserts.ts). Here's a repro, note that this uses [[email protected]](https://deno.land/x/[email protected]/index.ts): ```typescript import { Clarinet, Tx, Chain, Account, types...

Perhaps this can be worked together with https://github.com/hirosystems/clarinet/issues/393.

Thank you for reporting this. It looks as [Visual C++ Redistributable Packages](https://www.microsoft.com/en-us/download/details.aspx?id=48145) isn't installed(?) Can you share a screenshot from the list of installed software in Contron Panel?