Skip to content
New issue

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

Reading code plain from a file instead of JSON #675

Merged
merged 2 commits into from
Mar 5, 2025
Merged

Conversation

msooseth
Copy link
Collaborator

@msooseth msooseth commented Mar 4, 2025

Description

It's actually better to read plain code rather than JSON. Let's just do that. A simple jq '.deplayedBytecode.object file.json > file.txt' will do the trick. In order to do that, I have now stripped: empty space, newline, and '"'. This means that the above jq will just work.

Checklist

  • tested locally
  • added automated tests
  • updated the docs
  • updated the changelog

@msooseth msooseth marked this pull request as ready for review March 4, 2025 16:20
@msooseth msooseth requested a review from blishko March 4, 2025 17:08
Copy link
Collaborator

@blishko blishko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apart from the changelog, I think this is good!

Fixing changelog
@msooseth msooseth merged commit 410099c into main Mar 5, 2025
9 checks passed
Sign up for free to 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.

2 participants