We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A function for exporting CryticCompile object as an archive format to JSON file.
crytic-compile/crytic_compile/crytic_compile.py
Lines 556 to 575 in 3a4b0de
The above function calls the function that constructs a standard (archive) format object.
crytic-compile/crytic_compile/platform/standard.py
Lines 264 to 271 in 3a4b0de
We use the "compilation_units" as a key for a dictionary object.
However, when you look at a function importing CryticCompile object from a JSON file.
Lines 524 to 546 in 3a4b0de
That function has a check routine as below.
Lines 543 to 546 in 3a4b0de
It checks whether the dictionary object has a "compilations" key, and we can't pass this check.
The text was updated successfully, but these errors were encountered:
My guess is that it would be easily solved by unifying with one of the keys. When I tested it locally, I found the import feature works fine.
If I'm not mistaken, I'll request a pull request for this issue. Thanks.
Sorry, something went wrong.
No branches or pull requests
A function for exporting CryticCompile object as an archive format to JSON file.
crytic-compile/crytic_compile/crytic_compile.py
Lines 556 to 575 in 3a4b0de
The above function calls the function that constructs a standard (archive) format object.
crytic-compile/crytic_compile/platform/standard.py
Lines 264 to 271 in 3a4b0de
We use the "compilation_units" as a key for a dictionary object.
However, when you look at a function importing CryticCompile object from a JSON file.
crytic-compile/crytic_compile/crytic_compile.py
Lines 524 to 546 in 3a4b0de
That function has a check routine as below.
crytic-compile/crytic_compile/crytic_compile.py
Lines 543 to 546 in 3a4b0de
It checks whether the dictionary object has a "compilations" key, and we can't pass this check.
The text was updated successfully, but these errors were encountered: