clockworklabs / SpacetimeDB

Multiplayer at the speed of light
https://spacetimedb.com
Other
4.41k stars 110 forks source link

Remove IO macros #1929

Open bfops opened 2 weeks ago

bfops commented 2 weeks ago

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!, or spacetimedb::log::debug!.

Expected complexity level and risk

2

Testing

Existing automated tests have been updated.