Sjoerd de Vries

Results 93 comments of Sjoerd de Vries

Everything seems to work for 0.11

"More robust" means that the offending checksum/node is skipped, but that the rest of the operation continues.

Some progress has been made in the redesign, but rigorous testing is needed.

This might be considered as not a bug, at least for set_checksum, but must be carefully documented! Make .checksum a read-only property?

Need to reinforce the dogma that environments are a validation/hint, not a recipe.

On reflection, don't pursue this feature. - Expression evaluation should be cheap. If it isn't, use deepcells - Morphing is stored in buffer info. - Macros can be elided. The...

Better not make eager the default, performance will suffer.

Point 1 TODO. In general, `ctx.mod = Module(); ctx.x = ctx.mod` causes `ctx.x` to be a Cell, not a module.

close with commit bb3d668c and commit e87ed2dc49c3f and commit 112a7fa48e2e542

> Perhaps related: updating the Module code seems to cancel a downstream Transformer, setting the module pin to undefined. Not related, as that has been solved now.