Theo M. Bulut
Theo M. Bulut
I can check results and update them, please assign it to me.
@imkow This feature went inside with Bastion itself: https://docs.rs/bastion/0.3.4/bastion/supervisor/struct.RestartStrategy.html ``` /// # use std::time::Duration; /// # let actor_restart_strategy = ActorRestartStrategy::LinearBackOff { /// # timeout: Duration::from_secs(5) /// # }; /// #...
This issue is still continuing and doesn't allow me to work. Do you have ETA to resolve this issue?
Are these removed in 18? Don't we need to bump all of them compatible up to 18?
I searched for the new pass manager doc, I couldn't find it tbh. They made it into classes where some of these are bundled into as multiple passes. https://releases.llvm.org/18.1.1/docs/NewPassManager.html#just-tell-me-how-to-run-the-default-optimization-pipeline-with-the-new-pass-manager
Btw, setting through PassManagerOptions on the master doesn't apply the underlying passes. We need to write the current pass list in 18 with new methods (whereever they are).