B-Lang-org/bsc

Properly support "enabled_when_ready" attribute for methods

オープン

#607 opened on 2023/08/25

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Haskell (178 件のフォーク)batch import
enhancementgood first issue

Repository metrics

Stars
 (1,108 個のスター)
PR merge metrics
 (平均マージ 17d 1h) (30d で 18 merged PRs)

説明

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.

コントリビューターガイド