Skip to content
  1. Nov 22, 2014
    • Yanjun Jiang's avatar
      Fix jTET does not support Boolean comparison bug. · 8c3baa22
      Yanjun Jiang authored and Matthew Dawson's avatar Matthew Dawson committed
      jTET does not support Boolean comparison now, no matter it is
      Equals or NotEquals. This is caused by the BooleanType is not
      included in the array list for the Equals and NotEquals cases
      in the getInputTypeForOutput function. We fix this by adding
      the BooleanType in the array list.
      8c3baa22
  2. Nov 12, 2014
  3. Nov 05, 2014
  4. Oct 31, 2014
  5. Oct 29, 2014
  6. Oct 26, 2014
  7. Oct 25, 2014
  8. Oct 24, 2014
  9. Oct 18, 2014
  10. Oct 15, 2014
    • Matthew Dawson's avatar
      Make PartialVariableCollecction attempt to pull enumeration types out. · 25e839da
      Matthew Dawson authored
      When the single argument constructor was used, PartialVariableCollection
      made the assumption that no enumeration types were used, which made the
      unit tests harder to write as they had to explicitly deal with the extraction.
      Since the two argument constructor is an optimization, make the single
      argument constructor attempt to pull out the enumeration types from the given
      variables, making unit tests easier.
      25e839da
  11. Oct 13, 2014
Loading