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

Correctly parse reconciled transactions #53

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

AB1908
Copy link

@AB1908 AB1908 commented May 25, 2023

Fixes #9 partially. I'm still unsure about how to use this in parser.ts and would appreciate some guidance.

My tests also might not be the best, would appreciate suggestions.

@tgrosinger
Copy link
Owner

This looks great. It looks like you have been able to update it so that the value is parsed, but is not actually being used in the application. That should be sufficient for at least making files with this reconciliation flag parsable.

It looks like there are some failures in the tests, but I am not sure if they are introduced by this change or not. It's been a very long time since I have worked in this project.

@AB1908
Copy link
Author

AB1908 commented May 27, 2023

Oh, you're right, I never ran the full test suite. Let me check that out. If they turn out to be unrelated, I'll push those in a separate PR and rebase this on top of that (or at least that how I think it's done).

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.

Support for comments and cleared flag *
2 participants