Skip to content
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.

Fix for parsing LSF Transition state parameters #194

Merged
merged 5 commits into from Jan 13, 2016

Commits on Jan 12, 2016

  1. Make State properties optional

    Parameters aren't required in a transition, so make them nullable.
    dotMorten committed Jan 12, 2016
    Copy the full SHA
    e518c7d View commit details
    Browse the repository at this point in the history
  2. Fixed parameter parsing for transition

    The code was expecting parameters in a certain order, but not all parameters are required, and order isn't specified. Instead use string comparison and look for the possible keys.
    dotMorten committed Jan 12, 2016
    Copy the full SHA
    8e3e464 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    92a9679 View commit details
    Browse the repository at this point in the history
  4. Undo extra line feed

    dotMorten committed Jan 12, 2016
    Copy the full SHA
    4537146 View commit details
    Browse the repository at this point in the history
  5. Undo extra line feed

    dotMorten committed Jan 12, 2016
    Copy the full SHA
    7069118 View commit details
    Browse the repository at this point in the history