@@ -41,9 +41,8 @@ using Core: ABIOverride, Builtin, CodeInstance, IntrinsicFunction, MethodInstanc
41
41
MethodTable, MethodCache, PartialOpaque, SimpleVector, TypeofVararg,
42
42
_apply_iterate, apply_type, compilerbarrier, donotdelete, memoryref_isassigned,
43
43
memoryrefget, memoryrefnew, memoryrefoffset, memoryrefset!, print, println, show, svec,
44
- typename, unsafe_write, write
44
+ typename, unsafe_write, write, stdout , stderr
45
45
46
- using Base
47
46
using Base: @_foldable_meta , @_gc_preserve_begin , @_gc_preserve_end , @nospecializeinfer ,
48
47
PARTITION_KIND_GLOBAL, PARTITION_KIND_UNDEF_CONST, PARTITION_KIND_BACKDATED_CONST, PARTITION_KIND_DECLARED,
49
48
PARTITION_FLAG_DEPWARN,
@@ -68,8 +67,10 @@ using Base: @_foldable_meta, @_gc_preserve_begin, @_gc_preserve_end, @nospeciali
68
67
partialstruct_init_undefs, fieldcount_noerror, _eval_import, _eval_using,
69
68
get_ci_mi, get_methodtable, morespecific, specializations, has_image_globalref,
70
69
PARTITION_MASK_KIND, PARTITION_KIND_GUARD, PARTITION_FLAG_EXPORTED, PARTITION_FLAG_DEPRECATED,
71
- BINDING_FLAG_ANY_IMPLICIT_EDGES, is_some_implicit, IteratorSize, SizeUnknown, get_require_world, JLOptions
70
+ BINDING_FLAG_ANY_IMPLICIT_EDGES, is_some_implicit, IteratorSize, SizeUnknown, get_require_world, JLOptions,
71
+ devnull , devnull as stdin
72
72
73
+ using Base
73
74
using Base. Order
74
75
75
76
import Base: == , _topmod, append!, convert, copy, copy!, findall, first, get, get!,
0 commit comments