• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

JuliaLang / julia / #37180
77%

Build:
DEFAULT BRANCH: master
Ran 27 Jun 2022 11:55AM UTC
Jobs 1
Files 356
Run time 3min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
#37180

push

local

web-flow
Export `at-invoke` and make it use `Core.Typeof` instead of `Any` (#45807)

The macro was introduced in Julia 1.7 but was not exported. Previously,
when an argument's type was unspecified, the type used was `Any`. This
doesn't play well with types passed as arguments: for example, `x % T`
has different meanings for `T` a type or a value, so if `T` is left
untyped in `at-invoke rem(x::S, T)`, the method to call is ambiguous. On
the other hand, if the macro expands `rem(x::S, T)` to use
`Core.Typeof(T)`, the resulting expression will interpret `T` as a type
and the likelihood of method ambiguities is significantly decreased.

27532 of 78087 relevant lines covered (35.26%)

143482.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #37180.1 27 Jun 2022 11:55AM UTC 0
35.26
Source Files on build #37180
Detailed source file information is not available for this build.
  • Back to Repo
  • a5499291 on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc