Skip to content
Snippets Groups Projects
  1. Feb 23, 2022
  2. 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
  3. Jan 26, 2022
  4. Jan 10, 2022
  5. Nov 27, 2021
  6. Nov 23, 2021
  7. Oct 15, 2021
  8. Jul 03, 2021
  9. May 28, 2021
  10. Mar 25, 2021
  11. Mar 08, 2021
  12. Jan 30, 2021
  13. Aug 03, 2020
  14. Apr 27, 2020
  15. Apr 18, 2020
  16. Apr 06, 2020
  17. Apr 04, 2020
  18. Apr 02, 2020
  19. Dec 10, 2019
  20. Nov 13, 2019
  21. Oct 10, 2019
  22. Jul 11, 2019
  23. Jun 04, 2019
  24. Jun 03, 2019
  25. May 30, 2019
  26. May 29, 2019
Loading