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

Rewrite API #5

Open
BraedonWooding opened this issue Sep 24, 2023 · 0 comments
Open

Rewrite API #5

BraedonWooding opened this issue Sep 24, 2023 · 0 comments

Comments

@BraedonWooding
Copy link
Owner

BraedonWooding commented Sep 24, 2023

There are a few points in the API that are pretty messy.

  • Definition of constants
  • Lack of GDB/LLDB support for our CPP strings
  • Support C++ in windows
  • Max Path Length in windows isn't always 256, you can for example use a \\?\ prefix in older windows to allow longer paths (up to 32kbs ish).
    • I'm not going to support UNC paths (the \\?\ prefix) though (let's document that though).
    • I don't want to support an absurd stack array of anything above a couple thousand bytes. So we should require a buffer to be passed in for the cases of long paths, but we should allow overriding the path length for the case of windows.
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

No branches or pull requests

1 participant