-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Protected attribute for variables in derived types #16
Labels
Clause 8
Standard Clause 8: Attribute declarations and specifications
Fortran 202y
Proposals targeting the standard after F2023
under consideration
Has been submitted to the committee
Comments
certik
added
Fortran 202y
Proposals targeting the standard after F2023
unsubmitted
Has not been submitted to the committee yet
labels
Oct 18, 2019
Thanks @aradi for the idea. Would you be interested in putting a proposal together for this? You can send a PR with the draft. |
Yes, sure, why not. I'll make a proposal. |
Stupid question: How do you choose the file name for the proposal in the PR? |
Just choose some, we can rename it later.
…On Mon, Oct 21, 2019, at 8:45 AM, Bálint Aradi wrote:
Stupid question: How do you choose the file name for the proposal in the PR?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#16?email_source=notifications&email_token=AAAFAWH4VR64SMUAIC5D6GTQPXFDNA5CNFSM4JBYSARKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEB2ZI2Y#issuecomment-544576619>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAAFAWES5V2UJJH4E2PVMMTQPXFDNANCNFSM4JBYSARA>.
|
zjibben
added
under consideration
Has been submitted to the committee
and removed
unsubmitted
Has not been submitted to the committee yet
labels
Feb 23, 2020
The proposal is now submitted: https://j3-fortran.org/doc/year/20/20-106.txt Thanks @aradi! |
Cool! Thanks @zjibben to support this! |
milancurcic
added
the
Clause 8
Standard Clause 8: Attribute declarations and specifications
label
Oct 27, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Clause 8
Standard Clause 8: Attribute declarations and specifications
Fortran 202y
Proposals targeting the standard after F2023
under consideration
Has been submitted to the committee
It would be awesome, if the
protected
attribute could also be used in derived types:It would help to avoid unnecessary copies when retrieving data from a derived type instance and enable protection against unnoticed manipulation of that data.
The text was updated successfully, but these errors were encountered: