Conversation
JuliaRegistrator
commented
Nov 6, 2025
- Registering package: FillArrays
- Repository: https://github.com/JuliaArrays/FillArrays.jl
- Created by: @jishnub
- Version: v1.15.0
- Commit: af7b57c5b62b2062c0cf3a45f8d36203b8a18dbd
- Reviewed by: @jishnub
- Reference: JuliaArrays/FillArrays.jl@af7b57c#commitcomment-169782676
- Description: Julia package for lazily representing matrices filled with a single entry
UUID: 1a297f60-69ca-5386-bcde-b61e274b549b Repo: https://github.com/JuliaArrays/FillArrays.jl.git Tree: 5bfcd42851cf2f1b303f51525a54dc5e98d408a3 Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3
Based on #419 since `LazyString` and `lazy"..."` are only available in Julia >= 1.8. --- The PR changes all error messages to lazy strings to delay string interpolation and `print`ing of the involved quantities until the error message is displayed (and hence skip it completely if the error path is not hit). Using `LazyString`s in error messages generally also helps with type inference (see e.g. JuliaLang/julia#58672 and JuliaLang/julia#54737). --------- Co-authored-by: Jishnu Bhattacharya <jishnub.github@gmail.com>
|
Hello, I am an automated registration bot. I help manage the registration process by checking your registration against a set of AutoMerge guidelines. If all these guidelines are met, this pull request will be merged automatically, completing your registration. It is strongly recommended to follow the guidelines, since otherwise the pull request needs to be manually reviewed and merged by a human. 1. AutoMerge Guidelines are all met! ✅Your new version registration met all of the guidelines for auto-merging and is scheduled to be merged in the next round (~20 minutes). 2. To pause or stop registrationIf you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text Tip: You can edit blocking comments to add |