Skip to content

Add git tag to JSON file to denote inference-engine version that reads and writes the format - #194

Merged
rouson merged 5 commits into
mainfrom
add-git-tag-to-json
Aug 14, 2024
Merged

Add git tag to JSON file to denote inference-engine version that reads and writes the format#194
rouson merged 5 commits into
mainfrom
add-git-tag-to-json

Conversation

@rouson

Copy link
Copy Markdown
Contributor

No description provided.

In inference_engine_s, from_json invokes to_json on several
object components. Moving inference_engine_t's to_json higher
brings it up first in searches of the file.
The custom json get_key_* parsing functions in from_json were
replaced by calls to julienne functions in an earlier commit.
This commit removes the unused custom functions.
@rousonrouson changed the title Add git tag to jsonAdd git tag to JSON file to denote inference-engine version that reads and writes the formatAug 14, 2024
@rouson
rouson merged commit 3db18b8 into mainAug 14, 2024
@rouson
rouson deleted the add-git-tag-to-json branch August 14, 2024 01:55
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@rouson