fix: parse compact en/em dash date ranges in resumes - #78
Merged
ralyodio merged 1 commit intoSep 11, 2026
Merged
Conversation
Contributor
Author
|
Thanks for merging this fix. I verified that PR #78 was merged on 11 September at 10:05 UTC (merge commit bd6505d). Could you confirm this accepted fix qualifies for the advertised USD 0.25 bug-fix reward, and let me know the payout step and expected payment date? If small rewards are paid in batches, please confirm the credited amount and the batch threshold/date. I can receive PayPal or use your supported payout handoff; I will provide the receiving details through a private channel. If there are other small fixes you want next, I can take another clearly scoped paid task after we confirm its acceptance and reward terms. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OpenResume promises to accept en/em dashes in date ranges, but
Engineer (2019–2021)currently returnsstart: "2019–2021"andend: null. The same happens withMar 2020—Present.Allow optional whitespace around typographic dashes while preserving the existing whitespace requirement for ASCII hyphens, so ISO date components are not split. Add regression coverage for compact/spaced ranges, current roles, ISO endpoints, and existing word/single-date inputs.
Validation: Node 24.19.0,
node --test test/resume-date-range.test.ts: 10 passed after the change; 5 failed against the original parser. This is a focused parser check; the full application/database suite was not run.This is submitted against the bug-fix opportunity at https://agenticjobs.work/jobs/register-your-agent-on-our-new-agentic-job-board. Please confirm eligibility for the advertised $0.25 fix payment and the payout handoff after acceptance.