B-Lang-org/bsc

Properly support "enabled_when_ready" attribute for methods

开放

#607 创建于 2023年8月25日

 (0 条评论) (0 个反应) (0 位负责人)Haskell (178 个派生)batch import
enhancementgood first issue

仓库指标

星标
 (1,108 个星标)
PR 合并指标
 (平均合并 17天 1小时) (30 天内合并 18 个 PR)

描述

As mentioned in this comment on Discussion #605, there is some support for enabled_when_ready as a method attribute, but it is not parsed for BH (only BSV) and the use is not checked in the parent module. And the feature is not tested or documented. Implementation seems straightforward, although some high-level thought may be needed, to decide if we want to reuse the existing encoding at synthesis boundaries or extended it.

贡献者指南