ReactiveX / RxPY

ReactiveX for Python
https://rxpy.rtfd.io
MIT License
4.77k stars 361 forks source link

Fix starmap_indexed not passing index #690

Open Boudewijn26 opened 1 year ago

Boudewijn26 commented 1 year ago

This PR fixes starmap_indexed not actually passing the index to the function

This could be considered a breaking change, although I suspect the impact would be minor. Anyone currently using starmap_indexed must have noticed it's no different from starmap

coveralls commented 1 year ago

Coverage Status

Coverage: 93.425% (+0.03%) from 93.396% when pulling cab78b4c12b3483d7bf40edeb18cabb62a996cc4 on Boudewijn26:fix/starmap_indexed into a10cc1cfd31c5fb1582207d44aaa53b920163f6e on ReactiveX:master.