Open hasanaburayyan opened 1 year ago
Once this is implemented we should fix the Map API back to size
rather than size()
which I changed as part of: https://github.com/winglang/wing/pull/1653
Once this is implemented we should fix the Map API back to
size
rather thansize()
which I changed as part of: #1653
I think we should actually keep it uniform across our container types, so it should be .len
.
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!
Community Note
Feature Spec
I want to be able to add a macro to a getter/setter method.
Use Cases
Solves issue where we have to use normal methods like
size()
rather than simply invokesize
on plain java objects. As done in this PR: https://github.com/winglang/wing/pull/1653/files#diff-02245bbbc2eb597dd86d8484abff67768e1e36b6af074525abb3fa3c1113ef32Implementation Notes
No response
Component
Compiler