ceedling 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/GIT_COMMIT_SHA +1 -1
- data/README.md +1 -1
- data/assets/fake_crash_test_fixture.rb +14 -0
- data/assets/partial_all_module.h +11 -0
- data/assets/run_with_ubsan.rb +15 -0
- data/assets/same_dir_pairing_module.c +4 -0
- data/assets/same_dir_pairing_module.h +8 -0
- data/assets/same_dir_pairing_module_func.h +6 -0
- data/assets/same_dir_pairing_other.c +4 -0
- data/assets/same_dir_pairing_other.h +8 -0
- data/assets/test_example_file_ub_shift_overflow.c +22 -0
- data/assets/test_partial_all_module.c +16 -0
- data/assets/test_same_dir_pairing.c +23 -0
- data/docs/Changelog.md +21 -1
- data/docs/mkdocs/configuration/reference/index.md +8 -0
- data/docs/mkdocs/configuration/reference/partials.md +38 -0
- data/examples/wondrous_forest/src/LightSensor.c +21 -4
- data/examples/wondrous_forest/src/LightSensor.h +12 -4
- data/examples/wondrous_forest/test/TestLightSensor.c +34 -4
- data/lib/ceedling/c_extractor/c_extractor.rb +37 -11
- data/lib/ceedling/c_extractor/c_extractor_constants.rb +0 -3
- data/lib/ceedling/c_extractor/c_extractor_declarations.rb +26 -25
- data/lib/ceedling/c_extractor/c_extractor_functions.rb +5 -12
- data/lib/ceedling/config/configurator.rb +1 -0
- data/lib/ceedling/config/configurator_setup.rb +26 -0
- data/lib/ceedling/defaults.rb +8 -0
- data/lib/ceedling/file_path_utils.rb +7 -0
- data/lib/ceedling/file_wrapper.rb +8 -0
- data/lib/ceedling/generators/generator.rb +15 -0
- data/lib/ceedling/generators/generator_helper.rb +25 -6
- data/lib/ceedling/generators/generator_partials.rb +84 -3
- data/lib/ceedling/generators/generator_test_results_backtrace.rb +183 -83
- data/lib/ceedling/includes/includes.rb +66 -11
- data/lib/ceedling/objects.yml +5 -0
- data/lib/ceedling/partials/partializer.rb +18 -3
- data/lib/ceedling/partials/partializer_utils.rb +6 -1
- data/lib/ceedling/preprocess/preprocessinator_includes_handler.rb +43 -16
- data/lib/ceedling/test_invoker/test_build_executor.rb +19 -8
- data/lib/version.rb +1 -1
- data/mkdocs.yml +1 -0
- data/site-local/404.html +30 -0
- data/site-local/configuration/environment-vars.html +30 -0
- data/site-local/configuration/global-collections.html +30 -0
- data/site-local/configuration/index.html +30 -0
- data/site-local/configuration/loading.html +30 -0
- data/site-local/configuration/mixins.html +30 -0
- data/site-local/configuration/parallel-builds.html +30 -0
- data/site-local/configuration/project-file.html +30 -0
- data/site-local/configuration/reference/cexception.html +30 -0
- data/site-local/configuration/reference/cmock.html +30 -0
- data/site-local/configuration/reference/defines.html +30 -0
- data/site-local/configuration/reference/environment.html +30 -0
- data/site-local/configuration/reference/extension.html +30 -0
- data/site-local/configuration/reference/files.html +30 -0
- data/site-local/configuration/reference/flags.html +30 -0
- data/site-local/configuration/reference/index.html +36 -0
- data/site-local/configuration/reference/libraries.html +30 -0
- data/site-local/configuration/reference/mixins.html +30 -0
- data/site-local/configuration/reference/partials.html +4257 -0
- data/site-local/configuration/reference/paths.html +30 -0
- data/site-local/configuration/reference/plugins.html +30 -0
- data/site-local/configuration/reference/project.html +30 -0
- data/site-local/configuration/reference/release-build.html +31 -1
- data/site-local/configuration/reference/test-build.html +31 -1
- data/site-local/configuration/reference/test-runner.html +30 -0
- data/site-local/configuration/reference/tools.html +30 -0
- data/site-local/configuration/reference/unity.html +30 -0
- data/site-local/configuration/which-ceedling.html +30 -0
- data/site-local/development/index.html +30 -0
- data/site-local/development/plugins/configuration.html +30 -0
- data/site-local/development/plugins/index.html +30 -0
- data/site-local/development/plugins/plugin-subclass.html +30 -0
- data/site-local/development/plugins/rake-tasks.html +30 -0
- data/site-local/development/workflow.html +30 -0
- data/site-local/getting-started/command-line.html +30 -0
- data/site-local/getting-started/example-projects/cipher-quest.html +30 -0
- data/site-local/getting-started/example-projects/index.html +30 -0
- data/site-local/getting-started/example-projects/temp-sensor.html +30 -0
- data/site-local/getting-started/example-projects/wondrous-forest.html +30 -0
- data/site-local/getting-started/index.html +30 -0
- data/site-local/getting-started/installation.html +30 -0
- data/site-local/getting-started/quick-start.html +30 -0
- data/site-local/help.html +30 -0
- data/site-local/index.html +30 -0
- data/site-local/overview/build-system.html +30 -0
- data/site-local/overview/index.html +30 -0
- data/site-local/overview/test-environments.html +30 -0
- data/site-local/overview/tools-and-frameworks.html +30 -0
- data/site-local/plugins/beep.html +30 -0
- data/site-local/plugins/bullseye.html +30 -0
- data/site-local/plugins/command-hooks.html +30 -0
- data/site-local/plugins/compile-commands-json-db.html +30 -0
- data/site-local/plugins/cppcheck.html +30 -0
- data/site-local/plugins/dependencies.html +30 -0
- data/site-local/plugins/fff.html +30 -0
- data/site-local/plugins/gcov/examples.html +30 -0
- data/site-local/plugins/gcov/gcovr.html +30 -0
- data/site-local/plugins/gcov/index.html +30 -0
- data/site-local/plugins/gcov/overview.html +30 -0
- data/site-local/plugins/gcov/reportgenerator.html +30 -0
- data/site-local/plugins/gcov/reporting.html +30 -0
- data/site-local/plugins/gcov/setup.html +30 -0
- data/site-local/plugins/gcov/tool-versions.html +30 -0
- data/site-local/plugins/gcov/troubleshooting.html +30 -0
- data/site-local/plugins/index.html +30 -0
- data/site-local/plugins/module-generator.html +30 -0
- data/site-local/plugins/report-build-warnings-log.html +30 -0
- data/site-local/plugins/report-tests-gtestlike-stdout.html +30 -0
- data/site-local/plugins/report-tests-ide-stdout.html +30 -0
- data/site-local/plugins/report-tests-log-factory.html +30 -0
- data/site-local/plugins/report-tests-pretty-stdout.html +30 -0
- data/site-local/plugins/report-tests-raw-output-log.html +30 -0
- data/site-local/plugins/report-tests-teamcity-stdout.html +30 -0
- data/site-local/plugins/valgrind.html +30 -0
- data/site-local/project/release-history.html +30 -0
- data/site-local/project/upgrade.html +30 -0
- data/site-local/reference/build-directives.html +30 -0
- data/site-local/reference/command-line.html +30 -0
- data/site-local/reference/environment-vars.html +30 -0
- data/site-local/reference/gcov-plugin.html +30 -0
- data/site-local/reference/global-collections.html +30 -0
- data/site-local/reference/index.html +30 -0
- data/site-local/reference/partials-macros.html +30 -0
- data/site-local/reference/project-configuration.html +30 -0
- data/site-local/sitemap.xml.gz +0 -0
- data/site-local/snapshot/examples/cipher_quest/index.html +30 -0
- data/site-local/snapshot/examples/temp_sensor/index.html +30 -0
- data/site-local/snapshot/examples/wondrous_forest/index.html +30 -0
- data/site-local/testing-guide/build-directives.html +30 -0
- data/site-local/testing-guide/conventions.html +30 -0
- data/site-local/testing-guide/frameworks.html +30 -0
- data/site-local/testing-guide/index.html +30 -0
- data/site-local/testing-guide/partials/configuration.html +30 -0
- data/site-local/testing-guide/partials/conventions.html +30 -0
- data/site-local/testing-guide/partials/directives.html +30 -0
- data/site-local/testing-guide/partials/example.html +30 -0
- data/site-local/testing-guide/partials/index.html +30 -0
- data/site-local/testing-guide/partials/overview.html +30 -0
- data/site-local/testing-guide/partials/variables.html +30 -0
- data/site-local/testing-guide/test-cases.html +30 -0
- data/site-local/testing-guide/test-sample.html +30 -0
- data/site-local/testing-guide/test-suite-anatomy.html +30 -0
- data/spec/support/system/spec_system_helper.rb +25 -0
- data/spec/system/deployment_as_gem_spec.rb +12 -0
- data/spec/system/deployment_as_vendor_spec.rb +17 -0
- data/spec/system/encoding_stress_spec.rb +4 -4
- data/spec/system/example_wondrous_forest_spec.rb +2 -2
- data/spec/system/support/common_test_cases.rb +137 -0
- data/spec/units/c_extractor/c_extractor_declarations_spec.rb +27 -4
- data/spec/units/c_extractor/c_extractor_functions_spec.rb +1 -11
- data/spec/units/c_extractor/c_extractor_integration_spec.rb +18 -11
- data/spec/units/c_extractor/c_extractor_spec.rb +57 -1
- data/spec/units/config/configurator_setup_spec.rb +61 -0
- data/spec/units/file_path_utils_spec.rb +17 -0
- data/spec/units/generators/generator_helper_spec.rb +34 -7
- data/spec/units/generators/generator_partials_spec.rb +120 -12
- data/spec/units/generators/generator_test_results_backtrace_spec.rb +200 -37
- data/spec/units/includes/include_spec.rb +30 -18
- data/spec/units/includes/includes_spec.rb +100 -10
- data/spec/units/partials/partializer_spec.rb +113 -1
- data/spec/units/partials/partializer_utils_spec.rb +11 -0
- data/spec/units/preprocess/preprocessinator_includes_handler_spec.rb +96 -7
- data/spec/units/system_wrapper_spec.rb +72 -0
- metadata +19 -2
|
@@ -19,6 +19,7 @@ class PreprocessinatorIncludesHandler
|
|
|
19
19
|
:include_factory,
|
|
20
20
|
:tool_executor,
|
|
21
21
|
:file_wrapper,
|
|
22
|
+
:file_path_utils,
|
|
22
23
|
:yaml_wrapper,
|
|
23
24
|
:parsing_parcels,
|
|
24
25
|
:loginator,
|
|
@@ -48,25 +49,51 @@ class PreprocessinatorIncludesHandler
|
|
|
48
49
|
# Notes:
|
|
49
50
|
# - This approach can have gaps with advacnced user-level macros like `#include <MACRO>`.
|
|
50
51
|
# By including Ceedling's vendor search path, we support Partials macros of this sort.
|
|
51
|
-
# - Gaps can be minimized with proper defines in the project file. However, needed, complex macros
|
|
52
|
+
# - Gaps can be minimized with proper defines in the project file. However, needed, complex macros
|
|
52
53
|
# located in other header files could still gum up the works.
|
|
53
54
|
# - Many errors can occur but may not necessarily prevent usable results.
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
55
|
+
#
|
|
56
|
+
# GCC's quoted #include resolution always checks the directory of the file it's currently
|
|
57
|
+
# processing, independent of search paths -- a real sibling header on disk is opened and
|
|
58
|
+
# recursed into regardless of the restricted search paths above. Staging an isolated,
|
|
59
|
+
# sibling-free copy of the file being scanned keeps this pass's output limited to genuine
|
|
60
|
+
# top-level #include statements only. The isolation directory is minted directly inside the
|
|
61
|
+
# test's own preprocess-files build directory (already created in an earlier build stage) --
|
|
62
|
+
# no dedicated subdirectory or filename-based naming, to keep the resulting path as short as
|
|
63
|
+
# possible for platforms with tight path length limits.
|
|
64
|
+
isolation_parent = @file_path_utils.form_test_preprocess_files_path( test )
|
|
65
|
+
isolation_dir = @file_wrapper.mkdir_tmp( nil, isolation_parent )
|
|
66
|
+
isolated_filepath = File.join( isolation_dir, filename )
|
|
67
|
+
|
|
68
|
+
begin
|
|
69
|
+
@file_wrapper.cp( filepath, isolated_filepath )
|
|
70
|
+
|
|
71
|
+
msg = @reportinator.generate_module_progress(
|
|
72
|
+
operation: "Isolating a sibling-free copy for bare-includes extraction at",
|
|
73
|
+
module_name: test,
|
|
74
|
+
filename: isolated_filepath
|
|
64
75
|
)
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
76
|
+
@loginator.log( msg, Verbosity::OBNOXIOUS )
|
|
77
|
+
|
|
78
|
+
command =
|
|
79
|
+
@tool_executor.build_command_line(
|
|
80
|
+
@configurator.tools_test_bare_includes_preprocessor,
|
|
81
|
+
# No additional arguments
|
|
82
|
+
[],
|
|
83
|
+
# Argument replacement
|
|
84
|
+
isolated_filepath,
|
|
85
|
+
defines,
|
|
86
|
+
flags,
|
|
87
|
+
search_paths
|
|
88
|
+
)
|
|
89
|
+
|
|
90
|
+
# Assume possible errors so we have best shot at extracting results from preprocessing.
|
|
91
|
+
# Full code compilation will catch any breaking code errors
|
|
92
|
+
command[:options][:boom] = false
|
|
93
|
+
shell_result = @tool_executor.exec( command )
|
|
94
|
+
ensure
|
|
95
|
+
@file_wrapper.rm_rf( isolation_dir )
|
|
96
|
+
end
|
|
70
97
|
|
|
71
98
|
make_rules = shell_result[:output]
|
|
72
99
|
|
|
@@ -183,6 +183,15 @@ class TestBuildExecutor
|
|
|
183
183
|
|
|
184
184
|
@partializer.sanitize( module_contents )
|
|
185
185
|
|
|
186
|
+
# Generated once and shared by the implementation and interface headers below (via
|
|
187
|
+
# their own includes lists), so a module tested and mocked in the same test file gets
|
|
188
|
+
# exactly one C definition of each of its typedefs and aggregate types.
|
|
189
|
+
types_header = @generator.generate_partial_types(
|
|
190
|
+
name: name,
|
|
191
|
+
c_module: module_contents,
|
|
192
|
+
output_path: testable.paths[:partials]
|
|
193
|
+
)
|
|
194
|
+
|
|
186
195
|
implementation = @partializer.extract_implementation_functions(
|
|
187
196
|
test: name,
|
|
188
197
|
partial: config.module,
|
|
@@ -211,10 +220,11 @@ class TestBuildExecutor
|
|
|
211
220
|
function_definitions: implementation,
|
|
212
221
|
c_module: module_contents,
|
|
213
222
|
header_includes: @partializer.remap_implementation_header_includes(
|
|
214
|
-
name:
|
|
215
|
-
includes:
|
|
216
|
-
partials:
|
|
217
|
-
|
|
223
|
+
name: config.module,
|
|
224
|
+
includes: (config.source.includes + config.header.includes),
|
|
225
|
+
partials: testable.partials.configs,
|
|
226
|
+
types_header: types_header,
|
|
227
|
+
test: name
|
|
218
228
|
),
|
|
219
229
|
source_includes: @partializer.remap_implementation_source_includes(
|
|
220
230
|
name: config.module,
|
|
@@ -236,10 +246,11 @@ class TestBuildExecutor
|
|
|
236
246
|
partial: config.module,
|
|
237
247
|
function_declarations: interface,
|
|
238
248
|
includes: @partializer.remap_interface_header_includes(
|
|
239
|
-
name:
|
|
240
|
-
includes:
|
|
241
|
-
partials:
|
|
242
|
-
|
|
249
|
+
name: config.module,
|
|
250
|
+
includes: (config.source.includes + config.header.includes),
|
|
251
|
+
partials: testable.partials.configs,
|
|
252
|
+
types_header: types_header,
|
|
253
|
+
test: name
|
|
243
254
|
),
|
|
244
255
|
c_module: module_contents,
|
|
245
256
|
input_filepath: config.header.filepath,
|
data/lib/version.rb
CHANGED
data/mkdocs.yml
CHANGED
|
@@ -137,6 +137,7 @@ nav:
|
|
|
137
137
|
- Global Project Settings: configuration/reference/project.md
|
|
138
138
|
- Mixins: configuration/reference/mixins.md
|
|
139
139
|
- Test Build Settings: configuration/reference/test-build.md
|
|
140
|
+
- Partials Settings: configuration/reference/partials.md
|
|
140
141
|
- Release Build Settings: configuration/reference/release-build.md
|
|
141
142
|
- Search Paths: configuration/reference/paths.md
|
|
142
143
|
- File Collections: configuration/reference/files.md
|
data/site-local/404.html
CHANGED
|
@@ -1777,6 +1777,8 @@
|
|
|
1777
1777
|
|
|
1778
1778
|
|
|
1779
1779
|
|
|
1780
|
+
|
|
1781
|
+
|
|
1780
1782
|
|
|
1781
1783
|
|
|
1782
1784
|
|
|
@@ -1924,6 +1926,34 @@
|
|
|
1924
1926
|
|
|
1925
1927
|
|
|
1926
1928
|
|
|
1929
|
+
<li class="md-nav__item">
|
|
1930
|
+
<a href="/configuration/reference/partials.html" class="md-nav__link">
|
|
1931
|
+
|
|
1932
|
+
|
|
1933
|
+
|
|
1934
|
+
<span class="md-ellipsis">
|
|
1935
|
+
|
|
1936
|
+
|
|
1937
|
+
Partials Settings
|
|
1938
|
+
|
|
1939
|
+
|
|
1940
|
+
|
|
1941
|
+
</span>
|
|
1942
|
+
|
|
1943
|
+
|
|
1944
|
+
|
|
1945
|
+
</a>
|
|
1946
|
+
</li>
|
|
1947
|
+
|
|
1948
|
+
|
|
1949
|
+
|
|
1950
|
+
|
|
1951
|
+
|
|
1952
|
+
|
|
1953
|
+
|
|
1954
|
+
|
|
1955
|
+
|
|
1956
|
+
|
|
1927
1957
|
<li class="md-nav__item">
|
|
1928
1958
|
<a href="/configuration/reference/release-build.html" class="md-nav__link">
|
|
1929
1959
|
|
|
@@ -1803,6 +1803,8 @@
|
|
|
1803
1803
|
|
|
1804
1804
|
|
|
1805
1805
|
|
|
1806
|
+
|
|
1807
|
+
|
|
1806
1808
|
|
|
1807
1809
|
|
|
1808
1810
|
|
|
@@ -1953,6 +1955,34 @@
|
|
|
1953
1955
|
|
|
1954
1956
|
|
|
1955
1957
|
|
|
1958
|
+
<li class="md-nav__item">
|
|
1959
|
+
<a href="reference/partials.html" class="md-nav__link">
|
|
1960
|
+
|
|
1961
|
+
|
|
1962
|
+
|
|
1963
|
+
<span class="md-ellipsis">
|
|
1964
|
+
|
|
1965
|
+
|
|
1966
|
+
Partials Settings
|
|
1967
|
+
|
|
1968
|
+
|
|
1969
|
+
|
|
1970
|
+
</span>
|
|
1971
|
+
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
</a>
|
|
1975
|
+
</li>
|
|
1976
|
+
|
|
1977
|
+
|
|
1978
|
+
|
|
1979
|
+
|
|
1980
|
+
|
|
1981
|
+
|
|
1982
|
+
|
|
1983
|
+
|
|
1984
|
+
|
|
1985
|
+
|
|
1956
1986
|
<li class="md-nav__item">
|
|
1957
1987
|
<a href="reference/release-build.html" class="md-nav__link">
|
|
1958
1988
|
|
|
@@ -1803,6 +1803,8 @@
|
|
|
1803
1803
|
|
|
1804
1804
|
|
|
1805
1805
|
|
|
1806
|
+
|
|
1807
|
+
|
|
1806
1808
|
|
|
1807
1809
|
|
|
1808
1810
|
|
|
@@ -1953,6 +1955,34 @@
|
|
|
1953
1955
|
|
|
1954
1956
|
|
|
1955
1957
|
|
|
1958
|
+
<li class="md-nav__item">
|
|
1959
|
+
<a href="reference/partials.html" class="md-nav__link">
|
|
1960
|
+
|
|
1961
|
+
|
|
1962
|
+
|
|
1963
|
+
<span class="md-ellipsis">
|
|
1964
|
+
|
|
1965
|
+
|
|
1966
|
+
Partials Settings
|
|
1967
|
+
|
|
1968
|
+
|
|
1969
|
+
|
|
1970
|
+
</span>
|
|
1971
|
+
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
</a>
|
|
1975
|
+
</li>
|
|
1976
|
+
|
|
1977
|
+
|
|
1978
|
+
|
|
1979
|
+
|
|
1980
|
+
|
|
1981
|
+
|
|
1982
|
+
|
|
1983
|
+
|
|
1984
|
+
|
|
1985
|
+
|
|
1956
1986
|
<li class="md-nav__item">
|
|
1957
1987
|
<a href="reference/release-build.html" class="md-nav__link">
|
|
1958
1988
|
|
|
@@ -1793,6 +1793,8 @@
|
|
|
1793
1793
|
|
|
1794
1794
|
|
|
1795
1795
|
|
|
1796
|
+
|
|
1797
|
+
|
|
1796
1798
|
|
|
1797
1799
|
|
|
1798
1800
|
|
|
@@ -1943,6 +1945,34 @@
|
|
|
1943
1945
|
|
|
1944
1946
|
|
|
1945
1947
|
|
|
1948
|
+
<li class="md-nav__item">
|
|
1949
|
+
<a href="reference/partials.html" class="md-nav__link">
|
|
1950
|
+
|
|
1951
|
+
|
|
1952
|
+
|
|
1953
|
+
<span class="md-ellipsis">
|
|
1954
|
+
|
|
1955
|
+
|
|
1956
|
+
Partials Settings
|
|
1957
|
+
|
|
1958
|
+
|
|
1959
|
+
|
|
1960
|
+
</span>
|
|
1961
|
+
|
|
1962
|
+
|
|
1963
|
+
|
|
1964
|
+
</a>
|
|
1965
|
+
</li>
|
|
1966
|
+
|
|
1967
|
+
|
|
1968
|
+
|
|
1969
|
+
|
|
1970
|
+
|
|
1971
|
+
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
|
|
1975
|
+
|
|
1946
1976
|
<li class="md-nav__item">
|
|
1947
1977
|
<a href="reference/release-build.html" class="md-nav__link">
|
|
1948
1978
|
|
|
@@ -1912,6 +1912,8 @@
|
|
|
1912
1912
|
|
|
1913
1913
|
|
|
1914
1914
|
|
|
1915
|
+
|
|
1916
|
+
|
|
1915
1917
|
|
|
1916
1918
|
|
|
1917
1919
|
|
|
@@ -2062,6 +2064,34 @@
|
|
|
2062
2064
|
|
|
2063
2065
|
|
|
2064
2066
|
|
|
2067
|
+
<li class="md-nav__item">
|
|
2068
|
+
<a href="reference/partials.html" class="md-nav__link">
|
|
2069
|
+
|
|
2070
|
+
|
|
2071
|
+
|
|
2072
|
+
<span class="md-ellipsis">
|
|
2073
|
+
|
|
2074
|
+
|
|
2075
|
+
Partials Settings
|
|
2076
|
+
|
|
2077
|
+
|
|
2078
|
+
|
|
2079
|
+
</span>
|
|
2080
|
+
|
|
2081
|
+
|
|
2082
|
+
|
|
2083
|
+
</a>
|
|
2084
|
+
</li>
|
|
2085
|
+
|
|
2086
|
+
|
|
2087
|
+
|
|
2088
|
+
|
|
2089
|
+
|
|
2090
|
+
|
|
2091
|
+
|
|
2092
|
+
|
|
2093
|
+
|
|
2094
|
+
|
|
2065
2095
|
<li class="md-nav__item">
|
|
2066
2096
|
<a href="reference/release-build.html" class="md-nav__link">
|
|
2067
2097
|
|
|
@@ -2040,6 +2040,8 @@
|
|
|
2040
2040
|
|
|
2041
2041
|
|
|
2042
2042
|
|
|
2043
|
+
|
|
2044
|
+
|
|
2043
2045
|
|
|
2044
2046
|
|
|
2045
2047
|
|
|
@@ -2190,6 +2192,34 @@
|
|
|
2190
2192
|
|
|
2191
2193
|
|
|
2192
2194
|
|
|
2195
|
+
<li class="md-nav__item">
|
|
2196
|
+
<a href="reference/partials.html" class="md-nav__link">
|
|
2197
|
+
|
|
2198
|
+
|
|
2199
|
+
|
|
2200
|
+
<span class="md-ellipsis">
|
|
2201
|
+
|
|
2202
|
+
|
|
2203
|
+
Partials Settings
|
|
2204
|
+
|
|
2205
|
+
|
|
2206
|
+
|
|
2207
|
+
</span>
|
|
2208
|
+
|
|
2209
|
+
|
|
2210
|
+
|
|
2211
|
+
</a>
|
|
2212
|
+
</li>
|
|
2213
|
+
|
|
2214
|
+
|
|
2215
|
+
|
|
2216
|
+
|
|
2217
|
+
|
|
2218
|
+
|
|
2219
|
+
|
|
2220
|
+
|
|
2221
|
+
|
|
2222
|
+
|
|
2193
2223
|
<li class="md-nav__item">
|
|
2194
2224
|
<a href="reference/release-build.html" class="md-nav__link">
|
|
2195
2225
|
|
|
@@ -1901,6 +1901,8 @@
|
|
|
1901
1901
|
|
|
1902
1902
|
|
|
1903
1903
|
|
|
1904
|
+
|
|
1905
|
+
|
|
1904
1906
|
|
|
1905
1907
|
|
|
1906
1908
|
|
|
@@ -2051,6 +2053,34 @@
|
|
|
2051
2053
|
|
|
2052
2054
|
|
|
2053
2055
|
|
|
2056
|
+
<li class="md-nav__item">
|
|
2057
|
+
<a href="reference/partials.html" class="md-nav__link">
|
|
2058
|
+
|
|
2059
|
+
|
|
2060
|
+
|
|
2061
|
+
<span class="md-ellipsis">
|
|
2062
|
+
|
|
2063
|
+
|
|
2064
|
+
Partials Settings
|
|
2065
|
+
|
|
2066
|
+
|
|
2067
|
+
|
|
2068
|
+
</span>
|
|
2069
|
+
|
|
2070
|
+
|
|
2071
|
+
|
|
2072
|
+
</a>
|
|
2073
|
+
</li>
|
|
2074
|
+
|
|
2075
|
+
|
|
2076
|
+
|
|
2077
|
+
|
|
2078
|
+
|
|
2079
|
+
|
|
2080
|
+
|
|
2081
|
+
|
|
2082
|
+
|
|
2083
|
+
|
|
2054
2084
|
<li class="md-nav__item">
|
|
2055
2085
|
<a href="reference/release-build.html" class="md-nav__link">
|
|
2056
2086
|
|
|
@@ -1912,6 +1912,8 @@
|
|
|
1912
1912
|
|
|
1913
1913
|
|
|
1914
1914
|
|
|
1915
|
+
|
|
1916
|
+
|
|
1915
1917
|
|
|
1916
1918
|
|
|
1917
1919
|
|
|
@@ -2062,6 +2064,34 @@
|
|
|
2062
2064
|
|
|
2063
2065
|
|
|
2064
2066
|
|
|
2067
|
+
<li class="md-nav__item">
|
|
2068
|
+
<a href="reference/partials.html" class="md-nav__link">
|
|
2069
|
+
|
|
2070
|
+
|
|
2071
|
+
|
|
2072
|
+
<span class="md-ellipsis">
|
|
2073
|
+
|
|
2074
|
+
|
|
2075
|
+
Partials Settings
|
|
2076
|
+
|
|
2077
|
+
|
|
2078
|
+
|
|
2079
|
+
</span>
|
|
2080
|
+
|
|
2081
|
+
|
|
2082
|
+
|
|
2083
|
+
</a>
|
|
2084
|
+
</li>
|
|
2085
|
+
|
|
2086
|
+
|
|
2087
|
+
|
|
2088
|
+
|
|
2089
|
+
|
|
2090
|
+
|
|
2091
|
+
|
|
2092
|
+
|
|
2093
|
+
|
|
2094
|
+
|
|
2065
2095
|
<li class="md-nav__item">
|
|
2066
2096
|
<a href="reference/release-build.html" class="md-nav__link">
|
|
2067
2097
|
|
|
@@ -1795,6 +1795,8 @@
|
|
|
1795
1795
|
|
|
1796
1796
|
|
|
1797
1797
|
|
|
1798
|
+
|
|
1799
|
+
|
|
1798
1800
|
|
|
1799
1801
|
|
|
1800
1802
|
|
|
@@ -1945,6 +1947,34 @@
|
|
|
1945
1947
|
|
|
1946
1948
|
|
|
1947
1949
|
|
|
1950
|
+
<li class="md-nav__item">
|
|
1951
|
+
<a href="partials.html" class="md-nav__link">
|
|
1952
|
+
|
|
1953
|
+
|
|
1954
|
+
|
|
1955
|
+
<span class="md-ellipsis">
|
|
1956
|
+
|
|
1957
|
+
|
|
1958
|
+
Partials Settings
|
|
1959
|
+
|
|
1960
|
+
|
|
1961
|
+
|
|
1962
|
+
</span>
|
|
1963
|
+
|
|
1964
|
+
|
|
1965
|
+
|
|
1966
|
+
</a>
|
|
1967
|
+
</li>
|
|
1968
|
+
|
|
1969
|
+
|
|
1970
|
+
|
|
1971
|
+
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
|
|
1975
|
+
|
|
1976
|
+
|
|
1977
|
+
|
|
1948
1978
|
<li class="md-nav__item">
|
|
1949
1979
|
<a href="release-build.html" class="md-nav__link">
|
|
1950
1980
|
|
|
@@ -1795,6 +1795,8 @@
|
|
|
1795
1795
|
|
|
1796
1796
|
|
|
1797
1797
|
|
|
1798
|
+
|
|
1799
|
+
|
|
1798
1800
|
|
|
1799
1801
|
|
|
1800
1802
|
|
|
@@ -1945,6 +1947,34 @@
|
|
|
1945
1947
|
|
|
1946
1948
|
|
|
1947
1949
|
|
|
1950
|
+
<li class="md-nav__item">
|
|
1951
|
+
<a href="partials.html" class="md-nav__link">
|
|
1952
|
+
|
|
1953
|
+
|
|
1954
|
+
|
|
1955
|
+
<span class="md-ellipsis">
|
|
1956
|
+
|
|
1957
|
+
|
|
1958
|
+
Partials Settings
|
|
1959
|
+
|
|
1960
|
+
|
|
1961
|
+
|
|
1962
|
+
</span>
|
|
1963
|
+
|
|
1964
|
+
|
|
1965
|
+
|
|
1966
|
+
</a>
|
|
1967
|
+
</li>
|
|
1968
|
+
|
|
1969
|
+
|
|
1970
|
+
|
|
1971
|
+
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
|
|
1975
|
+
|
|
1976
|
+
|
|
1977
|
+
|
|
1948
1978
|
<li class="md-nav__item">
|
|
1949
1979
|
<a href="release-build.html" class="md-nav__link">
|
|
1950
1980
|
|
|
@@ -1795,6 +1795,8 @@
|
|
|
1795
1795
|
|
|
1796
1796
|
|
|
1797
1797
|
|
|
1798
|
+
|
|
1799
|
+
|
|
1798
1800
|
|
|
1799
1801
|
|
|
1800
1802
|
|
|
@@ -1945,6 +1947,34 @@
|
|
|
1945
1947
|
|
|
1946
1948
|
|
|
1947
1949
|
|
|
1950
|
+
<li class="md-nav__item">
|
|
1951
|
+
<a href="partials.html" class="md-nav__link">
|
|
1952
|
+
|
|
1953
|
+
|
|
1954
|
+
|
|
1955
|
+
<span class="md-ellipsis">
|
|
1956
|
+
|
|
1957
|
+
|
|
1958
|
+
Partials Settings
|
|
1959
|
+
|
|
1960
|
+
|
|
1961
|
+
|
|
1962
|
+
</span>
|
|
1963
|
+
|
|
1964
|
+
|
|
1965
|
+
|
|
1966
|
+
</a>
|
|
1967
|
+
</li>
|
|
1968
|
+
|
|
1969
|
+
|
|
1970
|
+
|
|
1971
|
+
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
|
|
1975
|
+
|
|
1976
|
+
|
|
1977
|
+
|
|
1948
1978
|
<li class="md-nav__item">
|
|
1949
1979
|
<a href="release-build.html" class="md-nav__link">
|
|
1950
1980
|
|
|
@@ -1795,6 +1795,8 @@
|
|
|
1795
1795
|
|
|
1796
1796
|
|
|
1797
1797
|
|
|
1798
|
+
|
|
1799
|
+
|
|
1798
1800
|
|
|
1799
1801
|
|
|
1800
1802
|
|
|
@@ -1945,6 +1947,34 @@
|
|
|
1945
1947
|
|
|
1946
1948
|
|
|
1947
1949
|
|
|
1950
|
+
<li class="md-nav__item">
|
|
1951
|
+
<a href="partials.html" class="md-nav__link">
|
|
1952
|
+
|
|
1953
|
+
|
|
1954
|
+
|
|
1955
|
+
<span class="md-ellipsis">
|
|
1956
|
+
|
|
1957
|
+
|
|
1958
|
+
Partials Settings
|
|
1959
|
+
|
|
1960
|
+
|
|
1961
|
+
|
|
1962
|
+
</span>
|
|
1963
|
+
|
|
1964
|
+
|
|
1965
|
+
|
|
1966
|
+
</a>
|
|
1967
|
+
</li>
|
|
1968
|
+
|
|
1969
|
+
|
|
1970
|
+
|
|
1971
|
+
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
|
|
1975
|
+
|
|
1976
|
+
|
|
1977
|
+
|
|
1948
1978
|
<li class="md-nav__item">
|
|
1949
1979
|
<a href="release-build.html" class="md-nav__link">
|
|
1950
1980
|
|