[Libre-soc-bugs] [Bug 1152] New: add section to pseudo-code compiler's output that hashes the corresponding inputs and alerts the user if they changed
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Fri Sep 8 01:24:18 BST 2023
https://bugs.libre-soc.org/show_bug.cgi?id=1152
Bug ID: 1152
Summary: add section to pseudo-code compiler's output that
hashes the corresponding inputs and alerts the user if
they changed
Product: Libre-SOC's first SoC
Version: unspecified
Hardware: PC
OS: Linux
Status: DEFERRED
Severity: enhancement
Priority: ---
Component: Source Code
Assignee: programmerjake at gmail.com
Reporter: programmerjake at gmail.com
CC: libre-soc-bugs at lists.libre-soc.org,
programmerjake at gmail.com
NLnet milestone: Future
multiple Libre-SOC members have been confused when the pseudo-code has changed
(either through git pull or otherwise) and it no longer works as they expect.
The idea is simply that the pseudo-code compiler will also hash all relevant
inputs (which should probably include the pseudo-code compiler's source code
too) and output code that, at load time, reads those files again and compares
their hashes to the known hashes and reports an error if they don't match,
directing the user to rerun make.
note: David asked me to create this bug so ideas aren't lost
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list