Spyglass icon indicating copy to clipboard operation
Spyglass copied to clipboard

Make it possible to define access restrictions for storage, scoreboard, etc.

Open ChenCMD opened this issue 4 years ago • 3 comments

What about the ability to declare write / read-only to the scoreboard and storage? In solid development, you often want to allow references, but not rewrites. It is very troublesome to prepare an accessor function for that purpose.

I haven't come up with the syntax for that yet:(

ChenCMD avatar Feb 11 '21 11:02 ChenCMD

How about just a @readonly annotation in our IMP-doc flavor?

SPGoding avatar Feb 12 '21 17:02 SPGoding

I think it's good, but I think it can be redundant to create complex access restrictions such as readonly from directory A and writeonly from directory B.

ChenCMD avatar Feb 12 '21 17:02 ChenCMD