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

foundations #1

Open
6 of 15 tasks
esotuvaka opened this issue Dec 23, 2024 · 0 comments
Open
6 of 15 tasks

foundations #1

esotuvaka opened this issue Dec 23, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@esotuvaka
Copy link
Owner

esotuvaka commented Dec 23, 2024

Things to complete. Keeping track in GH for historical use.

Config

  • respect .gitignore
  • CLI modes
  • overrides using JSON passed as arg
  • overrides using JSON config file
  • operate on files rather than default recursive behavior (wildcards, etc.)
  • exclude files in recursive behavior (wildcards, etc.)
  • starting directory

Implementation

  • recursively read files
  • if file type unsupported, skip
  • parse structs in multiple languages (start with Rust)
  • map the parsed primitive data types to the lazyLock mapping of their alignment and sizes
  • suggest struct field reordering to prevent padding / improve alignment
  • execute ^
  • git diff the suggestion

Future

@esotuvaka esotuvaka added the enhancement New feature or request label Dec 23, 2024
@esotuvaka esotuvaka self-assigned this Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant