aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.85k stars 91 forks source link

auraescript: make helpers.print variadic #375

Closed jcorbin closed 1 year ago

jcorbin commented 1 year ago
cla-bot[bot] commented 1 year ago

In order to contribute to a Nivenly Foundation project you must sign and agree to the CLA. Reply with @cla-bot check to check again.

jcorbin commented 1 year ago

In order to contribute to a Nivenly Foundation project you must sign and agree to the CLA. Reply with @cla-bot check to check again.

@cla-bot check

cla-bot[bot] commented 1 year ago

The cla-bot has been summoned, and re-checked this pull request!

jcorbin commented 1 year ago

I suppose it'd be nicer to use Deno.inspect() (which formats like console.log would do instead of JSON.stringify ; or even to question "hey, why aren't we just using console.log anyhow?" ... but a brief attempt to use either ended up with them being undefined ... will have to look into what's going on with the auraescript deno globals soon, just starting to get my footing here

dmah42 commented 1 year ago

thanks!