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

JuliaLang / julia / 1350
77%

Build:
DEFAULT BRANCH: master
Ran 24 Nov 2025 11:31AM 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
1350

push

buildkite

web-flow
make codepoint(c) work for overlong chars (#55152)

As discussed in #54393, `codepoint(c)` should succeed for overlong
encodings, and whenever `ismalformed(c)` returns `false`. This should be
backwards compatible since it simply removes an error, and should be
strictly faster than before since it merely removes a call to
`Base.is_overlong_enc`.

Also, `Base.ismalformed` and `Base.isoverlong` are declared `public`
(but not yet exported) and are included in the manual, since they are
referenced in the docstring of `codepoint` etcetera. I also made
`Base.show_invalid`
a `public` and documented function, since it is referenced from the
`ismalformed` docs and is required by new implementations of
`AbstractChar` types that support malformed data.

Fixes #54343, closes #54393.
Source Files on build 1350
Detailed source file information is not available for this build.
  • Back to Repo
  • fd419bd9 on github
  • Prev Build on master (#1349)
  • Next Build on master (#1351)
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