Revision history for Sparrowdo

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

