Skip to content
Snippets Groups Projects
  1. Nov 09, 2020
    • jimingquan's avatar
      Add cartesian product executor (#394) · d1184739
      jimingquan authored
      * add cartesian product executor
      
      * test case
      
      * add cartesianProduct inputVars &check duplicate colName
      
      * fix error
      
      * modify addVar interface
      
      * address comment
      d1184739
    • cpw's avatar
      Implement assign pattern to path (#401) · 63d3bb8d
      cpw authored
      * Build path expr.
      
      * Save path build to match ast context.
      
      * Rewrite label expr to path expr.
      
      * Test assign patten to path.
      63d3bb8d
  2. Nov 06, 2020
    • cpw's avatar
      Fix deduce type. (#397) · f93f3681
      cpw authored
      * Deduce subscript expression.
      
      * Deduce attribute expr.
      
      * Test deduce subscript expr.
      
      * Test deduce attribute.
      
      * Add go test.
      
      * Fix deduce map subscript.
      
      * Fix deduce label attribute.
      
      * Fix label expr test.
      
      * Fix subscript deduce and add test.
      
      * Rebase and add test.
      f93f3681
    • jimingquan's avatar
      redefine runtime input (#381) · 46f4d55a
      jimingquan authored
      * redefine runtime input
      
      * del exprProps from TraversalValidator
      
      * change the name of srcRef to originalSrc
      46f4d55a
  3. Nov 05, 2020
  4. Nov 04, 2020
  5. Nov 03, 2020
  6. Nov 02, 2020
  7. Oct 31, 2020
  8. Oct 29, 2020
  9. Oct 28, 2020
  10. Oct 27, 2020
  11. Oct 26, 2020
  12. Oct 24, 2020
  13. Oct 23, 2020
    • Yee's avatar
      Return semantic error in validators (#349) · 52153f66
      Yee authored
      * Return error code string if the status message content is empty
      
      * Return error directly
      
      * Return semantic error in validators
      
      * Fix comments
      
      * Fix ci failure
      52153f66