MForster / factorio-rust-tools

A Rust library to export prototype definitions from Factorio.
4 stars 1 forks source link

Handle infinite recursion #34

Closed MForster closed 1 year ago

MForster commented 1 year ago

There are cycles in the graph of classes. We need to cut that in a good way. Currently we're just cutting off after a fixed depth. That's probably not the best we can do.