codon/test
A. R. Shajii d23c8c7a75
Support "key" argument on min() and max() builtins (#505)
* Support "key" argument on min() and max() builtins

* Delay overload selection when arguments are not known (delayed dispatch)

* Delay 'is None' for 'Optional[T]' until type is known

* Fix union overload selection

* Add static string slicing

* Fix itertools.accumulate

* Fix list comprehension optimization ( minitech:imports-in-list-comprehensions )

* Fix match or patterns

* Fix tests and faulty static tuple issue

* Fix OpenMP reductions with new min/max functions

* Fix domination of dominated bindings; Fix hasattr overloads; Fix arg=None handling

* Fix empty return handling; Mark generators with an attribute

* Fix #487

* Fix test

* Fix IR pass

---------

Co-authored-by: Ibrahim Numanagić <ibrahimpasa@gmail.com>
2024-01-12 19:27:29 -05:00
..
app Doc updates (#385) 2023-05-23 17:59:26 -04:00
cir
core Support "key" argument on min() and max() builtins (#505) 2024-01-12 19:27:29 -05:00
parser Support "key" argument on min() and max() builtins (#505) 2024-01-12 19:27:29 -05:00
python Better Jupyter support & Polymorphism improvements (#363) 2023-05-10 09:28:25 -04:00
stdlib Add complex str constructor (#502) 2023-12-05 15:48:34 -05:00
transform GPU compilation fixes (#496) 2023-11-18 15:14:05 -05:00
CMakeLists.txt.in
main.cpp
types.cpp