Skip to content

Conversation

Zentrik
Copy link
Collaborator

@Zentrik Zentrik commented Aug 8, 2023

This fixes the NamedTuple example in #115, the problem was that the definition,

eval(Core, :(NamedTuple{names,T}(args::T) where {names, T <: Tuple} =
             $(Expr(:splatnew, :(NamedTuple{names,T}), :args))))

has the beginning of the function definition on the same line as the eval.

@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.12% 🎉

Comparison is base (bcbd8ed) 88.33% compared to head (e8e726f) 88.46%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #116      +/-   ##
==========================================
+ Coverage   88.33%   88.46%   +0.12%     
==========================================
  Files           3        3              
  Lines         360      364       +4     
==========================================
+ Hits          318      322       +4     
  Misses         42       42              
Files Changed Coverage Δ
src/CodeTracking.jl 87.16% <100.00%> (+0.35%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@timholy timholy merged commit e793fbc into JuliaDebug:master Aug 9, 2023
@timholy
Copy link
Member

timholy commented Aug 9, 2023

Thanks!

Zentrik added a commit to Zentrik/CodeTracking.jl that referenced this pull request Aug 10, 2023
ex doesn't have to be an expression, it can be a Symbol
timholy pushed a commit that referenced this pull request Aug 10, 2023
ex doesn't have to be an expression, it can be a Symbol
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.

2 participants