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.

貢獻者指南