build-graph 1.4.2 → 1.4.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e8bd5952c8877591054b733542333c100a7eca8df5be21b309d0c999960c44f4
4
- data.tar.gz: 06203c3dde63c5928d7131af443240c7b3359d8fcc39eadc54b86d400babd2f6
3
+ metadata.gz: 07b55af0a6f9982b66d444ce0fa0ef1c3eabdd67b310b1c8a192ff6d660569e9
4
+ data.tar.gz: 937115e5283051629a7d6bd30315dd6cb889b887f2225b8ec125dc4f69886aa3
5
5
  SHA512:
6
- metadata.gz: c56e7997a481c05ae84812e41ee44a53898871915df26895e32d9bec6ec0b4c8d6368b19cfae28f6cc861ec16649e80775fa8af2c0bfdc7ba4bfa851142a78ac
7
- data.tar.gz: 3b5a7e29f24d7500a71cba6d13babe3056841061f3ab739f6a889c8dd7b3ab8a9f1924019bcd25df5d4654296f0d2eb33c9e2cf1ea2836aba02d7bfbdab00428
6
+ metadata.gz: 57775111484491d38cc9f3b0f589be6171b093d5cdd3707f7a5a37151f4a31a21d7eec724646c5f5f4642ef9b8f3142968e6d76ed7074895d3cabf4879ff440e
7
+ data.tar.gz: f45877e83f579ce571957f75c0db8c93f0777d459897d3090c74db639045380fff10cce4d27801812a941f7de5c61f7542ff672a6f2c38c50650f656cfac2d7d
@@ -20,6 +20,6 @@
20
20
 
21
21
  module Build
22
22
  module Graph
23
- VERSION = "1.4.2"
23
+ VERSION = "1.4.3"
24
24
  end
25
25
  end
@@ -118,6 +118,7 @@ module Build
118
118
  outputs << edge
119
119
  edge.increment!
120
120
  elsif !File.exist?(path)
121
+ @logger&.warn(self) {"Task #{task} is waiting on paths which don't exist and are not being generated!"}
121
122
  raise RuntimeError, "File #{path} is not being generated by any active task!"
122
123
  # What should we do about paths which haven't been registered as outputs?
123
124
  # Either they exist - or they don't.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: build-graph
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-29 00:00:00.000000000 Z
11
+ date: 2019-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: process-group