changed: `use` now acts like `#import`
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sun, 26 Mar 2023 23:23:56 +0000 (18:23 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sun, 26 Mar 2023 23:23:56 +0000 (18:23 -0500)
commit6fcdc5ea4f6595fa3de05b58ff2b2428fdb5b53a
treebbfcfbb2a012f43ebf9488481ecc016316b9a9d1
parent57e9a364351d61b23ef6dbd2dac50338c6b314e0
changed: `use` now acts like `#import`

`#import` will be removed soon.
41 files changed:
compiler/include/astnodes.h
compiler/src/astnodes.c
compiler/src/clone.c
compiler/src/entities.c
compiler/src/parser.c
compiler/src/symres.c
core/builtin.onyx
core/conv/format.onyx
core/conv/parse.onyx
core/encoding/osad.onyx
core/io/stream.onyx
core/math/math.onyx
core/memory/memory.onyx
core/misc/arg_parse.onyx
core/net/net.onyx
core/os/file.onyx
core/runtime/common.onyx
core/runtime/platform/js/platform.onyx
core/runtime/platform/onyx/fs.onyx
core/runtime/platform/onyx/platform.onyx
core/string/string.onyx
core/sync/mutex.onyx
core/threads/thread.onyx
core/time/date.onyx
core/time/time.onyx
scripts/run_tests.onyx
tests/aoc-2020/day11.onyx
tests/aoc-2020/day17.onyx
tests/aoc-2021/day18.onyx
tests/aoc-2021/day21.onyx
tests/bugs/autopoly_limits.onyx
tests/bugs/double_polymorph_yield_error.onyx
tests/bugs/method_call_source_double.onyx
tests/bugs/namespace_aliasing.onyx
tests/char_literals.onyx
tests/hello_world.onyx
tests/if_expressions.onyx
tests/multiple_returns_robustness.onyx
tests/new_struct_behaviour.onyx
tests/no_types.onyx
tests/struct_robustness.onyx