Custom Query (35 matches)
Results (19 - 21 of 35)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#12 | fixed | Buildbots for automated performance regression testing. | ||
Description |
Can we re-target the new GHC buildbot to do this? |
|||
#20 | fixed | Better docs for the select function, or change the implementation. | ||
Description |
From SO: Hello! I'm a bit confused with select function in repa package:
[0,1,2,3,4,5,6,7,8] I thought i to be between 0 and 10 or 0 and 9. Why is it between 0 and 8? Getting indices from [0..8] for an extend of 10 is confusing. |
|||
#34 | fixed | Ambiguous show instance. | ||
Description |
Grigory Sarnitskiy reports: Hello! I'm using repa 2.1.1.5, so maybe this issue is gone already. Nevertheless, repa's Show instance is a bit ambiguous, e.g. show of Maybe (Array DIM1 Int) "Just Array (Z :. 1) [...]" Wouldn't it be better to have "Just (Array (Z :. 1) [...])" just like elsewhere in Haskell? For example show $ Just $ Just 5 "Just (Just 5)" |
Note: See TracQuery
for help on using queries.