Skip to content

Pull requests: JuliaLang/julia

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

CI: improve the content of results.json ci Continuous integration testsystem The unit testing framework and Test stdlib
#57632 opened Mar 4, 2025 by IanButterworth Draft
unify prod(::Tuple{Vararg{Int}}) with a single method fold sum, maximum, reduce, foldl, etc. merge me PR is reviewed. Merge when all tests are passing
#57628 opened Mar 3, 2025 by nsajko Loading…
Base: bootstrap: eliminate Array-specific length methods arrays [a, r, r, a, y, s]
#57627 opened Mar 3, 2025 by nsajko Loading…
Disallow non-lhs all-underscore variable names backport 1.12 Change should be backported to release-1.12 compiler:lowering Syntax lowering (compiler front end, 2nd stage)
#57626 opened Mar 3, 2025 by mlechu Loading…
add a firstindex(::Array) method arrays [a, r, r, a, y, s] invalidations
#57622 opened Mar 3, 2025 by nsajko Draft
Bugfix: String indexing in big_str macro backport 1.12 Change should be backported to release-1.12 bignums BigInt and BigFloat bugfix This change fixes an existing bug macros @macros
#57621 opened Mar 3, 2025 by jakobnissen Loading…
@kwdef: In-place Update of Mutable Struct
#57620 opened Mar 3, 2025 by PatrickHaecker Loading…
Update documentation to use jldoctest
#57619 opened Mar 3, 2025 by vivekTiw120303 Loading…
CI: Add a list of test failures at top of buildkite page via buildkite-agent annotate ci Continuous integration testsystem The unit testing framework and Test stdlib
#57610 opened Mar 2, 2025 by IanButterworth Draft
6 tasks
@nospecialize for string_index_err and StringIndexError error handling Handling of exceptions by Julia or the user invalidations strings "Strings!"
#57604 opened Mar 2, 2025 by nsajko Loading…
Base: add a lerpi method for String that just throws error handling Handling of exceptions by Julia or the user invalidations ranges Everything AbstractRange
#57594 opened Mar 1, 2025 by nsajko Loading…
restrict the state argument to iterate to Int64 for some ranges DO NOT MERGE Do not merge this PR! invalidations iteration Involves iteration or the iteration protocol ranges Everything AbstractRange
#57593 opened Mar 1, 2025 by nsajko Draft
Logging: Improve threadsafety backport 1.10 Change should be backported to the 1.10 release backport 1.11 Change should be backported to release-1.11 backport 1.12 Change should be backported to release-1.12 logging The logging framework multithreading Base.Threads and related functionality
#57591 opened Mar 1, 2025 by IanButterworth Loading…
trimming: Avoid using indirectly-loaded packages trimming Issues with trimming functionality or PR's relevant to its performance/functionality
#57589 opened Feb 28, 2025 by topolarity Loading…
use @main for juliac executable entry point
#57588 opened Feb 28, 2025 by JeffBezanson Loading…
trimming: Restore JLL support trimming Issues with trimming functionality or PR's relevant to its performance/functionality
#57587 opened Feb 28, 2025 by topolarity Loading…
Add missing arg in TOML printvalue backport 1.10 Change should be backported to the 1.10 release backport 1.11 Change should be backported to release-1.11 backport 1.12 Change should be backported to release-1.12 TOML
#57584 opened Feb 28, 2025 by qiaojunfeng Loading…
Document how return types and return values should be used in docstrign signature lines docs This change adds or pertains to documentation
#57583 opened Feb 28, 2025 by LilithHafner Loading…
Mention docstrings in the style guide docs This change adds or pertains to documentation
#57580 opened Feb 28, 2025 by LilithHafner Loading…
Avoid requiring the REPL to be loaded to show error hints for undefined variables backport 1.12 Change should be backported to release-1.12
#57576 opened Feb 28, 2025 by KristofferC Loading…
ProTip! Filter pull requests by the default branch with base:master.