range-v3: add option to disable tests#2625
range-v3: add option to disable tests#2625bryceberger wants to merge 6 commits intomesonbuild:masterfrom
Conversation
|
Need new entry in releases.json. |
|
CI failure doesn't appear to be my fault. Went ahead and fixed the formatting / applied suggestions from the script, but I'm unsure what to do about the license field. It seems to have been like that since the wrap was added, and contains (multiple?) non-spdx licenses. |
There's one in the first commit. |
|
isn't the license supposed to be BSL-1.0 ? |
|
According to https://github.com/ericniebler/range-v3/blob/ca1388fb9da8e69314dda222dc7b139ca84e092f/LICENSE.txt, it's BSL-1.0 and The section for Unsure about the other two licenses. Neither of them are on the spdx list |
26b59a8 to
595141a
Compare
|
try replacing with |
|
Just replacing the commas isn't enough, since the parser (previously) rejected any unknown license text. I can pull the sanity_checks change into a separate PR if needed, but I believe it (or similar) is required to have this wrap file pass CI. |
277bf09 to
af34914
Compare
|
Most recent CI failure appears to be ephemeral, but I don't (think that I) have permission to restart it. Edit: looks like it was my fault, I had |
e445887 to
aadad50
Compare
The license hasn't changed, just updating to allow it to parse under `tools/sanity_checks.py`
70b760a to
27f4c70
Compare
27f4c70 to
f77543d
Compare
Previously #1535, not given an explicit reason for closing.
Use case is the same: I would like to not be forced to compile 240 tests when including
range-v3.Took the specific syntax / style from the wrap for
pegtl.