@@ -41,9 +41,8 @@ using Core: ABIOverride, Builtin, CodeInstance, IntrinsicFunction, MethodInstanc
4141 MethodTable, MethodCache, PartialOpaque, SimpleVector, TypeofVararg,
4242 _apply_iterate, apply_type, compilerbarrier, donotdelete, memoryref_isassigned,
4343 memoryrefget, memoryrefnew, memoryrefoffset, memoryrefset!, print, println, show, svec,
44- typename, unsafe_write, write
44+ typename, unsafe_write, write, stdout , stderr
4545
46- using Base
4746using Base: @_foldable_meta , @_gc_preserve_begin , @_gc_preserve_end , @nospecializeinfer ,
4847 PARTITION_KIND_GLOBAL, PARTITION_KIND_UNDEF_CONST, PARTITION_KIND_BACKDATED_CONST, PARTITION_KIND_DECLARED,
4948 PARTITION_FLAG_DEPWARN,
@@ -64,7 +63,8 @@ using Base: @_foldable_meta, @_gc_preserve_begin, @_gc_preserve_end, @nospeciali
6463 partition_restriction, quoted, rename_unionall, rewrap_unionall, specialize_method,
6564 structdiff, tls_world_age, unconstrain_vararg_length, unionlen, uniontype_layout,
6665 uniontypes, unsafe_convert, unwrap_unionall, unwrapva, vect, widen_diagonal,
67- _uncompressed_ir, maybe_add_binding_backedge!
66+ _uncompressed_ir, maybe_add_binding_backedge!,
67+ devnull , devnull as stdin
6868using Base. Order
6969
7070import Base: == , _topmod, append!, convert, copy, copy!, findall, first, get, get!,
0 commit comments