You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we handle special files by running a custom-written Rust script for each file type. In most of these cases, we're simply processing the file to turn it into stack graphs in a uniform way. It would be good to see if we can do all of this via TSG instead, so that special files are things that stack graph users can also contribute code for without having to learn Rust.
The text was updated successfully, but these errors were encountered:
Currently, we handle special files by running a custom-written Rust script for each file type. In most of these cases, we're simply processing the file to turn it into stack graphs in a uniform way. It would be good to see if we can do all of this via TSG instead, so that special files are things that stack graph users can also contribute code for without having to learn Rust.
The text was updated successfully, but these errors were encountered: