nanoc 4.8.12 → 4.8.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/NEWS.md +6 -0
- data/lib/nanoc/base/entities/document.rb +16 -1
- data/lib/nanoc/base/feature.rb +1 -1
- data/lib/nanoc/base/repos/action_sequence_store.rb +3 -3
- data/lib/nanoc/base/repos/checksum_store.rb +3 -3
- data/lib/nanoc/base/repos/compiled_content_cache.rb +3 -3
- data/lib/nanoc/base/repos/dependency_store.rb +3 -3
- data/lib/nanoc/base/repos/outdatedness_store.rb +3 -3
- data/lib/nanoc/base/repos/store.rb +3 -5
- data/lib/nanoc/base/services/compiler_loader.rb +5 -5
- data/lib/nanoc/base/views/mixins/mutable_document_view_mixin.rb +2 -14
- data/lib/nanoc/cli/commands/compile.rb +18 -0
- data/lib/nanoc/cli/commands/live.rb +1 -0
- data/lib/nanoc/cli/commands/view.rb +12 -35
- data/lib/nanoc/filters/redcarpet.rb +26 -65
- data/lib/nanoc/version.rb +1 -1
- metadata +2 -293
- data/.rspec +0 -3
- data/.rubocop.yml +0 -173
- data/Rakefile +0 -25
- data/nanoc.gemspec +0 -44
- data/nanoc.manifest +0 -543
- data/spec/contributors_spec.rb +0 -20
- data/spec/gem_spec.rb +0 -21
- data/spec/manifest_spec.rb +0 -22
- data/spec/nanoc/base/changes_stream_spec.rb +0 -45
- data/spec/nanoc/base/checksummer_spec.rb +0 -419
- data/spec/nanoc/base/compiler_spec.rb +0 -149
- data/spec/nanoc/base/core_ext/array_spec.rb +0 -35
- data/spec/nanoc/base/core_ext/hash_spec.rb +0 -41
- data/spec/nanoc/base/core_ext/string_spec.rb +0 -23
- data/spec/nanoc/base/directed_graph_spec.rb +0 -258
- data/spec/nanoc/base/entities/action_sequence_spec.rb +0 -297
- data/spec/nanoc/base/entities/code_snippet_spec.rb +0 -60
- data/spec/nanoc/base/entities/configuration_spec.rb +0 -132
- data/spec/nanoc/base/entities/content_spec.rb +0 -195
- data/spec/nanoc/base/entities/context_spec.rb +0 -26
- data/spec/nanoc/base/entities/document_spec.rb +0 -258
- data/spec/nanoc/base/entities/identifiable_collection_spec.rb +0 -209
- data/spec/nanoc/base/entities/identifier_spec.rb +0 -472
- data/spec/nanoc/base/entities/item_rep_spec.rb +0 -26
- data/spec/nanoc/base/entities/item_spec.rb +0 -13
- data/spec/nanoc/base/entities/layout_spec.rb +0 -13
- data/spec/nanoc/base/entities/lazy_value_spec.rb +0 -108
- data/spec/nanoc/base/entities/outdatedness_status_spec.rb +0 -115
- data/spec/nanoc/base/entities/pattern_spec.rb +0 -133
- data/spec/nanoc/base/entities/processing_action_spec.rb +0 -11
- data/spec/nanoc/base/entities/processing_actions/filter_spec.rb +0 -20
- data/spec/nanoc/base/entities/processing_actions/layout_spec.rb +0 -20
- data/spec/nanoc/base/entities/processing_actions/snapshot_spec.rb +0 -40
- data/spec/nanoc/base/entities/props_spec.rb +0 -413
- data/spec/nanoc/base/entities/site_spec.rb +0 -80
- data/spec/nanoc/base/errors/dependency_cycle_spec.rb +0 -35
- data/spec/nanoc/base/feature_spec.rb +0 -109
- data/spec/nanoc/base/filter_spec.rb +0 -166
- data/spec/nanoc/base/item_rep_writer_spec.rb +0 -140
- data/spec/nanoc/base/memoization_spec.rb +0 -108
- data/spec/nanoc/base/repos/aggregate_data_source_spec.rb +0 -87
- data/spec/nanoc/base/repos/checksum_store_spec.rb +0 -155
- data/spec/nanoc/base/repos/compiled_content_cache_spec.rb +0 -65
- data/spec/nanoc/base/repos/config_loader_spec.rb +0 -245
- data/spec/nanoc/base/repos/data_source_spec.rb +0 -95
- data/spec/nanoc/base/repos/dependency_store_spec.rb +0 -515
- data/spec/nanoc/base/repos/in_mem_data_source_spec.rb +0 -39
- data/spec/nanoc/base/repos/outdatedness_store_spec.rb +0 -72
- data/spec/nanoc/base/repos/prefixed_data_source_spec.rb +0 -39
- data/spec/nanoc/base/repos/site_loader_spec.rb +0 -264
- data/spec/nanoc/base/repos/snapshot_repo_spec.rb +0 -316
- data/spec/nanoc/base/repos/store_spec.rb +0 -93
- data/spec/nanoc/base/services/compiler/phases/abstract_spec.rb +0 -63
- data/spec/nanoc/base/services/compiler/phases/cache_spec.rb +0 -156
- data/spec/nanoc/base/services/compiler/stages/calculate_checksums_spec.rb +0 -74
- data/spec/nanoc/base/services/compiler/stages/cleanup_spec.rb +0 -88
- data/spec/nanoc/base/services/compiler/stages/compile_reps_spec.rb +0 -142
- data/spec/nanoc/base/services/compiler/stages/determine_outdatedness_spec.rb +0 -148
- data/spec/nanoc/base/services/compiler/stages/preprocess_spec.rb +0 -110
- data/spec/nanoc/base/services/dependency_tracker_spec.rb +0 -245
- data/spec/nanoc/base/services/executor_spec.rb +0 -686
- data/spec/nanoc/base/services/item_rep_router_spec.rb +0 -198
- data/spec/nanoc/base/services/item_rep_selector_spec.rb +0 -227
- data/spec/nanoc/base/services/notification_center_spec.rb +0 -25
- data/spec/nanoc/base/services/outdatedness_checker_spec.rb +0 -778
- data/spec/nanoc/base/services/outdatedness_rules_spec.rb +0 -495
- data/spec/nanoc/base/services/pruner_spec.rb +0 -116
- data/spec/nanoc/base/services/temp_filename_factory_spec.rb +0 -89
- data/spec/nanoc/base/views/basic_item_rep_collection_view_spec.rb +0 -8
- data/spec/nanoc/base/views/basic_item_rep_view_spec.rb +0 -9
- data/spec/nanoc/base/views/compilation_item_rep_collection_view_spec.rb +0 -8
- data/spec/nanoc/base/views/compilation_item_rep_view_spec.rb +0 -136
- data/spec/nanoc/base/views/config_view_spec.rb +0 -144
- data/spec/nanoc/base/views/item_collection_with_reps_view_spec.rb +0 -23
- data/spec/nanoc/base/views/item_collection_without_reps_view_spec.rb +0 -23
- data/spec/nanoc/base/views/item_view_spec.rb +0 -376
- data/spec/nanoc/base/views/layout_collection_view_spec.rb +0 -23
- data/spec/nanoc/base/views/layout_view_spec.rb +0 -18
- data/spec/nanoc/base/views/mutable_config_view_spec.rb +0 -18
- data/spec/nanoc/base/views/mutable_item_collection_view_spec.rb +0 -60
- data/spec/nanoc/base/views/mutable_item_view_spec.rb +0 -26
- data/spec/nanoc/base/views/mutable_layout_collection_view_spec.rb +0 -60
- data/spec/nanoc/base/views/mutable_layout_view_spec.rb +0 -17
- data/spec/nanoc/base/views/post_compile_item_rep_collection_view_spec.rb +0 -8
- data/spec/nanoc/base/views/post_compile_item_rep_view_spec.rb +0 -216
- data/spec/nanoc/base/views/post_compile_item_view_spec.rb +0 -58
- data/spec/nanoc/base/views/support/document_view_examples.rb +0 -340
- data/spec/nanoc/base/views/support/identifiable_collection_view_examples.rb +0 -277
- data/spec/nanoc/base/views/support/item_rep_collection_view_examples.rb +0 -140
- data/spec/nanoc/base/views/support/item_rep_view_examples.rb +0 -308
- data/spec/nanoc/base/views/support/mutable_document_view_examples.rb +0 -188
- data/spec/nanoc/base/views/support/mutable_identifiable_collection_view_examples.rb +0 -44
- data/spec/nanoc/checking/runner_spec.rb +0 -26
- data/spec/nanoc/cli/command_runner_spec.rb +0 -107
- data/spec/nanoc/cli/commands/compile/abstract_spec.rb +0 -80
- data/spec/nanoc/cli/commands/compile/diff_generator_spec.rb +0 -44
- data/spec/nanoc/cli/commands/compile/file_action_printer_spec.rb +0 -112
- data/spec/nanoc/cli/commands/compile/timing_recorder_spec.rb +0 -287
- data/spec/nanoc/cli/commands/compile_spec.rb +0 -45
- data/spec/nanoc/cli/commands/deploy_spec.rb +0 -329
- data/spec/nanoc/cli/commands/shell_spec.rb +0 -77
- data/spec/nanoc/cli/commands/show_data_spec.rb +0 -286
- data/spec/nanoc/cli/commands/show_plugins_spec.rb +0 -20
- data/spec/nanoc/cli/commands/show_rules_spec.rb +0 -118
- data/spec/nanoc/cli/commands/view_spec.rb +0 -75
- data/spec/nanoc/cli/error_handler_spec.rb +0 -43
- data/spec/nanoc/cli/stack_trace_writer_spec.rb +0 -156
- data/spec/nanoc/cli/stream_cleaners/utf8_spec.rb +0 -9
- data/spec/nanoc/cli_spec.rb +0 -44
- data/spec/nanoc/data_sources/filesystem_spec.rb +0 -128
- data/spec/nanoc/deploying/fog_spec.rb +0 -199
- data/spec/nanoc/deploying/git_spec.rb +0 -305
- data/spec/nanoc/extra/live_recompiler_spec.rb +0 -129
- data/spec/nanoc/extra/parallel_collection_spec.rb +0 -110
- data/spec/nanoc/filters/asciidoctor_spec.rb +0 -12
- data/spec/nanoc/filters/colorize_syntax/rouge_spec.rb +0 -155
- data/spec/nanoc/filters/less_spec.rb +0 -122
- data/spec/nanoc/helpers/blogging_spec.rb +0 -219
- data/spec/nanoc/helpers/breadcrumbs_spec.rb +0 -135
- data/spec/nanoc/helpers/capturing_spec.rb +0 -256
- data/spec/nanoc/helpers/child_parent_spec.rb +0 -76
- data/spec/nanoc/helpers/filtering_spec.rb +0 -77
- data/spec/nanoc/helpers/html_escape_spec.rb +0 -37
- data/spec/nanoc/helpers/link_to_spec.rb +0 -320
- data/spec/nanoc/helpers/rendering_spec.rb +0 -144
- data/spec/nanoc/helpers/tagging_spec.rb +0 -106
- data/spec/nanoc/helpers/text_spec.rb +0 -60
- data/spec/nanoc/integration/compile_command_spec.rb +0 -33
- data/spec/nanoc/integration/outdatedness_integration_spec.rb +0 -269
- data/spec/nanoc/integration/partial_recompilation_spec.rb +0 -50
- data/spec/nanoc/regressions/gh_1015_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_1022_spec.rb +0 -26
- data/spec/nanoc/regressions/gh_1031_spec.rb +0 -56
- data/spec/nanoc/regressions/gh_1035_spec.rb +0 -35
- data/spec/nanoc/regressions/gh_1037a_spec.rb +0 -31
- data/spec/nanoc/regressions/gh_1037b_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_1040_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_1045_spec.rb +0 -50
- data/spec/nanoc/regressions/gh_1047_spec.rb +0 -30
- data/spec/nanoc/regressions/gh_1064_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_1067_spec.rb +0 -36
- data/spec/nanoc/regressions/gh_1082a_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_1082b_spec.rb +0 -22
- data/spec/nanoc/regressions/gh_1082c_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_1082d_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_1093_spec.rb +0 -51
- data/spec/nanoc/regressions/gh_1094_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_1097_spec.rb +0 -23
- data/spec/nanoc/regressions/gh_1100_spec.rb +0 -22
- data/spec/nanoc/regressions/gh_1102_spec.rb +0 -28
- data/spec/nanoc/regressions/gh_1107_spec.rb +0 -15
- data/spec/nanoc/regressions/gh_1130_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_1134_spec.rb +0 -29
- data/spec/nanoc/regressions/gh_1145_spec.rb +0 -18
- data/spec/nanoc/regressions/gh_1171_spec.rb +0 -57
- data/spec/nanoc/regressions/gh_1185_spec.rb +0 -22
- data/spec/nanoc/regressions/gh_1216_spec.rb +0 -91
- data/spec/nanoc/regressions/gh_1248_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_761_spec.rb +0 -25
- data/spec/nanoc/regressions/gh_767_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_769_spec.rb +0 -32
- data/spec/nanoc/regressions/gh_776_spec.rb +0 -42
- data/spec/nanoc/regressions/gh_787_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_795_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_804_spec.rb +0 -28
- data/spec/nanoc/regressions/gh_807_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_809_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_813_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_815_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_828_spec.rb +0 -25
- data/spec/nanoc/regressions/gh_833_spec.rb +0 -16
- data/spec/nanoc/regressions/gh_841_spec.rb +0 -17
- data/spec/nanoc/regressions/gh_867_spec.rb +0 -17
- data/spec/nanoc/regressions/gh_882_spec.rb +0 -31
- data/spec/nanoc/regressions/gh_885_spec.rb +0 -32
- data/spec/nanoc/regressions/gh_891_spec.rb +0 -28
- data/spec/nanoc/regressions/gh_913_spec.rb +0 -26
- data/spec/nanoc/regressions/gh_924_spec.rb +0 -91
- data/spec/nanoc/regressions/gh_928_spec.rb +0 -7
- data/spec/nanoc/regressions/gh_937_spec.rb +0 -27
- data/spec/nanoc/regressions/gh_942_spec.rb +0 -23
- data/spec/nanoc/regressions/gh_947_spec.rb +0 -23
- data/spec/nanoc/regressions/gh_948_spec.rb +0 -18
- data/spec/nanoc/regressions/gh_951_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_954_spec.rb +0 -35
- data/spec/nanoc/regressions/gh_970a_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_970b_spec.rb +0 -52
- data/spec/nanoc/regressions/gh_974_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_981_spec.rb +0 -23
- data/spec/nanoc/rule_dsl/action_sequence_calculator_spec.rb +0 -230
- data/spec/nanoc/rule_dsl/recording_executor_spec.rb +0 -145
- data/spec/nanoc/rule_dsl/rule_context_spec.rb +0 -251
- data/spec/nanoc/rule_dsl/rule_spec.rb +0 -111
- data/spec/nanoc/rule_dsl/rules_collection_spec.rb +0 -301
- data/spec/nanoc/spec_spec.rb +0 -70
- data/spec/nanoc/telemetry/counter_spec.rb +0 -20
- data/spec/nanoc/telemetry/labelled_counter_spec.rb +0 -94
- data/spec/nanoc/telemetry/labelled_summary_spec.rb +0 -78
- data/spec/nanoc/telemetry/stopwatch_spec.rb +0 -63
- data/spec/nanoc/telemetry/summary_spec.rb +0 -68
- data/spec/nanoc/telemetry/table_spec.rb +0 -22
- data/spec/nanoc/telemetry_spec.rb +0 -28
- data/spec/regression_filenames_spec.rb +0 -18
- data/spec/spec_helper.rb +0 -371
- data/test/base/test_compiler.rb +0 -389
- data/test/base/test_filter.rb +0 -73
- data/test/base/test_site.rb +0 -146
- data/test/checking/checks/test_css.rb +0 -66
- data/test/checking/checks/test_external_links.rb +0 -88
- data/test/checking/checks/test_html.rb +0 -47
- data/test/checking/checks/test_internal_links.rb +0 -118
- data/test/checking/checks/test_mixed_content.rb +0 -190
- data/test/checking/checks/test_stale.rb +0 -69
- data/test/checking/test_check.rb +0 -22
- data/test/checking/test_dsl.rb +0 -35
- data/test/checking/test_runner.rb +0 -45
- data/test/cli/commands/test_check.rb +0 -20
- data/test/cli/commands/test_compile.rb +0 -199
- data/test/cli/commands/test_create_site.rb +0 -126
- data/test/cli/commands/test_help.rb +0 -10
- data/test/cli/commands/test_prune.rb +0 -157
- data/test/cli/test_cleaning_stream.rb +0 -97
- data/test/cli/test_cli.rb +0 -195
- data/test/cli/test_error_handler.rb +0 -102
- data/test/cli/test_logger.rb +0 -7
- data/test/data_sources/test_filesystem.rb +0 -1033
- data/test/data_sources/test_filesystem_tools.rb +0 -146
- data/test/deploying/test_fog.rb +0 -117
- data/test/deploying/test_git.rb +0 -263
- data/test/deploying/test_rsync.rb +0 -94
- data/test/extra/core_ext/test_time.rb +0 -17
- data/test/extra/test_link_collector.rb +0 -110
- data/test/extra/test_piper.rb +0 -48
- data/test/filters/colorize_syntax/test_coderay.rb +0 -247
- data/test/filters/colorize_syntax/test_common.rb +0 -109
- data/test/filters/colorize_syntax/test_pygmentize.rb +0 -39
- data/test/filters/colorize_syntax/test_pygments.rb +0 -21
- data/test/filters/colorize_syntax/test_simon.rb +0 -24
- data/test/filters/test_asciidoc.rb +0 -16
- data/test/filters/test_bluecloth.rb +0 -16
- data/test/filters/test_coffeescript.rb +0 -16
- data/test/filters/test_erb.rb +0 -107
- data/test/filters/test_erubi.rb +0 -75
- data/test/filters/test_erubis.rb +0 -76
- data/test/filters/test_haml.rb +0 -94
- data/test/filters/test_handlebars.rb +0 -61
- data/test/filters/test_kramdown.rb +0 -56
- data/test/filters/test_markaby.rb +0 -16
- data/test/filters/test_maruku.rb +0 -16
- data/test/filters/test_mustache.rb +0 -43
- data/test/filters/test_pandoc.rb +0 -47
- data/test/filters/test_rainpress.rb +0 -27
- data/test/filters/test_rdiscount.rb +0 -30
- data/test/filters/test_rdoc.rb +0 -14
- data/test/filters/test_redcarpet.rb +0 -111
- data/test/filters/test_redcloth.rb +0 -31
- data/test/filters/test_relativize_paths.rb +0 -887
- data/test/filters/test_rubypants.rb +0 -16
- data/test/filters/test_sass.rb +0 -315
- data/test/filters/test_slim.rb +0 -59
- data/test/filters/test_typogruby.rb +0 -18
- data/test/filters/test_uglify_js.rb +0 -30
- data/test/filters/test_xsl.rb +0 -192
- data/test/filters/test_yui_compressor.rb +0 -42
- data/test/fixtures/vcr_cassettes/css_run_error.yml +0 -70
- data/test/fixtures/vcr_cassettes/css_run_ok.yml +0 -60
- data/test/fixtures/vcr_cassettes/css_run_parse_error.yml +0 -70
- data/test/fixtures/vcr_cassettes/html_run_error.yml +0 -56
- data/test/fixtures/vcr_cassettes/html_run_ok.yml +0 -58
- data/test/helper.rb +0 -255
- data/test/helpers/test_blogging.rb +0 -684
- data/test/helpers/test_capturing.rb +0 -184
- data/test/helpers/test_link_to.rb +0 -57
- data/test/helpers/test_xml_sitemap.rb +0 -246
- data/test/rule_dsl/test_action_provider.rb +0 -80
- data/test/rule_dsl/test_compiler_dsl.rb +0 -448
- data/test/rule_dsl/test_rules_collection.rb +0 -93
@@ -1,149 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe Nanoc::Int::Compiler do
|
4
|
-
let(:compiler) do
|
5
|
-
described_class.new(
|
6
|
-
site,
|
7
|
-
compiled_content_cache: compiled_content_cache,
|
8
|
-
checksum_store: checksum_store,
|
9
|
-
action_sequence_store: action_sequence_store,
|
10
|
-
action_provider: action_provider,
|
11
|
-
dependency_store: dependency_store,
|
12
|
-
outdatedness_store: outdatedness_store,
|
13
|
-
)
|
14
|
-
end
|
15
|
-
|
16
|
-
let(:checksum_store) { Nanoc::Int::ChecksumStore.new(objects: items) }
|
17
|
-
let(:action_sequence_store) { Nanoc::Int::ActionSequenceStore.new(site: site) }
|
18
|
-
|
19
|
-
let(:dependency_store) { Nanoc::Int::DependencyStore.new(items, layouts, config) }
|
20
|
-
|
21
|
-
let(:outdatedness_store) { Nanoc::Int::OutdatednessStore.new(site: site) }
|
22
|
-
let(:action_provider) { double(:action_provider) }
|
23
|
-
|
24
|
-
let(:compiled_content_cache) do
|
25
|
-
Nanoc::Int::CompiledContentCache.new(
|
26
|
-
site: site,
|
27
|
-
items: items,
|
28
|
-
)
|
29
|
-
end
|
30
|
-
|
31
|
-
let(:rep) { Nanoc::Int::ItemRep.new(item, :default) }
|
32
|
-
let(:item) { Nanoc::Int::Item.new('<%= 1 + 2 %>', {}, '/hi.md') }
|
33
|
-
|
34
|
-
let(:other_rep) { Nanoc::Int::ItemRep.new(other_item, :default) }
|
35
|
-
let(:other_item) { Nanoc::Int::Item.new('other content', {}, '/other.md') }
|
36
|
-
|
37
|
-
let(:site) do
|
38
|
-
Nanoc::Int::Site.new(
|
39
|
-
config: config,
|
40
|
-
code_snippets: code_snippets,
|
41
|
-
data_source: Nanoc::Int::InMemDataSource.new(items, layouts),
|
42
|
-
)
|
43
|
-
end
|
44
|
-
|
45
|
-
let(:config) { Nanoc::Int::Configuration.new.with_defaults }
|
46
|
-
let(:code_snippets) { [] }
|
47
|
-
|
48
|
-
let(:items) do
|
49
|
-
Nanoc::Int::ItemCollection.new(config, [item, other_item])
|
50
|
-
end
|
51
|
-
|
52
|
-
let(:layouts) do
|
53
|
-
Nanoc::Int::LayoutCollection.new(config)
|
54
|
-
end
|
55
|
-
|
56
|
-
let(:memory) do
|
57
|
-
actions =
|
58
|
-
[
|
59
|
-
Nanoc::Int::ProcessingActions::Filter.new(:erb, {}),
|
60
|
-
Nanoc::Int::ProcessingActions::Snapshot.new([:last], []),
|
61
|
-
]
|
62
|
-
|
63
|
-
Nanoc::Int::ActionSequence.new(nil, actions: actions)
|
64
|
-
end
|
65
|
-
|
66
|
-
let(:action_sequences) do
|
67
|
-
{ rep => memory, other_rep => memory }
|
68
|
-
end
|
69
|
-
|
70
|
-
before do
|
71
|
-
allow(Nanoc::Int::NotificationCenter).to receive(:post)
|
72
|
-
end
|
73
|
-
|
74
|
-
describe '#compile_rep' do
|
75
|
-
let(:stage) { compiler.send(:compile_reps_stage, action_sequences, reps) }
|
76
|
-
|
77
|
-
subject { stage.send(:compile_rep, rep, is_outdated: is_outdated) }
|
78
|
-
|
79
|
-
let(:is_outdated) { true }
|
80
|
-
|
81
|
-
let(:reps) do
|
82
|
-
Nanoc::Int::ItemRepRepo.new.tap do |rs|
|
83
|
-
rs << rep
|
84
|
-
rs << other_rep
|
85
|
-
|
86
|
-
rs.each do |rep|
|
87
|
-
rep.snapshot_defs << Nanoc::Int::SnapshotDef.new(:last, binary: false)
|
88
|
-
end
|
89
|
-
end
|
90
|
-
end
|
91
|
-
|
92
|
-
it 'generates expected output' do
|
93
|
-
reps = Nanoc::Int::ItemRepRepo.new
|
94
|
-
expect { subject }
|
95
|
-
.to change { compiler.compilation_context(reps: reps).snapshot_repo.get(rep, :last) }
|
96
|
-
.from(nil)
|
97
|
-
.to(some_textual_content('3'))
|
98
|
-
end
|
99
|
-
|
100
|
-
it 'generates notifications in the proper order' do
|
101
|
-
expect(Nanoc::Int::NotificationCenter).to receive(:post).with(:compilation_started, rep).ordered
|
102
|
-
expect(Nanoc::Int::NotificationCenter).to receive(:post).with(:filtering_started, rep, :erb).ordered
|
103
|
-
expect(Nanoc::Int::NotificationCenter).to receive(:post).with(:filtering_ended, rep, :erb).ordered
|
104
|
-
expect(Nanoc::Int::NotificationCenter).to receive(:post).with(:compilation_ended, rep).ordered
|
105
|
-
|
106
|
-
subject
|
107
|
-
end
|
108
|
-
|
109
|
-
context 'interrupted compilation' do
|
110
|
-
let(:item) { Nanoc::Int::Item.new('other=<%= @items["/other.*"].compiled_content %>', {}, '/hi.md') }
|
111
|
-
|
112
|
-
it 'generates expected output' do
|
113
|
-
reps = Nanoc::Int::ItemRepRepo.new
|
114
|
-
expect(compiler.compilation_context(reps: reps).snapshot_repo.get(rep, :last)).to be_nil
|
115
|
-
|
116
|
-
expect { stage.send(:compile_rep, rep, is_outdated: true) }
|
117
|
-
.to raise_error(Nanoc::Int::Errors::UnmetDependency)
|
118
|
-
stage.send(:compile_rep, other_rep, is_outdated: true)
|
119
|
-
stage.send(:compile_rep, rep, is_outdated: true)
|
120
|
-
|
121
|
-
expect(compiler.compilation_context(reps: reps).snapshot_repo.get(rep, :last).string).to eql('other=other content')
|
122
|
-
end
|
123
|
-
|
124
|
-
it 'generates notifications in the proper order' do
|
125
|
-
# rep 1
|
126
|
-
expect(Nanoc::Int::NotificationCenter).to receive(:post).with(:compilation_started, rep).ordered
|
127
|
-
expect(Nanoc::Int::NotificationCenter).to receive(:post).with(:filtering_started, rep, :erb).ordered
|
128
|
-
expect(Nanoc::Int::NotificationCenter).to receive(:post).with(:dependency_created, item, other_item).ordered
|
129
|
-
expect(Nanoc::Int::NotificationCenter).to receive(:post).with(:compilation_suspended, rep, anything).ordered
|
130
|
-
|
131
|
-
# rep 2
|
132
|
-
expect(Nanoc::Int::NotificationCenter).to receive(:post).with(:compilation_started, other_rep).ordered
|
133
|
-
expect(Nanoc::Int::NotificationCenter).to receive(:post).with(:filtering_started, other_rep, :erb).ordered
|
134
|
-
expect(Nanoc::Int::NotificationCenter).to receive(:post).with(:filtering_ended, other_rep, :erb).ordered
|
135
|
-
expect(Nanoc::Int::NotificationCenter).to receive(:post).with(:compilation_ended, other_rep).ordered
|
136
|
-
|
137
|
-
# rep 1 (again)
|
138
|
-
expect(Nanoc::Int::NotificationCenter).to receive(:post).with(:compilation_started, rep).ordered
|
139
|
-
expect(Nanoc::Int::NotificationCenter).to receive(:post).with(:filtering_ended, rep, :erb).ordered
|
140
|
-
expect(Nanoc::Int::NotificationCenter).to receive(:post).with(:compilation_ended, rep).ordered
|
141
|
-
|
142
|
-
expect { stage.send(:compile_rep, rep, is_outdated: true) }
|
143
|
-
.to raise_error(Nanoc::Int::Errors::UnmetDependency)
|
144
|
-
stage.send(:compile_rep, other_rep, is_outdated: true)
|
145
|
-
stage.send(:compile_rep, rep, is_outdated: true)
|
146
|
-
end
|
147
|
-
end
|
148
|
-
end
|
149
|
-
end
|
@@ -1,35 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe 'Array#__nanoc_symbolize_keys_recursively' do
|
4
|
-
it 'should convert keys to symbols' do
|
5
|
-
array_old = [:abc, 'xyz', { 'foo' => 'bar', :baz => :qux }]
|
6
|
-
array_new = [:abc, 'xyz', { foo: 'bar', baz: :qux }]
|
7
|
-
expect(array_old.__nanoc_symbolize_keys_recursively).to eql(array_new)
|
8
|
-
end
|
9
|
-
end
|
10
|
-
|
11
|
-
describe 'Array#__nanoc_freeze_recursively' do
|
12
|
-
it 'should prevent first-level elements from being modified' do
|
13
|
-
array = [:a, %i[b c], :d]
|
14
|
-
array.__nanoc_freeze_recursively
|
15
|
-
|
16
|
-
expect { array[0] = 123 }.to raise_frozen_error
|
17
|
-
end
|
18
|
-
|
19
|
-
it 'should prevent second-level elements from being modified' do
|
20
|
-
array = [:a, %i[b c], :d]
|
21
|
-
array.__nanoc_freeze_recursively
|
22
|
-
|
23
|
-
expect { array[1][0] = 123 }.to raise_frozen_error
|
24
|
-
end
|
25
|
-
|
26
|
-
it 'should not freeze infinitely' do
|
27
|
-
a = []
|
28
|
-
a << a
|
29
|
-
|
30
|
-
a.__nanoc_freeze_recursively
|
31
|
-
|
32
|
-
expect(a).to be_frozen
|
33
|
-
expect(a[0]).to be_frozen
|
34
|
-
end
|
35
|
-
end
|
@@ -1,41 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe 'Hash#__nanoc_symbolize_keys_recursively' do
|
4
|
-
it 'should convert keys to symbols' do
|
5
|
-
hash_old = { 'foo' => 'bar' }
|
6
|
-
hash_new = { foo: 'bar' }
|
7
|
-
expect(hash_old.__nanoc_symbolize_keys_recursively).to eql(hash_new)
|
8
|
-
end
|
9
|
-
|
10
|
-
it 'should not require string keys' do
|
11
|
-
hash_old = { Time.now => 'abc' }
|
12
|
-
hash_new = hash_old
|
13
|
-
expect(hash_old.__nanoc_symbolize_keys_recursively).to eql(hash_new)
|
14
|
-
end
|
15
|
-
end
|
16
|
-
|
17
|
-
describe 'Hash#__nanoc_freeze_recursively' do
|
18
|
-
it 'should prevent first-level elements from being modified' do
|
19
|
-
hash = { a: { b: :c } }
|
20
|
-
hash.__nanoc_freeze_recursively
|
21
|
-
|
22
|
-
expect { hash[:a] = 123 }.to raise_frozen_error
|
23
|
-
end
|
24
|
-
|
25
|
-
it 'should prevent second-level elements from being modified' do
|
26
|
-
hash = { a: { b: :c } }
|
27
|
-
hash.__nanoc_freeze_recursively
|
28
|
-
|
29
|
-
expect { hash[:a][:b] = 123 }.to raise_frozen_error
|
30
|
-
end
|
31
|
-
|
32
|
-
it 'should not freeze infinitely' do
|
33
|
-
a = {}
|
34
|
-
a[:x] = a
|
35
|
-
|
36
|
-
a.__nanoc_freeze_recursively
|
37
|
-
|
38
|
-
expect(a).to be_frozen
|
39
|
-
expect(a[0]).to be_frozen
|
40
|
-
end
|
41
|
-
end
|
@@ -1,23 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe 'String#__nanoc_cleaned_identifier' do
|
4
|
-
it 'should not convert already clean paths' do
|
5
|
-
expect('/foo/bar/'.__nanoc_cleaned_identifier).to eql('/foo/bar/')
|
6
|
-
end
|
7
|
-
|
8
|
-
it 'should prepend slash if necessary' do
|
9
|
-
expect('foo/bar/'.__nanoc_cleaned_identifier).to eql('/foo/bar/')
|
10
|
-
end
|
11
|
-
|
12
|
-
it 'should append slash if necessary' do
|
13
|
-
expect('/foo/bar'.__nanoc_cleaned_identifier).to eql('/foo/bar/')
|
14
|
-
end
|
15
|
-
|
16
|
-
it 'should remove double slashes at start' do
|
17
|
-
expect('//foo/bar/'.__nanoc_cleaned_identifier).to eql('/foo/bar/')
|
18
|
-
end
|
19
|
-
|
20
|
-
it 'should remove double slashes at end' do
|
21
|
-
expect('/foo/bar//'.__nanoc_cleaned_identifier).to eql('/foo/bar/')
|
22
|
-
end
|
23
|
-
end
|
@@ -1,258 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe Nanoc::Int::DirectedGraph do
|
4
|
-
subject(:graph) { described_class.new(%w[1 2 3]) }
|
5
|
-
|
6
|
-
describe '#edges' do
|
7
|
-
subject { graph.edges }
|
8
|
-
|
9
|
-
context 'empty graph' do
|
10
|
-
it { is_expected.to be_empty }
|
11
|
-
end
|
12
|
-
|
13
|
-
context 'graph with vertices, but no edges' do
|
14
|
-
before do
|
15
|
-
graph.add_vertex('1')
|
16
|
-
graph.add_vertex('2')
|
17
|
-
end
|
18
|
-
|
19
|
-
it { is_expected.to be_empty }
|
20
|
-
end
|
21
|
-
|
22
|
-
context 'graph with edges from previously added vertices' do
|
23
|
-
before do
|
24
|
-
graph.add_vertex('1')
|
25
|
-
graph.add_vertex('2')
|
26
|
-
graph.add_vertex('3')
|
27
|
-
|
28
|
-
graph.add_edge('1', '2')
|
29
|
-
graph.add_edge('1', '3')
|
30
|
-
end
|
31
|
-
|
32
|
-
it { is_expected.to match_array([[0, 1, nil], [0, 2, nil]]) }
|
33
|
-
end
|
34
|
-
|
35
|
-
context 'graph with edges from new vertices' do
|
36
|
-
before do
|
37
|
-
graph.add_edge('1', '2')
|
38
|
-
graph.add_edge('1', '3')
|
39
|
-
end
|
40
|
-
|
41
|
-
it { is_expected.to match_array([[0, 1, nil], [0, 2, nil]]) }
|
42
|
-
end
|
43
|
-
|
44
|
-
context 'graph with edge props' do
|
45
|
-
before do
|
46
|
-
graph.add_edge('1', '2', props: { name: 'Mr. C' })
|
47
|
-
graph.add_edge('1', '3', props: { name: 'Cooper' })
|
48
|
-
end
|
49
|
-
|
50
|
-
it { is_expected.to match_array([[0, 1, { name: 'Mr. C' }], [0, 2, { name: 'Cooper' }]]) }
|
51
|
-
end
|
52
|
-
end
|
53
|
-
|
54
|
-
it 'has correct examples' do
|
55
|
-
expect('Nanoc::Int::DirectedGraph')
|
56
|
-
.to have_correct_yard_examples
|
57
|
-
.in_file('lib/nanoc/base/entities/directed_graph.rb')
|
58
|
-
end
|
59
|
-
|
60
|
-
describe '#vertices' do
|
61
|
-
subject { graph.vertices }
|
62
|
-
|
63
|
-
it { is_expected.to include('1') }
|
64
|
-
it { is_expected.not_to include('4') }
|
65
|
-
end
|
66
|
-
|
67
|
-
describe '#add_edge' do
|
68
|
-
subject { graph.add_edge('1', '4') }
|
69
|
-
|
70
|
-
it 'adds vertex' do
|
71
|
-
expect { subject }
|
72
|
-
.to change { graph.vertices.include?('4') }
|
73
|
-
.from(false)
|
74
|
-
.to(true)
|
75
|
-
end
|
76
|
-
|
77
|
-
it 'changes direct predecessors' do
|
78
|
-
expect { subject }
|
79
|
-
.to change { graph.direct_predecessors_of('4') }
|
80
|
-
.from([])
|
81
|
-
.to(['1'])
|
82
|
-
end
|
83
|
-
end
|
84
|
-
|
85
|
-
describe '#props_for' do
|
86
|
-
subject { graph.props_for('1', '2') }
|
87
|
-
|
88
|
-
context 'no edge' do
|
89
|
-
it { is_expected.to be_nil }
|
90
|
-
end
|
91
|
-
|
92
|
-
context 'edge, but no props' do
|
93
|
-
before { graph.add_edge('1', '2') }
|
94
|
-
it { is_expected.to be_nil }
|
95
|
-
end
|
96
|
-
|
97
|
-
context 'edge with props' do
|
98
|
-
before { graph.add_edge('1', '2', props: { name: 'Mr. C' }) }
|
99
|
-
it { is_expected.to eq(name: 'Mr. C') }
|
100
|
-
|
101
|
-
context 'deleted edge (#delete_edges_to)' do
|
102
|
-
before { graph.delete_edges_to('2') }
|
103
|
-
it { is_expected.to be_nil }
|
104
|
-
end
|
105
|
-
end
|
106
|
-
end
|
107
|
-
|
108
|
-
describe '#direct_predecessors_of' do
|
109
|
-
subject { graph.direct_predecessors_of('2') }
|
110
|
-
|
111
|
-
context 'no edges' do
|
112
|
-
it { is_expected.to be_empty }
|
113
|
-
end
|
114
|
-
|
115
|
-
context 'requested for non-existant vertex' do
|
116
|
-
subject { graph.direct_predecessors_of('12345') }
|
117
|
-
|
118
|
-
it { is_expected.to be_empty }
|
119
|
-
it { is_expected.to be_a(Set) }
|
120
|
-
end
|
121
|
-
|
122
|
-
context 'one edge to' do
|
123
|
-
before { graph.add_edge('1', '2') }
|
124
|
-
|
125
|
-
it { is_expected.to match_array(['1']) }
|
126
|
-
it { is_expected.to be_a(Set) }
|
127
|
-
end
|
128
|
-
|
129
|
-
context 'two edges to' do
|
130
|
-
before do
|
131
|
-
graph.add_edge('1', '2')
|
132
|
-
graph.add_edge('3', '2')
|
133
|
-
end
|
134
|
-
|
135
|
-
it { is_expected.to match_array(%w[1 3]) }
|
136
|
-
it { is_expected.to be_a(Set) }
|
137
|
-
end
|
138
|
-
|
139
|
-
context 'edge from' do
|
140
|
-
before { graph.add_edge('2', '3') }
|
141
|
-
|
142
|
-
it { is_expected.to be_empty }
|
143
|
-
it { is_expected.to be_a(Set) }
|
144
|
-
end
|
145
|
-
end
|
146
|
-
|
147
|
-
describe '#predecessors_of' do
|
148
|
-
subject { graph.predecessors_of('2') }
|
149
|
-
|
150
|
-
context 'requested for non-existant vertex' do
|
151
|
-
subject { graph.predecessors_of('12345') }
|
152
|
-
|
153
|
-
it { is_expected.to be_empty }
|
154
|
-
it { is_expected.to be_a(Set) }
|
155
|
-
end
|
156
|
-
|
157
|
-
context 'no predecessors' do
|
158
|
-
before do
|
159
|
-
graph.add_edge('2', '3')
|
160
|
-
end
|
161
|
-
|
162
|
-
it { is_expected.to be_empty }
|
163
|
-
end
|
164
|
-
|
165
|
-
context 'direct predecessor' do
|
166
|
-
before do
|
167
|
-
graph.add_edge('2', '3')
|
168
|
-
graph.add_edge('1', '2')
|
169
|
-
end
|
170
|
-
|
171
|
-
context 'no indirect predecessors' do
|
172
|
-
it { is_expected.to match_array(['1']) }
|
173
|
-
end
|
174
|
-
|
175
|
-
context 'indirect predecessors' do
|
176
|
-
before { graph.add_edge('3', '1') }
|
177
|
-
it { is_expected.to match_array(%w[1 2 3]) }
|
178
|
-
end
|
179
|
-
end
|
180
|
-
end
|
181
|
-
|
182
|
-
describe '#delete_edges_to' do
|
183
|
-
before do
|
184
|
-
graph.add_edge('1', '2')
|
185
|
-
graph.add_edge('2', '1')
|
186
|
-
graph.add_edge('2', '3')
|
187
|
-
graph.add_edge('3', '2')
|
188
|
-
graph.add_edge('1', '3')
|
189
|
-
graph.add_edge('3', '1')
|
190
|
-
end
|
191
|
-
|
192
|
-
subject { graph.delete_edges_to('1') }
|
193
|
-
|
194
|
-
it 'deletes edges to 1' do
|
195
|
-
expect { subject }
|
196
|
-
.to change { graph.direct_predecessors_of('1') }
|
197
|
-
.from(%w[2 3])
|
198
|
-
.to([])
|
199
|
-
end
|
200
|
-
|
201
|
-
it 'keeps edges to 2' do
|
202
|
-
expect { subject }
|
203
|
-
.not_to change { graph.direct_predecessors_of('2') }
|
204
|
-
end
|
205
|
-
|
206
|
-
it 'keeps edges to 3' do
|
207
|
-
expect { subject }
|
208
|
-
.not_to change { graph.direct_predecessors_of('3') }
|
209
|
-
end
|
210
|
-
|
211
|
-
it 'keeps edges to 4' do
|
212
|
-
expect { subject }
|
213
|
-
.not_to change { graph.direct_predecessors_of('4') }
|
214
|
-
end
|
215
|
-
end
|
216
|
-
|
217
|
-
describe '#inspect' do
|
218
|
-
subject { graph.inspect }
|
219
|
-
|
220
|
-
context 'empty graph' do
|
221
|
-
it { is_expected.to eq('Nanoc::Int::DirectedGraph()') }
|
222
|
-
end
|
223
|
-
|
224
|
-
context 'one edge, no props' do
|
225
|
-
before do
|
226
|
-
graph.add_edge('1', '2')
|
227
|
-
end
|
228
|
-
|
229
|
-
it { is_expected.to eq('Nanoc::Int::DirectedGraph("1" -> "2" props=nil)') }
|
230
|
-
end
|
231
|
-
|
232
|
-
context 'two edges, no props' do
|
233
|
-
before do
|
234
|
-
graph.add_edge('1', '2')
|
235
|
-
graph.add_edge('2', '3')
|
236
|
-
end
|
237
|
-
|
238
|
-
it { is_expected.to eq('Nanoc::Int::DirectedGraph("1" -> "2" props=nil, "2" -> "3" props=nil)') }
|
239
|
-
end
|
240
|
-
|
241
|
-
context 'one edge, props' do
|
242
|
-
before do
|
243
|
-
graph.add_edge('1', '2', props: 'giraffe')
|
244
|
-
end
|
245
|
-
|
246
|
-
it { is_expected.to eq('Nanoc::Int::DirectedGraph("1" -> "2" props="giraffe")') }
|
247
|
-
end
|
248
|
-
|
249
|
-
context 'two edges, props' do
|
250
|
-
before do
|
251
|
-
graph.add_edge('1', '2', props: 'donkey')
|
252
|
-
graph.add_edge('2', '3', props: 'zebra')
|
253
|
-
end
|
254
|
-
|
255
|
-
it { is_expected.to eq('Nanoc::Int::DirectedGraph("1" -> "2" props="donkey", "2" -> "3" props="zebra")') }
|
256
|
-
end
|
257
|
-
end
|
258
|
-
end
|