Open yoav-steinberg opened 1 year ago
Hi,
This issue hasn't seen activity in 60 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days. Feel free to re-open this issue when there's an update or relevant information to be added. Thanks!
Hi,
This issue hasn't seen activity in 90 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days. Feel free to re-open this issue when there's an update or relevant information to be added. Thanks!
@yoav-steinberg in a comment in #1045 https://github.com/winglang/wing/pull/1045#discussion_r1062564349:
The gist of it means that every time our compiler sees another container type (e.g.
Array<num>
) it creates a new type, instead of checking if this type already exists. This is an important optimization, which may also lead to errors in certain scenarios (not entirely sure which scenarios though).