Sjoerd de Vries

Results 93 comments of Sjoerd de Vries

Perhaps related: updating the Module code seems to cancel a downstream Transformer, setting the module pin to undefined.

Needs to support the upcoming scatter transformers/contexts, that get internally translated into stdlib.map Libinstances, as well.

in the future, perhaps some kind of annotation syntax in the module definition that guides the selection of a submodule (selecting the right additional components to go along into the...

In addition to "expression result cache", consider "structured cell join cache"

Probably, this eager behavior should be made the standard for all, for input pins that are missing but non-void.

Now made a high-level test that identify the issue.

solve #157 first. Do this for next release.

The lingering auth relic is an issue of its own, see #162

Solution: retrieve buffer info, and convert/reserialize if needed. Implement this strictly at the high level, since `cell.set_checksum` at the low level is used by graph translation, which we don't want...

An important milestone for this has been met with build_module.bootstrap (commit c7fc13dcc365afcd77fcf32061b6a5ceb48b1ec4). With this, Python code can ask the Seamless module definition of the module/package it is part of. This...