Maksymilian Demitraszek
Maksymilian Demitraszek
@Radinyn Can you create task for it and add it to this milestone?
I has been not requested
Moving it to protostar 1.0, it is not related to pure cairo1 runner
This should be considered when implementing https://github.com/software-mansion/protostar/issues/1322
Suggested syntax ``` #[setup] fn some_func(){ } ``` We should use compilers config attributes feature for thath
Mabye it is alsow worth considering, rust setup ``` use std::sync::Once; static INIT: Once = Once::new(); pub fn initialize() { INIT.call_once(|| { // initialization code here }); } ``` I...
@cptartur Can you provide some explanation here please 🥺
Blocked by #1888
Shouldn't this be a responsibility of Scarb?
Blocked by scarb workspaces