tqchen opened a new pull request, #19916:
URL: https://github.com/apache/tvm/pull/19916

   This PR routes structural diagnostic path rendering through the existing 
TVMScript printer so hidden suffixes can be reported with the visible script 
anchor used for underlines.
   
   Summary:
   - return visible-path metadata from the internal invisible-path TVMScript 
render path
   - use that render path for structural equality and pass-error diagnostics
   - add focused tests for invisible path metadata and structural-equality 
diagnostics
   
   Validation:
   - git diff --check upstream/main...HEAD
   - pre-commit run --files on the touched C++/Python/test files
   - python -m py_compile on the touched Python files and tests
   - cmake --build build --target libtvm_compiler.so -j 8
   
   Focused pytest was attempted but could not start in this environment because 
the in-tree tvm_ffi Python package lacks its compiled core extension.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to