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

remove statement discouraging anchors and aliases #443

Merged
merged 2 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
------------------

- Update reference files [#409]
- Remove statement discouraging use of YAML anchors and aliases [#443]

1.1.1 (2024-03-06)
------------------
Expand Down
5 changes: 1 addition & 4 deletions docs/source/tree.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,7 @@ allowed.
.. note::
The YAML 1.1 standard itself also provides a method for internal
references called "anchors" and "aliases". It does not, however,
support external references. While ASDF does not explicitly
disallow YAML anchors and aliases, since it explicitly supports
all of YAML 1.1, their use is discouraged in favor of the more
flexible JSON Pointer/JSON Reference standard described above.
support external references.

.. _numeric-literals:

Expand Down
Loading