You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: