Skip to content
#

task-runner

Here are 445 public repositories matching this topic...

Tiksagol
Tiksagol commented Jul 26, 2021
  • Task version: 3.0.0
  • Operating System: Linux (Ubuntu 18.04.04)

Example Taskfile showing the issue

tasks:
  hello:
    desc: 'hi'
    cmds:
      - echo "hi"
      -

When running task -l it fails with:

> task -t test_task.yml -l
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0
wolflo
wolflo commented Jul 28, 2021

Testing methods like evm_mine and evm_increaseTime expect integer parameters. Unlike other methods, they reject these parameters if they are not decimal-encoded.

To reproduce

npx hardhat --version -> 2.5.0

Run npx hardhat node and make the following rpc calls:

> curl -H "Content-Type: application/json" -X POST --data \
        '{"id":1337,"jsonrpc":"2.0","method":"evm
hela

🍦 Powerful software development experience and management. Enhancing @tc39 JS, @denoland and @nodejs, because we need a bit of magic. You can think of it as Cargo for the JavaScript ecosystem.

  • Updated Jun 14, 2021
  • JavaScript

Improve this page

Add a description, image, and links to the task-runner topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the task-runner topic, visit your repo's landing page and select "manage topics."

Learn more