Skip to content
Snippets Groups Projects
  1. Mar 06, 2020
    • Nicholas Robinson's avatar
      getMethod Error · e9910271
      Nicholas Robinson authored
      - ExprPrimaryNodes.py:getMethod error is when comparing the two myTypes,
      one of them is always or mostly always None for some reason, without
      these checks all tests will fail because NoneType cannot work well with
      TypeStruct's __eq__ function
      e9910271
    • Nicholas Robinson's avatar
      NameNode & disambigName & checkType stuff · 5095c3ae
      Nicholas Robinson authored
      - added fieldType to FieldNode
      - added myType to NameNode
      - fixed NameNode:checkStatic
      - recursively calling disambigName exactly the same as how we do
      checkType
      - starting NameNode:checkType
      - cleaned up Test.py commented code
      5095c3ae
  2. Mar 05, 2020
  3. Mar 04, 2020
  4. Mar 03, 2020
  5. Mar 02, 2020
  6. Feb 25, 2020
  7. Feb 24, 2020
Loading