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
213349ms INFO cargo_minimize::processor src/query/mod.rs: After privatize: no
215275ms INFO cargo_minimize::processor src/query/mod.rs: After privatize: no
217217ms INFO cargo_minimize::processor src/query/mod.rs: After privatize: no
222527ms INFO cargo_minimize::processor src/query/mod.rs: After privatize: yes
222527ms INFO cargo_minimize::processor src/query/mod.rs: After privatize: no changes
thread 'main' panicked at 'internal error: entered unreachable code: No change while bisecting, current was empty somehow: {AstPath([])}', src/processor/checker.rs:173:17
fa0b302 probably helps but what is really needed is a proper way to do this tracking..
I think I should probably start with a HasName trait implemented for all the syn structs.
And then using a bunch of macros define my own visitor trait that tracks this properly
while running the
privatize
pass on pi_ecs@0.1.0The text was updated successfully, but these errors were encountered: