Conversation
|
This PR is marked as draft since after adding function with the 'generics' attribute to stdlib, the |
73691a6 to
5847409
Compare
This issue has now been resolved, so this PR is ready for review. |
|
@richmckeever PTAL |
5847409 to
0512533
Compare
|
I rebased on the current main branch and applied suggested changes. |
|
Do we need anything else here? @richmckeever |
|
@richmckeever, I've noticed that the CI failed on internal checks. Can you help me find which test case fails? |
0512533 to
4c53dca
Compare
|
I've rebased changes onto the latest main, so fix for ZSTD pipeline from |
|
@richmckeever Can we get a hint as to what internal checks are failing on this? |
|
I think what we are seeing internally is just more cases where we would have to replace enumerate() with std::enumerate(). It may be easiest if you could separate the parts that are removing the old builtin into a separate PR. Then we can commit this PR, change all internal stuff to use the new function, and then you commit the removal of the old function. |
|
@richmckeever, I split this PR into two: Please let me know if there is anything else I can do for you. |
This PR adds the 'enumerate()' function with the 'generics' attribute to DSLX stdlib, replacing the existing built-in implementation.
This change was created because we wanted to enable conversion 'enumerate()' to IR.