You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now classes have pub and priv sections but exported items are labeled individually. We should do the same thing, I think, for both. I'd prefer to see class items individually labeled public and private with private the default, just as with modules. Reasonable people may differ on this, however.
The text was updated successfully, but these errors were encountered:
I'm ok with this, so long as whatever chatter-reduction technique we use in modules (pub *; or whatever) also works here. Symmetry is good, verbosity not as good.
…mpl, r=RalfJung
Extend `environ` linux extern implementation to freebsd
This fixes the `env` test on freebsd, and enables the CI test
Signed-off-by: InfRandomness <infrandomness@gmail.com>
Right now classes have
pub
andpriv
sections but exported items are labeled individually. We should do the same thing, I think, for both. I'd prefer to see class items individually labeled public and private with private the default, just as with modules. Reasonable people may differ on this, however.The text was updated successfully, but these errors were encountered: