Skip to content
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

Adding subsection on Full_Access_Only aspect #1170

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
0bc780f
Editorial change: remove todo item
gusthoff Jan 6, 2025
a61eeca
Editorial change: adding anchor
gusthoff Jan 6, 2025
81c774f
Editorial change: adding anchor
gusthoff Nov 24, 2024
865e629
Adding subsection on Full_Access_Only aspect
gusthoff Jan 6, 2025
f9318e4
Minor corrections and improvements
gusthoff Jan 11, 2025
e746a79
Editorial change: adding anchor
gusthoff Jan 11, 2025
bef0c1c
Replacing code examples
gusthoff Jan 11, 2025
8a62997
Adapting description of code example
gusthoff Jan 11, 2025
9047c64
Minor change: adapting explanation
gusthoff Jan 11, 2025
c70f4f5
Minor editorial change
gusthoff Jan 11, 2025
10a332f
Minor suggested change
gusthoff Jan 11, 2025
bda8dab
Adding and adapting explanations about new code examples
gusthoff Jan 11, 2025
cc285c7
Adding Graphviz diagram
gusthoff Jan 11, 2025
a5d5aae
Adding code example
gusthoff Jan 11, 2025
231254d
Minor editorial changes
gusthoff Jan 11, 2025
494d6d1
Editorial change: adding subsection for delta aggregates
gusthoff Jan 11, 2025
0f264b8
Adding subsection on comparison between full-access and non-full-acce…
gusthoff Jan 11, 2025
0d937ec
Minor correction to code example
gusthoff Jan 11, 2025
14fa74a
Editorial change: removing button
gusthoff Jan 11, 2025
8a53adf
Minor corrections to code example
gusthoff Jan 12, 2025
8bf36eb
Correction: "objects" => "types"
gusthoff Feb 7, 2025
17dfef4
Adding admonition about atomic and volatile
gusthoff Feb 7, 2025
c140663
Minor editorial corrections
gusthoff Feb 7, 2025
caae7f3
Editorial change: simplifying phrase
gusthoff Feb 7, 2025
a2544e0
Minor addition: mentioning "atomic" and "volatile"
gusthoff Feb 7, 2025
a0b575e
Elaborating on compiler optimizations and full-access objects
gusthoff Feb 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/courses/advanced-ada/parts/data_types/aggregates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1956,6 +1956,8 @@ appropriate view, we're able to initialize an object of ascending type
descendent type (:ada:`Point_3D`), which contains more components.


.. _Adv_Ada_Delta_Aggregates:

Delta Aggregates
----------------

Expand Down
Loading
Loading