Skip to content
Snippets Groups Projects
  1. Apr 23, 2014
  2. May 12, 2014
  3. Jun 06, 2014
  4. Mar 13, 2014
  5. Mar 11, 2014
  6. Dec 16, 2013
  7. Oct 21, 2013
  8. Oct 23, 2013
  9. Sep 11, 2013
  10. Aug 28, 2013
  11. Aug 08, 2013
  12. Jun 28, 2013
  13. Aug 07, 2013
  14. Aug 02, 2013
  15. 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
  16. Apr 10, 2013
  17. Apr 08, 2013
  18. Jan 31, 2013
  19. Jan 30, 2013
  20. Jan 15, 2013
  21. Nov 16, 2012
  22. Nov 08, 2012
  23. Dec 06, 2012
  24. Aug 22, 2012
  25. Mar 29, 2012
Loading