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

Allow parsing of custom string types in core parser hook #304

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

c42f
Copy link
Member

@c42f c42f commented Jun 8, 2023

The simplest method of doing this is to convert to String, so that's what we do here, using invokelatest.

The simplest method of doing this is to convert to String, so that's
what we do here, using invokelatest.
@codecov
Copy link

codecov bot commented Jun 8, 2023

Codecov Report

Merging #304 (0e7c9ef) into main (7e26d8b) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #304   +/-   ##
=======================================
  Coverage   96.80%   96.80%           
=======================================
  Files          14       14           
  Lines        4098     4100    +2     
=======================================
+ Hits         3967     3969    +2     
  Misses        131      131           
Impacted Files Coverage Δ
src/hooks.jl 79.09% <100.00%> (+0.23%) ⬆️

@c42f c42f merged commit e3e447d into main Jun 8, 2023
@c42f c42f deleted the c42f/meta-parse-custom-string-type branch June 8, 2023 18:03
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.

1 participant