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

add an OwnedFormatItem to make it easier to store parsed format descriptions in a struct #430

Closed
wants to merge 1 commit into from

Conversation

Roguelazer
Copy link

This is an example for my feature request in #429. I don't love how much duplication of code there is.

I think this would be better OwnedFormatItem either implemented Borrow<FormatItem<'_>> or AsRef<FormatItem<'_>>, but I didn't get either of those implemented. The former would also enable us to implement ToOwned correctly.

@jhpratt jhpratt added A-format-description Area: format description C-feature-request Category: a new feature (not already implemented) labels Jan 19, 2022
@jhpratt jhpratt self-requested a review January 19, 2022 06:09
@jhpratt jhpratt added the C-keep-open Category: should not be closed due to inactivity label Feb 3, 2022
@jhpratt
Copy link
Member

jhpratt commented Mar 10, 2022

I was just going to make some changes myself before adding in the ability to use this for parsing and adding tests for coverage. I'm unable to push; do I have the necessary permissions?

$ git push EasyPost HEAD:owned-format-item

ERROR: Permission to EasyPost/time.git denied to jhpratt.
fatal: Could not read from remote repository.

@jhpratt jhpratt removed the C-keep-open Category: should not be closed due to inactivity label Mar 10, 2022
@jhpratt jhpratt force-pushed the main branch 3 times, most recently from 0ad9f47 to e95ea6d Compare March 22, 2022 07:29
@jhpratt jhpratt added the C-stale label Apr 2, 2022
@jhpratt
Copy link
Member

jhpratt commented Apr 2, 2022

Looks like the automation hasn't caught this for some reason. Please provide an update.

@github-actions github-actions bot closed this Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-format-description Area: format description C-feature-request Category: a new feature (not already implemented)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants