Skip to content
Snippets Groups Projects
  1. Apr 11, 2022
  2. Mar 20, 2022
  3. Mar 06, 2022
  4. Feb 23, 2022
  5. Feb 05, 2022
    • Tomáš Pecka's avatar
      aux: PrimitiveCompare for booleans and integers · 1a12b82b
      Tomáš Pecka authored
      I want to be able to compare booleans in aql. However, when an overload
      for booleans is added, aql's `print compare::PrimitiveCompare 1 2`
      results in `true`, because the overload for booleans is selected.
      ALT selects one of the possible overloads (unsigned ints vs bools)
      which is not what we want. It should suffice to add another overload for
      ints and now ALT's behaviour should be OK.
      Unverified
      1a12b82b
  6. Jan 26, 2022
  7. Jan 10, 2022
  8. Nov 27, 2021
  9. Nov 23, 2021
  10. Oct 15, 2021
  11. Jul 03, 2021
  12. May 28, 2021
  13. Mar 25, 2021
  14. Mar 08, 2021
  15. Jan 30, 2021
  16. Aug 03, 2020
  17. Apr 27, 2020
  18. Apr 18, 2020
  19. Apr 06, 2020
  20. Apr 04, 2020
  21. Apr 02, 2020
  22. Dec 10, 2019
  23. Nov 13, 2019
  24. Oct 10, 2019
  25. Jul 11, 2019
  26. Jun 04, 2019
  27. Jun 03, 2019
  28. May 30, 2019
Loading