1. 22 Apr, 2015 2 commits
    • Kevin Modzelewski's avatar
      Merge pull request #459 from kmod/osr_analysis · c43ba87c
      Kevin Modzelewski authored
      Fix analysis issue that virtualenv was running into
      c43ba87c
    • Kevin Modzelewski's avatar
      Fix analysis issue that virtualenv was running into · 81f00afe
      Kevin Modzelewski authored
      The issue was that the types analysis was osr-aware, where
      we would only type-analyze the sections of the function
      accessible from the osr entry point.  The phi and definedness
      analyses were not osr-aware, so they would think that phis
      in certain places where the type analysis knew that they
      were undefined.
      
      So this change makes definedness and phi analysis osr-aware,
      where they only analyze the appropriate section of the function.
      I think this means that we will do these analyses more, since we
      have to rerun them for each entry point, so hopefully analysis time
      doesn't increase too much.
      81f00afe
  2. 21 Apr, 2015 15 commits
  3. 20 Apr, 2015 17 commits
  4. 19 Apr, 2015 6 commits