Details

    • Type: New Feature
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: v0.9.3
    • Component/s: None
    • Labels:
      None

      Description

      decorators are the most common construct used in the configuration language.

      Currently the syntax is:

      { deco => sink }

      { deco1 =>

      { deco2 => sink}

      } }

      We should be able to simplify this to just use juxtaposition to make a spec with a decorators cleaner:

      deco sink
      deco1 deco2 sink

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                jon Jonathan Hsieh
                Reporter:
                jon Jonathan Hsieh
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: