Revision history for Sparrowdo

0.0.18  2020-03-16T14:17:44Z

    - Export pip environment to bash task
    - Export cpanfile environment to bash task
    - Export local bin/ to bash task PATH
    - Remove meanigless code from ruby task run command

0.0.17  2020-03-13T14:17:05Z

    - Task check - Range/Within search are now combined
    - Task check - Range/Within search - fixing issues for some edge scenarious 
    - Improve debugging of task checks
    - Added negative tests

0.0.16  2020-03-12T20:08:09Z

    - s6 install, s6 plg-run - various fixes for python based tasks
    - Sparrow6::Task::Check::Context::Range - continue to search within range even for failed streams
    - task check - logs stderr ( to help debug when task check fails )
    - s6 - upload, install plugin - full support of `--force` option
    - s6 - install, `--verbose` option
    - add usefull debug message to Task Check Context for Seqs

0.0.15  2020-03-04T17:06:40Z

    - s6 cli - task list - regexp support

0.0.14  2020-03-03T23:37:38Z

    - s6 cli improvements - split by Sparrow/Raku tasks

0.0.13  2020-02-13T22:43:25Z

    - Workaround for some Windows tar version

0.0.12  2020-02-03T23:27:41Z

    - Improvement - don't handle SP6_CONFIG during a module load ( it leads to bugs in some cases )

0.0.11  2019-12-25T21:42:16-06:00

    - Bug Fix - `root@task` task-run
    - Erase context and streams when search fails in sequential mode

0.0.10  2019-10-29T19:10:58-06:00

    - Windows support ( partitial )
    - Switch test suite to Tomty

0.0.9  2019-08-10T18:08:32-05:00

    - Refactoring: replace perl6 run by Proc::Async

0.0.8  2019-07-30T23:09:07-05:00

    - Revert powershell related changes made in 0.0.6 release,
      because it's not a blame of Sparrow6 that it hangs
      when executing _some_ Powershell commands
      that block console stdout, for example Invoke-WebRequest
      use $global:progressPreference = 'silentlyContinue' as a workaround
      see https://stackoverflow.com/questions/18770723/hide-progress-of-invoke-webrequest

    - Use modules for Powershell harness ( glue.psm1 and sparrowlib.psm1 ) rathe then scripts


0.0.7  2019-07-30T17:43:43Z

    - Bugfix: use module `glue` in Perl6 tasks

0.0.6  2019-07-29T21:04:41-05:00

    - Documenting Task Runner
    - New feature - reference to task within root through `root@task` notation
    - Fixing powershell weird behavior. Sparrow6 hangs when try to read stderr.
      Workaround: Now stderr redirected to stdout and stderr never captured.

0.0.5  2019-07-26T21:12:36-05:00

    - Bugfix: task-run multi methods now have signatures and work correctly
    - BugFix: args stringification now allows Pair in the args list


0.0.4  2019-07-18T12:41:59-05:00

    - Fix for {$.root}/lib/.precomp being messed with Perl6 tasks run

0.0.3  2019-07-18T04:12:08-05:00

    - Travis tests fixed
    - Documentation refinement
    - Args stringification implemented
    - Removed /home/melezhik/projects/sparrow6/examples/tasks/lib/,
      because it's caused weird failures in my tests,
      I should raise this issue with Perl6 community

0.0.2  2019-07-16T21:07:12-05:00

    - Restore original Readme

0.0.1  2019-07-16T20:55:42-05:00

    - First CPAN version
