Alain Péteut

Results 14 issues of Alain Péteut

Here's a patch which adds signal handing using `exec.CommandContext`. Graceful shutdown of the container is achieved using the ` stop ` command. As the implementation relies on `defer`, `log.Fatal{F}` must...

``` javascript if (params instanceof Object.getPrototypeOf(this.query.client).QueryBuilder) { ``` should spell ``` javascript if (params instanceof Object.getPrototypeOf(this.query.client).queryBuilder) { ``` Refer to knex source: [client.js#L61](https://github.com/tgriesser/knex/blob/master/src/client.js#L61) for reference. `node -v` yields `v4.6.0` and...

`yaml` is imported but not used. This may cause issues as `yaml` is not a standard library module.

It should be possible to provide [Analysis options](https://www.nickg.me.uk/nvc/manual.html#Analysis_options) to `runner.build`, which follows `-a`, like `-a --relaxed`. Here is a possible fix: [runner: check if -a is in build_args.](https://github.com/peteut/cocotb/commit/f9ac8c17741efbebdae49b25531076a1a5dc4a7f) I'm running...

type:feature
category:codebase:project-automation
category:simulators:nvc