1. 06 1月, 2023 1 次提交
  2. 05 1月, 2023 1 次提交
  3. 04 1月, 2023 1 次提交
  4. 03 1月, 2023 2 次提交
  5. 30 12月, 2022 2 次提交
  6. 29 12月, 2022 1 次提交
  7. 22 12月, 2022 1 次提交
  8. 20 12月, 2022 1 次提交
  9. 19 12月, 2022 1 次提交
  10. 16 12月, 2022 1 次提交
  11. 14 12月, 2022 1 次提交
  12. 13 12月, 2022 2 次提交
  13. 12 12月, 2022 1 次提交
  14. 08 12月, 2022 1 次提交
  15. 07 12月, 2022 1 次提交
  16. 05 12月, 2022 3 次提交
  17. 02 12月, 2022 3 次提交
  18. 01 12月, 2022 1 次提交
  19. 30 11月, 2022 1 次提交
  20. 29 11月, 2022 1 次提交
  21. 28 11月, 2022 1 次提交
  22. 08 11月, 2022 1 次提交
  23. 23 10月, 2022 1 次提交
  24. 27 9月, 2022 1 次提交
  25. 29 8月, 2022 1 次提交
  26. 09 8月, 2022 1 次提交
  27. 13 7月, 2022 1 次提交
  28. 12 7月, 2022 1 次提交
    • X
      [ Dy2Static ]Change NameVisitor in while to FunctionScopeAnalysis (#44155) · c5c6026e
      xiongkun 提交于
      * change NameVisitor to FunctionScopeAnalysis
      
      * polish the logic of undefined var in while_loop. create vars after body execution
      
      * replace old NameVisitor in while and fix all CI
      
      * Togather with CreateVariableTransformer
      
      * add create_variable_transformer
      
      * fix bugs
      
      * merge
      
      * fix some error, TODO: ForNodePreTransform ahead
      
      * merge for unite PR
      
      * fix conflict with base_transformer PR
      
      * fix ci errors, fix [for i in range()] error
      
      * fix according to code review
      c5c6026e
  29. 08 7月, 2022 1 次提交
  30. 28 6月, 2022 1 次提交
  31. 27 6月, 2022 1 次提交
  32. 23 6月, 2022 1 次提交
  33. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8