Accelerated-Zig-Parser icon indicating copy to clipboard operation
Accelerated-Zig-Parser copied to clipboard

split files by license

Open matu3ba opened this issue 2 years ago • 2 comments

It sounds nicer to me to split Apache derived files and ideally put them into a package. This would also allow eventual usage of SPDX ids via package manager. Opinions?

Afaik, SPDX does not allow explicit tagging of code ranges, so doing things differently would not be strictly standard-conform. However, feel free to disagree in what the package manager should use.

matu3ba avatar Aug 08 '23 13:08 matu3ba

The reason why it's all in one file for now is just because it's more convenient for me. I know I can objdump on my own machine but it's nice to be able to drop it into Godbolt's Compiler Explorer, I just like the interface and the way you can see which lines compiled to which instructions. I definitely plan on splitting it up though.

Validark avatar Aug 09 '23 00:08 Validark

Afaik, SPDX does not allow explicit tagging of code ranges

It does. See https://spdx.github.io/spdx-spec/v2.3/file-tags/#h3-snippet-tags-format

Paul-Dempsey avatar Jan 09 '24 01:01 Paul-Dempsey