Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Lang] Cancel deprecating native min/max (taichi-dev#7928)
Issue: # ### Brief Summary <!-- copilot:summary --> ### <samp>🤖 Generated by Copilot at fcf8184</samp> Remove the deprecation warning for using the builtin `min` and `max` functions in Taichi scope. Update the related test cases to match the new behavior. ### Walkthrough <!-- copilot:walkthrough --> ### <samp>🤖 Generated by Copilot at fcf8184</samp> * Remove the deprecation warning for using the builtin `min` and `max` functions in Taichi scope ([link](https://github.com/taichi-dev/taichi/pull/7928/files?diff=unified&w=0#diff-3e22417ffade4af0564893b98dc5101d714b8ba6fd4423ab5bc5129e360fee8fL437-L447)) * Update the test cases to reflect the new behavior of the AST transformer ([link](https://github.com/taichi-dev/taichi/pull/7928/files?diff=unified&w=0#diff-8981be068a363e39524dc2e29d28d4c13a097d0037fc3a1176b249ce5bf35ef8L87-L101), [link](https://github.com/taichi-dev/taichi/pull/7928/files?diff=unified&w=0#diff-cc8e7da3222177c1a6a058d133c0b6ea736f6a1fc34a958bc4bc6fe7ea9462d0L75-R75))
- Loading branch information