Naming convention changes
ClosedPublic

Authored by lbrabec on Aug 12 2014, 2:38 PM.

Details

Summary

task yaml files are now called task formulae
task section in formula is now called actions

Test Plan

$ py.test -F testing/

$ make docs
and check the docs

Diff Detail

Repository
rLTRN libtaskotron
Lint
Lint Skipped
Unit
Unit Tests Skipped
lbrabec retitled this revision from to Naming convention changes.Aug 12 2014, 2:38 PM
lbrabec updated this object.
lbrabec edited the test plan for this revision. (Show Details)
lbrabec added a reviewer: kparal.

Seems good. I'd rename the anchor as well.

Have you tried py.test -F? Just checking, the description doesn't say.

Adding more reviewers, let's wait for at least one more ack.

docs/source/taskyaml.rst
1

Should this anchor get renamed as well?

7–11

Typo in formula.

lbrabec edited the test plan for this revision. (Show Details)Aug 13 2014, 11:15 AM
lbrabec updated this revision to Diff 585.Aug 13 2014, 11:16 AM
  • typos and polishing
jskladan requested changes to this revision.Aug 13 2014, 11:46 AM

Make sure that all the task occurrences are properly replaced with actions.

docs/source/quickstart.rst
52–53

I might not understand it correctly, but should this not be actions instead?

testing/test_taskformula.py
31

actions ?

62

actions

70

actions

This revision now requires changes to proceed.Aug 13 2014, 11:46 AM
kparal requested changes to this revision.Aug 13 2014, 11:55 AM
kparal added inline comments.
libtaskotron/runner.py
128–129

And this should probably read

"At least one action should be specified in task formula file"

lbrabec updated this revision to Diff 590.Aug 14 2014, 11:40 AM
  • polishing
jskladan requested changes to this revision.Aug 14 2014, 11:48 AM
jskladan added inline comments.
libtaskotron/runner.py
177

Are you sure that the content of D202 should really be here? #justsaying

This revision now requires changes to proceed.Aug 14 2014, 11:48 AM
jskladan accepted this revision.Aug 14 2014, 11:55 AM

Probably a glitch in Phab which did not show the current develop as it should have. Ignore the previous comment and

Macro doge:        very               push

lbrabec closed this revision.Aug 14 2014, 11:58 AM
lbrabec updated this revision to Diff 591.

Closed by commit rLTRN1d2197646525 (authored by @lbrabec).