Commit f59bcc8
committed
Merge #19: Add support for corepc
d6bcfac Add support for corepc (Tobin C. Harding)
Pull request description:
Currently the `corpec` repository excludes the `node` crate because it has unusual feature requirements - it requires at least one version feature.
Add support for testing `node`. The logic in `build_and_test` is general and uses a new var defined in `contrib/test_vars.sh` but does not require this var to exist.
The logic in `do_lint` is ugly and specific to `node`. I couldn't think of a cleaner way to do it.
ACKs for top commit:
apoelstra:
ACK d6bcfac
Tree-SHA512: f000ff35caa2c69d25d634d9db015cc716f917e417137de4b2034aa9091f33ab166ad448c964e219d3404464394ccfaa4921460b32bf2c86cd106f9c00b029d91 file changed
+18
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
135 | 138 | | |
136 | 139 | | |
137 | 140 | | |
| |||
164 | 167 | | |
165 | 168 | | |
166 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
167 | 176 | | |
168 | | - | |
| 177 | + | |
169 | 178 | | |
170 | 179 | | |
171 | 180 | | |
| |||
219 | 228 | | |
220 | 229 | | |
221 | 230 | | |
222 | | - | |
223 | | - | |
224 | 231 | | |
225 | | - | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
226 | 239 | | |
227 | 240 | | |
228 | 241 | | |
| |||
343 | 356 | | |
344 | 357 | | |
345 | 358 | | |
| 359 | + | |
0 commit comments