Commit 2aa753c
authored
Add automatic decoding of hashes in assert events (#284)
* Add automatic decoding for hashed files
* make call location agnostic, remove shelling, add assert filtering
* make assert filter more robust and extract code to helper
* Remove build dependency, add --hash-file flag
* add protections for incorrect paths or missing codes
* make hash file detection more robust
* make decoded filepaths absolute
* simplify hashed file fetching and fix absolute path logic
* Tweak/add --hash-file help content
* replace HASH_FILE with FPRIME_HASHES_TXT_FILE
* add empty list protection, remove absolute paths
* remove Path dependency
* Make HashFileParser more robust to missing args.deployment
* Revert "Make HashFileParser more robust to missing args.deployment"
This reverts commit 4084514.
* remove HashFileParser from Comm
* implement different HashFileParser inheritance strategy
* fix typo1 parent d3faac8 commit 2aa753c
File tree
3 files changed
+70
-1
lines changed- src/fprime_gds
- common/data_types
- executables
3 files changed
+70
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
46 | 56 | | |
| 57 | + | |
47 | 58 | | |
48 | 59 | | |
49 | 60 | | |
| |||
55 | 66 | | |
56 | 67 | | |
57 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
58 | 91 | | |
59 | 92 | | |
60 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1045 | 1045 | | |
1046 | 1046 | | |
1047 | 1047 | | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
1048 | 1081 | | |
1049 | 1082 | | |
1050 | 1083 | | |
| |||
1106 | 1139 | | |
1107 | 1140 | | |
1108 | 1141 | | |
| 1142 | + | |
1109 | 1143 | | |
1110 | 1144 | | |
1111 | 1145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
| |||
0 commit comments