-
Notifications
You must be signed in to change notification settings - Fork 12
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
Port pdb.rs
from nom to binrw
#45
Comments
Reporting the progress just so you won't think I vanished: |
I'm now working on an implementation strategy for Rows. If they contain more than one column that contains strings, they are allocated at the end of the row and addressed using an offset. This more or less forces the use of a |
Ok, could you open a draft PR? |
Unfortunately I still haven't gotten anywhere. I caught covid a week earlier and now I've got other priorities. The only progress I made so far can be sketched out in a couple of lines. I'll open a PR later today. |
Sorry to hear that. I hope you get well soon! |
Thanks, I'm healthy again but I need to work through the backlog of tasks that accumulated during that week until I can shift my focus back to the more time-consuming work related to rekordcrate |
I'm giving up on this issue for now. I'm not making any progress and there is too much going on IRL for me atm. Feel free to takeover if you have time. I'm sorry. Thanks for your understanding. |
This is the first step to solve issue #45.
This is the first step to solve issue #45.
This is the first step to solve issue #45.
The binrw-based parser is now feature complete and can replace the nom-based parser. Fixes #45.
This is the first step to solve issue #45.
The binrw-based parser is now feature complete and can replace the nom-based parser. Fixes #45.
@Swiftb0y is working on a PoC: #39 (comment)
The text was updated successfully, but these errors were encountered: