Skip to content
Snippets Groups Projects
  1. Jul 22, 2015
  2. Jul 17, 2015
  3. Jul 15, 2015
  4. Apr 23, 2015
  5. Jan 08, 2015
  6. May 27, 2015
    • Julien Cristau's avatar
      [pkg] Use setuptools · d9762b5a4604
      Julien Cristau authored
      Move sources to a 'rql' subdirectory, drop the NO_SETUPTOOLS code path
      (essentially rewriting all of setup.py).  This avoids a conflict between
      our parser.py and the stdlib when running setup.py.  Closes #278637.
      d9762b5a4604
  7. Jul 28, 2014
  8. Jul 25, 2014
  9. Jul 15, 2015
  10. Oct 17, 2014
  11. Jul 25, 2014
  12. Jul 24, 2014
  13. Jul 20, 2014
  14. Jul 25, 2014
  15. Jul 24, 2014
  16. Jul 22, 2014
  17. Jul 23, 2014
  18. Jul 20, 2014
  19. Dec 01, 2014
  20. Jul 20, 2014
  21. Jul 23, 2014
  22. Jul 20, 2014
  23. Jul 28, 2014
  24. Jul 27, 2014
  25. Jul 09, 2014
  26. Apr 24, 2014
    • Alain Leufroy's avatar
      [stcheck] fix visit_constant checker: a etype inside a CAST is a good thing · dbb9798ea5ad
      Alain Leufroy authored
      Actually, if you put a CAST after a relation (!= ``is`` or ``is_instance_of``),
      the checker raises an error saying that the etype (inside the CAST) must be
      after a ``is`` or ``is_instance_of`` relation. In fact the CAST case was tested too late.
      
      This allow to use CAST outside the selection section, so:
      Closes #79232
      dbb9798ea5ad
  27. Jun 06, 2014
Loading