feat(package): hemar: some stages of parsing

This commit is contained in:
2025-11-25 13:19:45 +00:00
parent f5d412997e
commit 4729770b59
9 changed files with 359 additions and 60 deletions

View File

@@ -2,6 +2,18 @@
init_plex yq-go
plex_set ZALUPA zalupa apulaz
log error "struct: $WHITE$(yq . "$PLEX_TEMP/ZALUPA")$NC"
log error "struct:\n$WHITE$(yq . "$PLEX_TEMP/ZALUPA.json")$NC"
plex_set ZALUPA zalupa.zalupa apulaz
plex_set ZALUPA kek.zalupa apulaz
log error "struct:\n$WHITE$(yq . "$PLEX_TEMP/ZALUPA.json")$NC"
plex_set ZALUPA zalupa apulaz
log error "struct:\n$WHITE$(yq . "$PLEX_TEMP/ZALUPA.json")$NC"
plex_val ZALUPA zalupa
plex_child ZALUPA kek
plex_fetch ZALUPA kek

View File

@@ -74,7 +74,6 @@ bench_set() {
set +e
plex_set 'MY_STRUCT' "$key" "$i"
error_code=$?
log warning "error_code: $error_code"
set -e
if [ $error_code != 0 ]; then
log error "key: $WHITE$key$NC, i: $WHITE$i$NC, struct: $WHITE$(jq . "$PLEX_TEMP/MY_STRUCT")$NC"