Open bfops opened 2 weeks ago
Remove the spacetimedb version of common macros like println!, per https://github.com/clockworklabs/SpacetimeDB/issues/1819.
println!
Yes. This removes several spacetimedb macros. They should be replaced with spacetimedb::log::info!, spacetimedb::log::error!, or spacetimedb::log::debug!.
spacetimedb::log::info!
spacetimedb::log::error!
spacetimedb::log::debug!
2
Existing automated tests have been updated.
Description of Changes
Remove the spacetimedb version of common macros like
println!
, per https://github.com/clockworklabs/SpacetimeDB/issues/1819.API and ABI breaking changes
Yes. This removes several spacetimedb macros. They should be replaced with
spacetimedb::log::info!
,spacetimedb::log::error!
, orspacetimedb::log::debug!
.Expected complexity level and risk
2
Testing
Existing automated tests have been updated.