-
Updated
May 7, 2021 - Python
task-runner
Here are 430 public repositories matching this topic...
-
Updated
Nov 11, 2020 - Go
-
Updated
Apr 27, 2021 - Go
-
Updated
Apr 18, 2021 - Python
-
Updated
Dec 21, 2020 - JavaScript
-
Updated
Dec 13, 2020 - Ruby
-
Updated
Mar 2, 2020 - Go
-
Updated
Apr 25, 2021 - C++
Feature request: ability to print some data about each action before it gets executed.
Motivation:
If my task has multiple actions (and verbosity==2), I can't tell which output came from which action (assuming that the actions all succeed). Some way to tell which output comes from which action would be great. Printing e.g. the shell command that will be run, before running it, would be a
-
Updated
May 4, 2021 - Rust
Sometimes users don't realize there is a hardhat.config.js in a parent directory, and complain about not getting the initialization prompt. The best way to quickly find out if that's the case would be to have a way to print the detected config file. The easiest way to do this is to just log it in verbose mode. That way we can ask them to just do npx hardhat --verbose and see where the file is
-
Updated
Apr 30, 2021 - PHP
-
Updated
Oct 9, 2019
-
Updated
Dec 30, 2018 - Go
-
Updated
Jun 3, 2020
-
Updated
Apr 15, 2021 - Rust
-
Updated
Aug 12, 2018 - PHP
-
Updated
Jan 31, 2021 - JavaScript
-
Updated
Jan 27, 2021 - PHP
-
Updated
May 6, 2021 - Go
-
Updated
Feb 15, 2021 - TypeScript
-
Updated
Apr 29, 2021 - Python
-
Updated
Feb 2, 2021 - Python
-
Updated
Mar 19, 2021 - TypeScript
Improve this page
Add a description, image, and links to the task-runner topic page so that developers can more easily learn about it.
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."
I have a build task that takes in variables to decide which platform to build for.
I'm trying to find some way to tell Task that the job is up-to-date using the standard sources checksum plus also checking whether the platform variables have changed.
I can get one to work at a time, but not both as the
statuscommands seem to take precedence over thesourcesmeaning if you specify comman