[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[7468] put no menu referencing node in condition
From: |
gavinsmith0123 |
Subject: |
[7468] put no menu referencing node in condition |
Date: |
Sun, 23 Oct 2016 15:18:14 +0000 (UTC) |
Revision: 7468
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7468
Author: gavin
Date: 2016-10-23 15:18:13 +0000 (Sun, 23 Oct 2016)
Log Message:
-----------
put no menu referencing node in condition
Modified Paths:
--------------
trunk/ChangeLog
trunk/tp/Texinfo/Structuring.pm
trunk/tp/t/results/docbook_tests/special_docbook_unnumbered.pl
trunk/tp/t/results/plaintext_tests/quote_node_names.pl
trunk/tp/t/results/sectioning/character_and_spaces_in_node.pl
trunk/tp/t/results/sectioning/menutextorder.pl
trunk/tp/t/results/sectioning/no_menu.pl
trunk/tp/t/results/sectioning/node.pl
trunk/tp/t/results/sectioning/nodename_parentheses.pl
trunk/tp/t/results/sectioning/nodes_before_top.pl
trunk/tp/t/results/sectioning/unnumbered_top_without_node_nodes.pl
trunk/tp/t/results/sectioning/unnumbered_top_without_node_sections.pl
trunk/tp/t/results/value/value_node_directions.pl
trunk/tp/tests/indices/res_parser/nodes_before_top/nodes_before_top.2
trunk/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter/nodes_before_top_and_sections.2
trunk/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter_nodes/nodes_before_top_and_sections.2
trunk/tp/tests/indices/res_parser/nodes_before_top_and_sections_monolithic/nodes_before_top_and_sections.2
trunk/tp/tests/indices/res_parser/nodes_before_top_no_nodes/nodes_before_top.2
trunk/tp/tests/indices/res_parser/nodes_before_top_nodes/nodes_before_top.2
trunk/tp/tests/indices/res_parser_info/nodes_before_top/nodes_before_top.2
trunk/tp/tests/indices/res_parser_info/nodes_before_top_and_sections_html_chapter/nodes_before_top_and_sections.2
trunk/tp/tests/indices/res_parser_info/nodes_before_top_and_sections_html_chapter_nodes/nodes_before_top_and_sections.2
trunk/tp/tests/indices/res_parser_info/nodes_before_top_and_sections_monolithic/nodes_before_top_and_sections.2
trunk/tp/tests/indices/res_parser_info/nodes_before_top_no_nodes/nodes_before_top.2
trunk/tp/tests/indices/res_parser_info/nodes_before_top_nodes/nodes_before_top.2
trunk/tp/tests/sectioning/res_parser/equivalent_nodes/equivalent_nodes.2
trunk/tp/tests/sectioning/res_parser/equivalent_nodes_no_node/equivalent_nodes.2
trunk/tp/tests/sectioning/res_parser/equivalent_nodes_test_renamed_nodes/equivalent_nodes.2
trunk/tp/tests/sectioning/res_parser_html/equivalent_nodes/equivalent_nodes.2
trunk/tp/tests/sectioning/res_parser_html/equivalent_nodes_no_node/equivalent_nodes.2
trunk/tp/tests/sectioning/res_parser_html/equivalent_nodes_test_renamed_nodes/equivalent_nodes.2
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2016-10-23 11:08:44 UTC (rev 7467)
+++ trunk/ChangeLog 2016-10-23 15:18:13 UTC (rev 7468)
@@ -1,5 +1,10 @@
2016-10-23 Gavin Smith <address@hidden>
+ * tp/Texinfo/Structuring.pm (nodes_tree): Only check whether
+ node is in a menu if 'validatemenus' is on.
+
+2016-10-23 Gavin Smith <address@hidden>
+
* tp/t/30sectioning.t (no_menu): New test.
2016-10-23 Gavin Smith <address@hidden>
Modified: trunk/tp/Texinfo/Structuring.pm
===================================================================
--- trunk/tp/Texinfo/Structuring.pm 2016-10-23 11:08:44 UTC (rev 7467)
+++ trunk/tp/Texinfo/Structuring.pm 2016-10-23 15:18:13 UTC (rev 7468)
@@ -600,7 +600,9 @@
$top_node = $self->{'nodes'}->[0] if (!$top_node);
foreach my $node (@{$self->{'nodes'}}) {
# warn if node is not top node and doesn't appear in menu
- if ($self->{'SHOW_MENU'} and $node ne $top_node and !$node->{'menu_up'}) {
+ if ($self->{'SHOW_MENU'}
+ and $self->{'validatemenus'}
+ and $node ne $top_node and !$node->{'menu_up'}) {
$self->line_warn(sprintf($self->__("unreferenced node `%s'"),
node_extra_to_texi($node->{'extra'})), $node->{'line_nr'});
}
Modified: trunk/tp/t/results/docbook_tests/special_docbook_unnumbered.pl
===================================================================
--- trunk/tp/t/results/docbook_tests/special_docbook_unnumbered.pl
2016-10-23 11:08:44 UTC (rev 7467)
+++ trunk/tp/t/results/docbook_tests/special_docbook_unnumbered.pl
2016-10-23 15:18:13 UTC (rev 7468)
@@ -1382,15 +1382,6 @@
'type' => 'warning'
},
{
- 'error_line' => ':23: warning: unreferenced node `colophon\'
-',
- 'file_name' => '',
- 'line_nr' => 23,
- 'macro' => '',
- 'text' => 'unreferenced node `colophon\'',
- 'type' => 'warning'
- },
- {
'error_line' => ':23: warning: node `acknowledgements\' is next for
`colophon\' in sectioning but not in menu
',
'file_name' => '',
Modified: trunk/tp/t/results/plaintext_tests/quote_node_names.pl
===================================================================
--- trunk/tp/t/results/plaintext_tests/quote_node_names.pl 2016-10-23
11:08:44 UTC (rev 7467)
+++ trunk/tp/t/results/plaintext_tests/quote_node_names.pl 2016-10-23
15:18:13 UTC (rev 7468)
@@ -2286,15 +2286,6 @@
'macro' => '',
'text' => '@menu entry node name address@hidden' different from node name
`blumpty.fump\'',
'type' => 'warning'
- },
- {
- 'error_line' => 'nodequote.texi:41: warning: unreferenced node `top secret
node\'
-',
- 'file_name' => 'nodequote.texi',
- 'line_nr' => 41,
- 'macro' => '',
- 'text' => 'unreferenced node `top secret node\'',
- 'type' => 'warning'
}
];
Modified: trunk/tp/t/results/sectioning/character_and_spaces_in_node.pl
===================================================================
--- trunk/tp/t/results/sectioning/character_and_spaces_in_node.pl
2016-10-23 11:08:44 UTC (rev 7467)
+++ trunk/tp/t/results/sectioning/character_and_spaces_in_node.pl
2016-10-23 15:18:13 UTC (rev 7468)
@@ -615,15 +615,6 @@
$result_errors{'character_and_spaces_in_node'} = [
{
- 'error_line' => ':3: warning: unreferenced node `other nodes\'
-',
- 'file_name' => '',
- 'line_nr' => 3,
- 'macro' => '',
- 'text' => 'unreferenced node `other nodes\'',
- 'type' => 'warning'
- },
- {
'error_line' => ':2: node `Top\' lacks menu item for `other nodes\'
despite being its Up target
',
'file_name' => '',
@@ -633,15 +624,6 @@
'type' => 'error'
},
{
- 'error_line' => ':4: warning: unreferenced node `!_"#$%&\'()*+-.\'
-',
- 'file_name' => '',
- 'line_nr' => 4,
- 'macro' => '',
- 'text' => 'unreferenced node `!_"#$%&\'()*+-.\'',
- 'type' => 'warning'
- },
- {
'error_line' => ':3: node `other nodes\' lacks menu item for
`!_"#$%&\'()*+-.\' despite being its Up target
',
'file_name' => '',
@@ -651,15 +633,6 @@
'type' => 'error'
},
{
- 'error_line' => ':5: warning: unreferenced node `/;<=>?[\\]^_`|~\'
-',
- 'file_name' => '',
- 'line_nr' => 5,
- 'macro' => '',
- 'text' => 'unreferenced node `/;<=>?[\\]^_`|~\'',
- 'type' => 'warning'
- },
- {
'error_line' => ':3: node `other nodes\' lacks menu item for
`/;<=>?[\\]^_`|~\' despite being its Up target
',
'file_name' => '',
@@ -669,15 +642,6 @@
'type' => 'error'
},
{
- 'error_line' => ':6: warning: unreferenced node `local node\'
-',
- 'file_name' => '',
- 'line_nr' => 6,
- 'macro' => '',
- 'text' => 'unreferenced node `local node\'',
- 'type' => 'warning'
- },
- {
'error_line' => ':3: node `other nodes\' lacks menu item for `local
node\' despite being its Up target
',
'file_name' => '',
Modified: trunk/tp/t/results/sectioning/menutextorder.pl
===================================================================
--- trunk/tp/t/results/sectioning/menutextorder.pl 2016-10-23 11:08:44 UTC
(rev 7467)
+++ trunk/tp/t/results/sectioning/menutextorder.pl 2016-10-23 15:18:13 UTC
(rev 7468)
@@ -1880,15 +1880,6 @@
'type' => 'warning'
},
{
- 'error_line' => ':13: warning: unreferenced node `onesub1\'
-',
- 'file_name' => '',
- 'line_nr' => 13,
- 'macro' => '',
- 'text' => 'unreferenced node `onesub1\'',
- 'type' => 'warning'
- },
- {
'error_line' => ':13: warning: node `onesub2\' is next for `onesub1\' in
sectioning but not in menu
',
'file_name' => '',
@@ -1925,15 +1916,6 @@
'type' => 'warning'
},
{
- 'error_line' => ':20: warning: unreferenced node `foo\'
-',
- 'file_name' => '',
- 'line_nr' => 20,
- 'macro' => '',
- 'text' => 'unreferenced node `foo\'',
- 'type' => 'warning'
- },
- {
'error_line' => ':20: warning: node `bar\' is prev for `foo\' in
sectioning but not in menu
',
'file_name' => '',
Modified: trunk/tp/t/results/sectioning/no_menu.pl
===================================================================
--- trunk/tp/t/results/sectioning/no_menu.pl 2016-10-23 11:08:44 UTC (rev
7467)
+++ trunk/tp/t/results/sectioning/no_menu.pl 2016-10-23 15:18:13 UTC (rev
7468)
@@ -607,15 +607,6 @@
$result_errors{'no_menu'} = [
{
- 'error_line' => ':4: warning: unreferenced node `c1\'
-',
- 'file_name' => '',
- 'line_nr' => 4,
- 'macro' => '',
- 'text' => 'unreferenced node `c1\'',
- 'type' => 'warning'
- },
- {
'error_line' => ':4: warning: node `c2\' is next for `c1\' in sectioning
but not in menu
',
'file_name' => '',
@@ -643,15 +634,6 @@
'type' => 'error'
},
{
- 'error_line' => ':7: warning: unreferenced node `c2\'
-',
- 'file_name' => '',
- 'line_nr' => 7,
- 'macro' => '',
- 'text' => 'unreferenced node `c2\'',
- 'type' => 'warning'
- },
- {
'error_line' => ':7: warning: node `c3\' is next for `c2\' in sectioning
but not in menu
',
'file_name' => '',
@@ -688,15 +670,6 @@
'type' => 'error'
},
{
- 'error_line' => ':10: warning: unreferenced node `c3\'
-',
- 'file_name' => '',
- 'line_nr' => 10,
- 'macro' => '',
- 'text' => 'unreferenced node `c3\'',
- 'type' => 'warning'
- },
- {
'error_line' => ':10: warning: node `c2\' is prev for `c3\' in sectioning
but not in menu
',
'file_name' => '',
Modified: trunk/tp/t/results/sectioning/node.pl
===================================================================
--- trunk/tp/t/results/sectioning/node.pl 2016-10-23 11:08:44 UTC (rev
7467)
+++ trunk/tp/t/results/sectioning/node.pl 2016-10-23 15:18:13 UTC (rev
7468)
@@ -871,15 +871,6 @@
'type' => 'warning'
},
{
- 'error_line' => ':3: warning: unreferenced node `one arg2\'
-',
- 'file_name' => '',
- 'line_nr' => 3,
- 'macro' => '',
- 'text' => 'unreferenced node `one arg2\'',
- 'type' => 'warning'
- },
- {
'error_line' => ':3: Next reference to nonexistent `two arg\'
',
'file_name' => '',
@@ -889,15 +880,6 @@
'type' => 'error'
},
{
- 'error_line' => ':4: warning: unreferenced node `one arg3\'
-',
- 'file_name' => '',
- 'line_nr' => 4,
- 'macro' => '',
- 'text' => 'unreferenced node `one arg3\'',
- 'type' => 'warning'
- },
- {
'error_line' => ':4: Next reference to nonexistent `two arg\'
',
'file_name' => '',
@@ -916,15 +898,6 @@
'type' => 'error'
},
{
- 'error_line' => ':5: warning: unreferenced node `one arg4\'
-',
- 'file_name' => '',
- 'line_nr' => 5,
- 'macro' => '',
- 'text' => 'unreferenced node `one arg4\'',
- 'type' => 'warning'
- },
- {
'error_line' => ':5: Next reference to nonexistent `two arg\'
',
'file_name' => '',
@@ -952,15 +925,6 @@
'type' => 'error'
},
{
- 'error_line' => ':6: warning: unreferenced node `one arg5\'
-',
- 'file_name' => '',
- 'line_nr' => 6,
- 'macro' => '',
- 'text' => 'unreferenced node `one arg5\'',
- 'type' => 'warning'
- },
- {
'error_line' => ':6: Next reference to nonexistent `two arg\'
',
'file_name' => '',
@@ -988,24 +952,6 @@
'type' => 'error'
},
{
- 'error_line' => ':8: warning: unreferenced node `comment\'
-',
- 'file_name' => '',
- 'line_nr' => 8,
- 'macro' => '',
- 'text' => 'unreferenced node `comment\'',
- 'type' => 'warning'
- },
- {
- 'error_line' => ':10: warning: unreferenced node `arg1 @comma{} arg2\'
-',
- 'file_name' => '',
- 'line_nr' => 10,
- 'macro' => '',
- 'text' => 'unreferenced node `arg1 @comma{} arg2\'',
- 'type' => 'warning'
- },
- {
'error_line' => ':10: Next reference to nonexistent `@,cedilla\'
',
'file_name' => '',
Modified: trunk/tp/t/results/sectioning/nodename_parentheses.pl
===================================================================
--- trunk/tp/t/results/sectioning/nodename_parentheses.pl 2016-10-23
11:08:44 UTC (rev 7467)
+++ trunk/tp/t/results/sectioning/nodename_parentheses.pl 2016-10-23
15:18:13 UTC (rev 7468)
@@ -1339,15 +1339,6 @@
'type' => 'warning'
},
{
- 'error_line' => ':22: warning: unreferenced node `node\'
-',
- 'file_name' => '',
- 'line_nr' => 22,
- 'macro' => '',
- 'text' => 'unreferenced node `node\'',
- 'type' => 'warning'
- },
- {
'error_line' => ':22: warning: node `Other node\' is prev for `node\' in
sectioning but not in menu
',
'file_name' => '',
Modified: trunk/tp/t/results/sectioning/nodes_before_top.pl
===================================================================
--- trunk/tp/t/results/sectioning/nodes_before_top.pl 2016-10-23 11:08:44 UTC
(rev 7467)
+++ trunk/tp/t/results/sectioning/nodes_before_top.pl 2016-10-23 15:18:13 UTC
(rev 7468)
@@ -974,17 +974,7 @@
};
$result_menus{'nodes_before_top'}{'menu_child'}{'menu_up'} =
$result_menus{'nodes_before_top'};
-$result_errors{'nodes_before_top'} = [
- {
- 'error_line' => ':1: warning: unreferenced node `first\'
-',
- 'file_name' => '',
- 'line_nr' => 1,
- 'macro' => '',
- 'text' => 'unreferenced node `first\'',
- 'type' => 'warning'
- }
-];
+$result_errors{'nodes_before_top'} = [];
1;
Modified: trunk/tp/t/results/sectioning/unnumbered_top_without_node_nodes.pl
===================================================================
--- trunk/tp/t/results/sectioning/unnumbered_top_without_node_nodes.pl
2016-10-23 11:08:44 UTC (rev 7467)
+++ trunk/tp/t/results/sectioning/unnumbered_top_without_node_nodes.pl
2016-10-23 15:18:13 UTC (rev 7468)
@@ -571,15 +571,6 @@
'macro' => '',
'text' => 'lowering the section level of @top appearing after a lower
element',
'type' => 'warning'
- },
- {
- 'error_line' => ':9: warning: unreferenced node `second\'
-',
- 'file_name' => '',
- 'line_nr' => 9,
- 'macro' => '',
- 'text' => 'unreferenced node `second\'',
- 'type' => 'warning'
}
];
Modified: trunk/tp/t/results/sectioning/unnumbered_top_without_node_sections.pl
===================================================================
--- trunk/tp/t/results/sectioning/unnumbered_top_without_node_sections.pl
2016-10-23 11:08:44 UTC (rev 7467)
+++ trunk/tp/t/results/sectioning/unnumbered_top_without_node_sections.pl
2016-10-23 15:18:13 UTC (rev 7468)
@@ -584,15 +584,6 @@
'macro' => '',
'text' => 'lowering the section level of @top appearing after a lower
element',
'type' => 'warning'
- },
- {
- 'error_line' => ':9: warning: unreferenced node `second\'
-',
- 'file_name' => '',
- 'line_nr' => 9,
- 'macro' => '',
- 'text' => 'unreferenced node `second\'',
- 'type' => 'warning'
}
];
Modified: trunk/tp/t/results/value/value_node_directions.pl
===================================================================
--- trunk/tp/t/results/value/value_node_directions.pl 2016-10-23 11:08:44 UTC
(rev 7467)
+++ trunk/tp/t/results/value/value_node_directions.pl 2016-10-23 15:18:13 UTC
(rev 7468)
@@ -807,26 +807,7 @@
}
};
-$result_errors{'value_node_directions'} = [
- {
- 'error_line' => ':7: warning: unreferenced node `bar\'
-',
- 'file_name' => '',
- 'line_nr' => 7,
- 'macro' => '',
- 'text' => 'unreferenced node `bar\'',
- 'type' => 'warning'
- },
- {
- 'error_line' => ':10: warning: unreferenced node `BarFoo\'
-',
- 'file_name' => '',
- 'line_nr' => 10,
- 'macro' => '',
- 'text' => 'unreferenced node `BarFoo\'',
- 'type' => 'warning'
- }
-];
+$result_errors{'value_node_directions'} = [];
1;
Modified: trunk/tp/tests/indices/res_parser/nodes_before_top/nodes_before_top.2
===================================================================
--- trunk/tp/tests/indices/res_parser/nodes_before_top/nodes_before_top.2
2016-10-23 11:08:44 UTC (rev 7467)
+++ trunk/tp/tests/indices/res_parser/nodes_before_top/nodes_before_top.2
2016-10-23 15:18:13 UTC (rev 7468)
@@ -1,2 +1 @@
-nodes_before_top.texi:6: warning: unreferenced node `first before top'
nodes_before_top.texi: warning: must specify a title with a title command or
@top
Modified:
trunk/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter/nodes_before_top_and_sections.2
===================================================================
---
trunk/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter/nodes_before_top_and_sections.2
2016-10-23 11:08:44 UTC (rev 7467)
+++
trunk/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter/nodes_before_top_and_sections.2
2016-10-23 15:18:13 UTC (rev 7468)
@@ -1 +0,0 @@
-nodes_before_top_and_sections.texi:6: warning: unreferenced node `first before
top'
Modified:
trunk/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter_nodes/nodes_before_top_and_sections.2
===================================================================
---
trunk/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter_nodes/nodes_before_top_and_sections.2
2016-10-23 11:08:44 UTC (rev 7467)
+++
trunk/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter_nodes/nodes_before_top_and_sections.2
2016-10-23 15:18:13 UTC (rev 7468)
@@ -1 +0,0 @@
-nodes_before_top_and_sections.texi:6: warning: unreferenced node `first before
top'
Modified:
trunk/tp/tests/indices/res_parser/nodes_before_top_and_sections_monolithic/nodes_before_top_and_sections.2
===================================================================
---
trunk/tp/tests/indices/res_parser/nodes_before_top_and_sections_monolithic/nodes_before_top_and_sections.2
2016-10-23 11:08:44 UTC (rev 7467)
+++
trunk/tp/tests/indices/res_parser/nodes_before_top_and_sections_monolithic/nodes_before_top_and_sections.2
2016-10-23 15:18:13 UTC (rev 7468)
@@ -1 +0,0 @@
-nodes_before_top_and_sections.texi:6: warning: unreferenced node `first before
top'
Modified:
trunk/tp/tests/indices/res_parser/nodes_before_top_no_nodes/nodes_before_top.2
===================================================================
---
trunk/tp/tests/indices/res_parser/nodes_before_top_no_nodes/nodes_before_top.2
2016-10-23 11:08:44 UTC (rev 7467)
+++
trunk/tp/tests/indices/res_parser/nodes_before_top_no_nodes/nodes_before_top.2
2016-10-23 15:18:13 UTC (rev 7468)
@@ -1,2 +1 @@
-nodes_before_top.texi:6: warning: unreferenced node `first before top'
nodes_before_top.texi: warning: must specify a title with a title command or
@top
Modified:
trunk/tp/tests/indices/res_parser/nodes_before_top_nodes/nodes_before_top.2
===================================================================
--- trunk/tp/tests/indices/res_parser/nodes_before_top_nodes/nodes_before_top.2
2016-10-23 11:08:44 UTC (rev 7467)
+++ trunk/tp/tests/indices/res_parser/nodes_before_top_nodes/nodes_before_top.2
2016-10-23 15:18:13 UTC (rev 7468)
@@ -1,2 +1 @@
-nodes_before_top.texi:6: warning: unreferenced node `first before top'
nodes_before_top.texi: warning: must specify a title with a title command or
@top
Modified:
trunk/tp/tests/indices/res_parser_info/nodes_before_top/nodes_before_top.2
===================================================================
--- trunk/tp/tests/indices/res_parser_info/nodes_before_top/nodes_before_top.2
2016-10-23 11:08:44 UTC (rev 7467)
+++ trunk/tp/tests/indices/res_parser_info/nodes_before_top/nodes_before_top.2
2016-10-23 15:18:13 UTC (rev 7468)
@@ -1,2 +1 @@
texi2any: warning: ignoring splitting for format Info
-nodes_before_top.texi:6: warning: unreferenced node `first before top'
Modified:
trunk/tp/tests/indices/res_parser_info/nodes_before_top_and_sections_html_chapter/nodes_before_top_and_sections.2
===================================================================
---
trunk/tp/tests/indices/res_parser_info/nodes_before_top_and_sections_html_chapter/nodes_before_top_and_sections.2
2016-10-23 11:08:44 UTC (rev 7467)
+++
trunk/tp/tests/indices/res_parser_info/nodes_before_top_and_sections_html_chapter/nodes_before_top_and_sections.2
2016-10-23 15:18:13 UTC (rev 7468)
@@ -1 +0,0 @@
-nodes_before_top_and_sections.texi:6: warning: unreferenced node `first before
top'
Modified:
trunk/tp/tests/indices/res_parser_info/nodes_before_top_and_sections_html_chapter_nodes/nodes_before_top_and_sections.2
===================================================================
---
trunk/tp/tests/indices/res_parser_info/nodes_before_top_and_sections_html_chapter_nodes/nodes_before_top_and_sections.2
2016-10-23 11:08:44 UTC (rev 7467)
+++
trunk/tp/tests/indices/res_parser_info/nodes_before_top_and_sections_html_chapter_nodes/nodes_before_top_and_sections.2
2016-10-23 15:18:13 UTC (rev 7468)
@@ -1 +0,0 @@
-nodes_before_top_and_sections.texi:6: warning: unreferenced node `first before
top'
Modified:
trunk/tp/tests/indices/res_parser_info/nodes_before_top_and_sections_monolithic/nodes_before_top_and_sections.2
===================================================================
---
trunk/tp/tests/indices/res_parser_info/nodes_before_top_and_sections_monolithic/nodes_before_top_and_sections.2
2016-10-23 11:08:44 UTC (rev 7467)
+++
trunk/tp/tests/indices/res_parser_info/nodes_before_top_and_sections_monolithic/nodes_before_top_and_sections.2
2016-10-23 15:18:13 UTC (rev 7468)
@@ -1 +0,0 @@
-nodes_before_top_and_sections.texi:6: warning: unreferenced node `first before
top'
Modified:
trunk/tp/tests/indices/res_parser_info/nodes_before_top_no_nodes/nodes_before_top.2
===================================================================
---
trunk/tp/tests/indices/res_parser_info/nodes_before_top_no_nodes/nodes_before_top.2
2016-10-23 11:08:44 UTC (rev 7467)
+++
trunk/tp/tests/indices/res_parser_info/nodes_before_top_no_nodes/nodes_before_top.2
2016-10-23 15:18:13 UTC (rev 7468)
@@ -1,2 +1 @@
texi2any: warning: ignoring splitting for format Info
-nodes_before_top.texi:6: warning: unreferenced node `first before top'
Modified:
trunk/tp/tests/indices/res_parser_info/nodes_before_top_nodes/nodes_before_top.2
===================================================================
---
trunk/tp/tests/indices/res_parser_info/nodes_before_top_nodes/nodes_before_top.2
2016-10-23 11:08:44 UTC (rev 7467)
+++
trunk/tp/tests/indices/res_parser_info/nodes_before_top_nodes/nodes_before_top.2
2016-10-23 15:18:13 UTC (rev 7468)
@@ -1,2 +1 @@
texi2any: warning: ignoring splitting for format Info
-nodes_before_top.texi:6: warning: unreferenced node `first before top'
Modified:
trunk/tp/tests/sectioning/res_parser/equivalent_nodes/equivalent_nodes.2
===================================================================
--- trunk/tp/tests/sectioning/res_parser/equivalent_nodes/equivalent_nodes.2
2016-10-23 11:08:44 UTC (rev 7467)
+++ trunk/tp/tests/sectioning/res_parser/equivalent_nodes/equivalent_nodes.2
2016-10-23 15:18:13 UTC (rev 7468)
@@ -2,7 +2,6 @@
equivalent_nodes.texi:15: here is the previous definition as @node
equivalent_nodes.texi:25: warning: @ref to address@hidden', different from
node name `node'
equivalent_nodes.texi:12: warning: @menu entry node name address@hidden'
different from node name `node'
-equivalent_nodes.texi:5: warning: unreferenced node `before top'
equivalent_nodes.texi:5: warning: Next pointer address@hidden' (for node
`before top') different from node name `node'
equivalent_nodes-noderename.cnf:8: warning: no node to be renamed
equivalent_nodes-noderename.cnf:10: warning: nodes without a new name at the
end of file
Modified:
trunk/tp/tests/sectioning/res_parser/equivalent_nodes_no_node/equivalent_nodes.2
===================================================================
---
trunk/tp/tests/sectioning/res_parser/equivalent_nodes_no_node/equivalent_nodes.2
2016-10-23 11:08:44 UTC (rev 7467)
+++
trunk/tp/tests/sectioning/res_parser/equivalent_nodes_no_node/equivalent_nodes.2
2016-10-23 15:18:13 UTC (rev 7468)
@@ -2,7 +2,6 @@
equivalent_nodes.texi:15: here is the previous definition as @node
equivalent_nodes.texi:25: warning: @ref to address@hidden', different from
node name `node'
equivalent_nodes.texi:12: warning: @menu entry node name address@hidden'
different from node name `node'
-equivalent_nodes.texi:5: warning: unreferenced node `before top'
equivalent_nodes.texi:5: warning: Next pointer address@hidden' (for node
`before top') different from node name `node'
equivalent_nodes-noderename.cnf:8: warning: no node to be renamed
equivalent_nodes-noderename.cnf:10: warning: nodes without a new name at the
end of file
Modified:
trunk/tp/tests/sectioning/res_parser/equivalent_nodes_test_renamed_nodes/equivalent_nodes.2
===================================================================
---
trunk/tp/tests/sectioning/res_parser/equivalent_nodes_test_renamed_nodes/equivalent_nodes.2
2016-10-23 11:08:44 UTC (rev 7467)
+++
trunk/tp/tests/sectioning/res_parser/equivalent_nodes_test_renamed_nodes/equivalent_nodes.2
2016-10-23 15:18:13 UTC (rev 7468)
@@ -2,7 +2,6 @@
equivalent_nodes.texi:15: here is the previous definition as @node
equivalent_nodes.texi:25: warning: @ref to address@hidden', different from
node name `node'
equivalent_nodes.texi:12: warning: @menu entry node name address@hidden'
different from node name `node'
-equivalent_nodes.texi:5: warning: unreferenced node `before top'
equivalent_nodes.texi:5: warning: Next pointer address@hidden' (for node
`before top') different from node name `node'
equivalent_nodes-noderename.cnf:8: warning: no node to be renamed
equivalent_nodes-noderename.cnf:10: warning: nodes without a new name at the
end of file
Modified:
trunk/tp/tests/sectioning/res_parser_html/equivalent_nodes/equivalent_nodes.2
===================================================================
---
trunk/tp/tests/sectioning/res_parser_html/equivalent_nodes/equivalent_nodes.2
2016-10-23 11:08:44 UTC (rev 7467)
+++
trunk/tp/tests/sectioning/res_parser_html/equivalent_nodes/equivalent_nodes.2
2016-10-23 15:18:13 UTC (rev 7468)
@@ -2,7 +2,6 @@
equivalent_nodes.texi:15: here is the previous definition as @node
equivalent_nodes.texi:25: warning: @ref to address@hidden', different from
node name `node'
equivalent_nodes.texi:12: warning: @menu entry node name address@hidden'
different from node name `node'
-equivalent_nodes.texi:5: warning: unreferenced node `before top'
equivalent_nodes.texi:5: warning: Next pointer address@hidden' (for node
`before top') different from node name `node'
equivalent_nodes-noderename.cnf:8: warning: no node to be renamed
equivalent_nodes-noderename.cnf:10: warning: nodes without a new name at the
end of file
Modified:
trunk/tp/tests/sectioning/res_parser_html/equivalent_nodes_no_node/equivalent_nodes.2
===================================================================
---
trunk/tp/tests/sectioning/res_parser_html/equivalent_nodes_no_node/equivalent_nodes.2
2016-10-23 11:08:44 UTC (rev 7467)
+++
trunk/tp/tests/sectioning/res_parser_html/equivalent_nodes_no_node/equivalent_nodes.2
2016-10-23 15:18:13 UTC (rev 7468)
@@ -2,7 +2,6 @@
equivalent_nodes.texi:15: here is the previous definition as @node
equivalent_nodes.texi:25: warning: @ref to address@hidden', different from
node name `node'
equivalent_nodes.texi:12: warning: @menu entry node name address@hidden'
different from node name `node'
-equivalent_nodes.texi:5: warning: unreferenced node `before top'
equivalent_nodes.texi:5: warning: Next pointer address@hidden' (for node
`before top') different from node name `node'
equivalent_nodes-noderename.cnf:8: warning: no node to be renamed
equivalent_nodes-noderename.cnf:10: warning: nodes without a new name at the
end of file
Modified:
trunk/tp/tests/sectioning/res_parser_html/equivalent_nodes_test_renamed_nodes/equivalent_nodes.2
===================================================================
---
trunk/tp/tests/sectioning/res_parser_html/equivalent_nodes_test_renamed_nodes/equivalent_nodes.2
2016-10-23 11:08:44 UTC (rev 7467)
+++
trunk/tp/tests/sectioning/res_parser_html/equivalent_nodes_test_renamed_nodes/equivalent_nodes.2
2016-10-23 15:18:13 UTC (rev 7468)
@@ -2,7 +2,6 @@
equivalent_nodes.texi:15: here is the previous definition as @node
equivalent_nodes.texi:25: warning: @ref to address@hidden', different from
node name `node'
equivalent_nodes.texi:12: warning: @menu entry node name address@hidden'
different from node name `node'
-equivalent_nodes.texi:5: warning: unreferenced node `before top'
equivalent_nodes.texi:5: warning: Next pointer address@hidden' (for node
`before top') different from node name `node'
equivalent_nodes-noderename.cnf:8: warning: no node to be renamed
equivalent_nodes-noderename.cnf:10: warning: nodes without a new name at the
end of file
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [7468] put no menu referencing node in condition,
gavinsmith0123 <=