julia
Add builtin functions Core._import, Core._using; implement import/using logic in Julia
#57965
Merged

Add builtin functions Core._import, Core._using; implement import/using logic in Julia #57965

xal-0
xal-0 Add builtin functions _module_import, _module_using
b1e39107
xal-0 xal-0 added compiler:lowering
xal-0 xal-0 added modules
LilithHafner LilithHafner requested a review from topolarity topolarity 275 days ago
Keno
vtjnash
xal-0 Fix creating const bindings for `using A` in Main
1d3f5c40
xal-0 Fix REPL modules_to_be_loaded to detect import/using builtins
8e7a8478
xal-0 Merge remote-tracking branch 'upstream/master' into special-form-buil…
063c75e4
xal-0 Move import/using logic to Julia; add low-level Core._import, _using
c6383980
xal-0 Merge remote-tracking branch 'upstream/master' into special-form-buil…
294c98a1
xal-0
xal-0 xal-0 changed the title Add builtin functions _module_import, _module_using Add builtin functions Core._import, Core._using, implement import/using logic in Julia 259 days ago
xal-0 xal-0 changed the title Add builtin functions Core._import, Core._using, implement import/using logic in Julia Add builtin functions Core._import, Core._using; implement import/using logic in Julia 259 days ago
xal-0 Merge branch 'master' into special-form-builtins
bdb39f53
vtjnash
vtjnash commented on 2025-04-21
vtjnash
vtjnash commented on 2025-04-22
vtjnash
vtjnash commented on 2025-04-22
vtjnash
vtjnash commented on 2025-04-22
vtjnash
vtjnash commented on 2025-04-22
vtjnash
vtjnash commented on 2025-04-22
xal-0 Apply suggestions from code review
74af06bf
xal-0 Remove call_require now that Base.require uses invoke_in_world
9443f5cc
xal-0 Check Expr.args length in REPL import hook
190f1235
xal-0 Fix `import Package as M`
3d532fed
xal-0 Fix jl_import_module world age
fa2715ff
xal-0 Refer to _eval_using and _eval_import through top module
9e855c69
KristofferC
KristofferC commented on 2025-04-24
xal-0 Re-add timing zone for LOAD_Require
013c75d7
xal-0 Merge remote-tracking branch 'upstream/master' into special-form-buil…
9fafedd0
vtjnash vtjnash merged 59e9ada5 into master 247 days ago
IanButterworth
IanButterworth commented on 2025-08-07
oscardssmith
xal-0
c42f

Login to write a write a comment.

Login via GitHub

Assignees
No one assigned
Labels
Milestone