aShabat
aShabat
Download Noto Emoji font. It contains required glyph.
Yes, they both are even. When I change number of threads script returns `Invalid CPU topology: product of the hierarchy must match maxcpus: sockets (1) * dies (1) * cores...
My script: ```ID="macOS" NAME="macOS 12" FILE="boot.sh" ULTMOS=0.12.1 IGNORE_FILE=0 REQUIRES_SUDO=0 VFIO_PTA=0 VFIO_DEVICES=0 GEN_EPOCH=1719134653 FEATURE_LEVEL=7 VERBOSE=1 DISCORD_RPC=1 DISCORD_RPC_IMG="default" SCREEN_RES="1280x720" ALLOCATED_RAM="4G" CPU_SOCKETS="1" CPU_CORES="2" CPU_THREADS="4" CPU_MODEL="Haswell-noTSX" CPU_FEATURE_ARGS="+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check" REPO_PATH="/data/anton/QEMU/ultimate-macOS-KVM" OVMF_DIR="/data/anton/QEMU/ultimate-macOS-KVM/ovmf" VFIO_ID_0="$USR_VFIO_ID_0" VFIO_ID_1="$USR_VFIO_ID_1" VFIO_ROM="$USR_VFIO_ROM" USB_DEVICES="$USR_USB_DEVICES" NETWORK_DEVICE="vmxnet3"...
Rerun Autopilot, made 1 thread, but use old virtual disk. Error remains
I wanted to give it a try but now I'm stuck on the very first step. Even this simple program can't pass the tests for step0 on my machine. ```...
Here's the output of running `make "test^fish^step0"` ``` make -C impls/fish step0_repl.fish make[1]: Entering directory '/home/anton/projects/mal/impls/fish' make[1]: Nothing to be done for 'step0_repl.fish'. make[1]: Leaving directory '/home/anton/projects/mal/impls/fish' (call STEP_TEST_FILES,fish,step0): impls/tests/step0_repl.mal...
I understand, but when I ran the code myself it works as expected, immediately printing what I wrote. I don't understand Makefile good enough to figure out how exactly does...
Yes! Thank you for detailed explanation. I added flag to run fish in interactive mode and now it works
Yes, only between. When I select labeled target everything works as intended. Even when I use first match, after the first input that is not a label cursor jumps to...