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
Logic in State.parse_file() calls get_source() unconditionally. And this method is still used when we have just one file in batch (and don't want to create an executor).
This is not needed, as native parser already does all the same things in Rust.
Logic in
State.parse_file()callsget_source()unconditionally. And this method is still used when we have just one file in batch (and don't want to create an executor).This is not needed, as native parser already does all the same things in Rust.