Hadron / carthage-aws

AWS Plugin for Carthage
Other
2 stars 2 forks source link

readonly vs aws_readonly confusing #33

Open hartmans opened 3 months ago

hartmans commented 3 months ago

So, I ran into a very similar issue with one of the AWS tests and discussed it in the chat room.

Background:

AwsManaged takes "aws_readonly" as an InjectionKey and sets the readonly property based on that injection.

That key has _optional=NotPresent meaning that if the key is not provided the property is not set.

Consequences