Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Stdlib] Further remove pop operations from the dtype checks, NFC (#3…
…2290) This continues to remove the pop operations from the dtype checks without getting recursive elaborator errors E.g ``` no work left, no deferred search, and no recursion? UNREACHABLE executed at /Users/abduld/code/modular/KGEN/lib/Elaborator/Elaborator.cpp:2703! PLEASE submit a bug report to [Internal Link] and include the crash backtrace. #0 0x0000000102c4ca08 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/Users/abduld/code/modular/.derived/build-release/bin/mojo-prime-package-cache+0x1000c4a08) #1 0x0000000102c4ab68 llvm::sys::RunSignalHandlers() (/Users/abduld/code/modular/.derived/build-release/bin/mojo-prime-package-cache+0x1000c2b68) modular#2 0x0000000102c4d0a8 SignalHandler(int) (/Users/abduld/code/modular/.derived/build-release/bin/mojo-prime-package-cache+0x1000c50a8) modular#3 0x00000001880e02a4 (/usr/lib/system/libsystem_platform.dylib+0x1803fc2a4) modular#4 0x00000001880b1cec (/usr/lib/system/libsystem_pthread.dylib+0x1803cdcec) modular#5 0x0000000187feb2c8 (/usr/lib/system/libsystem_c.dylib+0x1803072c8) modular#6 0x0000000102be03a0 llvm::install_out_of_memory_new_handler() (/Users/abduld/code/modular/.derived/build-release/bin/mojo-prime-package-cache+0x1000583a0) ``` modular-orig-commit: ebb7c424801291198503fde0ebdd6fd28da8f2e9
- Loading branch information