Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
22512ee
make-baseline
kwatsen Mar 6, 2026
dc1efc8
s/6991/9911/g
kwatsen Mar 6, 2026
737f96d
s/6 comments/5 comments/g
kwatsen Mar 6, 2026
00ef2c5
merge main
kwatsen Mar 6, 2026
efe0ffb
Merge branch 'main' into make-baseline
kwatsen Apr 21, 2026
9b860d0
add designs/make-baseline.md
kwatsen Apr 28, 2026
a088d7f
fixed typo reported by Michal
kwatsen Apr 30, 2026
7209cdd
fixed downref reported by Carsten
kwatsen Apr 30, 2026
2a17062
fixed Qiufang's comment regarding redundant 'Section' label
kwatsen May 7, 2026
3ba121d
fixed Qiufang's comment regarding s/8407/9907/
kwatsen May 7, 2026
563e79d
fixed Qiufang's comment regarding awkward sentence
kwatsen May 7, 2026
cda358c
fixed Michal's comment regarding an 'iana' prefix
kwatsen May 8, 2026
3176a6b
fixed Qiufang's comment regarding 'document data' and 'use independen…
kwatsen May 8, 2026
f7957be
fixed Reshad's comment regarding 'small number of backwards incompati…
kwatsen May 8, 2026
5b47a6e
2nd fix for Reshad's comment regarding 'small number of backwards inc…
kwatsen May 8, 2026
f7cfebc
Merging main (i.e., the 'apply-errata' branch) into make-baseline
kwatsen Jun 16, 2026
f45b2ec
added sentence pointing to the 'yang-next-agreement' doc
kwatsen Jun 16, 2026
624da10
add ref to yang-next-agreement, add 'change to 7950' for apply-errata…
kwatsen Jun 16, 2026
828da1a
s/Core/Update/
kwatsen Jun 16, 2026
e50360c
cleanup language in one sentence
kwatsen Jun 23, 2026
4b4cf20
replace '1.1' with '2.0' in a ferw places
kwatsen Jun 24, 2026
12e5459
apply newly verified errata 9005 (https://errata.rfc-editor.org/eid9005)
kwatsen Jun 26, 2026
5771ff9
s/attempts/helps/ in Discussion Venues section
kwatsen Jun 26, 2026
1062c5b
Fix Claude issue #1
kwatsen Jul 1, 2026
b1768ae
Fix Claude issue #4
kwatsen Jul 1, 2026
794564c
Fix Claude issue #5
kwatsen Jul 1, 2026
ef79881
Fix Claude issue #6
kwatsen Jul 1, 2026
3ee665b
Fix Claude issue #7
kwatsen Jul 1, 2026
e8c3ed6
Fix Claude issue #9
kwatsen Jul 1, 2026
ce7eaa7
Fix Claude issue #10
kwatsen Jul 1, 2026
d767b82
Fix Claude issue #11
kwatsen Jul 1, 2026
e974ad3
Fix Claude issue #12
kwatsen Jul 1, 2026
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: 1 addition & 1 deletion .github/workflows/pull_request_updated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
}
- name: Test summary line for changes
run: |
echo "${{env.SUMMARY_LINE}}" | grep -qF "0 flaws (~~), 3 warnings (==), 6 comments (--)" || {
echo "${{env.SUMMARY_LINE}}" | grep -qF "0 flaws (~~), 3 warnings (==), 5 comments (--)" || {
echo "::error::Idnits summary line different - examine why (fix workflow if needed)"
exit 1
}
Expand Down
11 changes: 11 additions & 0 deletions designs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
As described in CONTRIBUTING, sufficiently complex changes should
have a design document.

It is possible for a design to be reviewed prior-to or at the
same time as the updates to the `yang2` document itself.

It is up to the submitter to decide what to put into a design
document, but notes explaining choices would be good.

Please name the document `<name-of-branch>.md`.

28 changes: 28 additions & 0 deletions designs/make-baseline.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Design for creating the "yang2" document

## Background

RFC 7950 contains details not specific to data-modeling that should be
factored out into other documents. The resulting document, would be a
good basis for YANG 2.0.

## General Steps

1) Copy `rfc7950.xml` to `draft-yn-netmod-yang2.xml`

- Note that file `rfc7950.xml` is from the Editor and was updated
to `v3` using `xml2rfc --v2v3`.

2) Move XML-encoding details to `draft-yn-netmod-yang-xml.xml`.

- The `yang-xml` document is in a different GitHub repo, here:
https://github.com/netmod-wg/yang-xml.

- There are XML-comments in `draft-yn-netmod-yang-xml.xml` that
point to where content was pulled from in this document.

3) Delete any NETCONF-specific details

- It is expected that the NETCONF WG will examine this PR's diff
as part of some future NETCONF-next effort.

Loading
Loading