Skip to content
Snippets Groups Projects
  1. Aug 02, 2013
  2. May 15, 2013
    • Adrien Di Mascio's avatar
      fix add_type_restriction() implementation with IN() function (closes #138635) · 3e6b5f8cc4d2
      Adrien Di Mascio authored
      When the variable type is defined by an IN() function, ``add_type_restriction``
      removes all types in it that don't match the specified type. Since the list
      of types is modified inplace, the iteration must be done on a copy, not on
      the list itself.
      
      There was a test for "add_type_restriction + IN()" case but since there
      was only 2 types defined in the IN function, the problem was not exposed.
      3e6b5f8cc4d2
  3. Apr 08, 2013
  4. Jan 31, 2013
  5. Jan 30, 2013
  6. Jan 15, 2013
  7. Nov 16, 2012
  8. Nov 08, 2012
  9. Dec 06, 2012
  10. Aug 22, 2012
  11. Mar 29, 2012
  12. Mar 22, 2012
  13. Mar 16, 2012
  14. Mar 13, 2012
  15. Mar 16, 2012
  16. Feb 20, 2012
  17. Feb 03, 2012
  18. Jan 30, 2012
  19. Dec 09, 2011
  20. Nov 09, 2011
  21. Oct 28, 2011
  22. Oct 25, 2011
Loading