Skip to content
#

task-runner

Here are 465 public repositories matching this topic...

ProfessorManhattan
ProfessorManhattan commented Jul 24, 2021

I'm trying to create a wrapper for Task in Node.js. I'd like to report the time each task takes. However, the task variables show up as:

task: dynamic variable: 'if [ -f meta/main.yml ]; then yq e '.galaxy_info.role_name' meta/main.yml; else jq -r '.name' package.json | sed 's/.*\///'; fi' result: 'androidstudio'

They SHOULD show up as:

task: dynamic variable:  [common:update-a
alcuadrado
alcuadrado commented Jul 22, 2021

This was reported by @nventuro

If you have your own artifacts-loading logic, and have a contract that needs to be linked, our plugin doesn't help you. You'd have to link the libraries manually.

We should have overloads that take an Artifact, and take care of the library linking.

getContractAt doesn't really need this overload, but it would be great to be consistent.

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 Oct 19, 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