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

JuliaLang / julia / 1348
77%

Build:
DEFAULT BRANCH: master
Ran 22 Nov 2025 11:28AM UTC
Jobs 0
Files 0
Run time –
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
1348

push

buildkite

web-flow
Reject decimal points after hex float literals (#60199)

Hex float literals like `0x1p3 `should not be allowed to be followed by
decimal digits or decimal points, as this creates confusing implicit
multiplication that looks like a malformed literal. This change makes
the parser reject expressions like 0x1p3.2 (previously parsed as 0x1p3 *
0.2) as invalid numeric constants, consistent with the existing
restriction on juxtaposing hex integer literals.

Fixes #60189. Written by Claude (obviously - since it's set as the
author - trying out the new web thing).

I figure this situation is rare enough and bad enough that we should
just change this unconditionally across syntax versions, but if
preferred, we could make use of syntax evolution for this (although we'd
have to start versioning the lexer).

Co-authored-by: Claude <noreply@anthropic.com>
Source Files on build 1348
Detailed source file information is not available for this build.
  • Back to Repo
  • 363d45c3 on github
  • Prev Build on master (#1346)
  • Next Build on master (#1349)
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