William Entriken
William Entriken
This issue is not about compiler generated setters. This issue is about disallowing a subclass from accessing the setter of the parent.
There is no generated setter function. The expression is meant to indicate that an inheriting contract will NOT be allowed to use that state variable as an l-value.
Here are some actual use cases where this feature would be used today: - ERC-721 implementation where the base class wants to allow overriding the `baseURL` variable (OZ does this)...
The second optimization is: If inside a single code unit, if: 1. an unsigned variable is compared to be greater than some value, 2. the variable is not set until...
@migoldfinger That code example would NOT be optimized. The rule is (emphasis added): > 1. a variable has bit width X, > 2. the variable is compared to be less...
In this issue I understand that Jekyll does not support Ruby 3 for macOS. But the documentation at https://jekyllrb.com/docs/installation/macos/ shows the example of using Ruby 3.
Please note, the new macOS does not have this option: 
This PR is included inside (actually, obviated by) https://github.com/google/open-location-code/pull/463 And additionally, specification is added: > Longitude inputs MUST NOT cause runtime performance linearly dependent on the longitude. E.g. use `LONGITUDE...
Recommended tag: implementation Please proceed to provide a PR here
This repository is related to plus codes. What you are referring to is not a plus code. I recommend that this issue be closed as out of project scope.