Seven-Streams opened a new issue, #732:
URL: https://github.com/apache/tvm-ffi/issues/732

   `tvm-ffi-stubgen` has two kinds of markers:
   
   * Block directives, which use `begin`/`end` pairs—such as `global/`, 
`object/`, and `import-section`—to delimit generated regions.
   * One-line directives, which represent declarations such as `ty-map` and 
`import-object`.
   
   Currently, most markers support only one of these forms. However, `ty-map` 
currently supports both:
   
   ```python
   # tvm-ffi-stubgen(ty-map): A -> B
   ```
   
   and
   
   ```python
   # tvm-ffi-stubgen(begin): ty-map/A -> B
   # tvm-ffi-stubgen(end)
   ```
   
   Supporting both forms may introduce unnecessary complexity. Could we 
standardize `ty-map` on a single form? If so, I would prefer the first, 
one-line form. The main concern is that removing the other form may introduce a 
forward compatibility issue.
   


-- 
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