CobbCoding
Results
22
issues of
CobbCoding
## Context The issue occurs with the following code: ```odin package main import "core:fmt" Foo :: struct($T: typeid) { y: T, } Bar :: struct { x: Foo, } main...
bug
frontend
replicated
Features: When using `--apply-overwrites` with `zsv sheet`, the overwritten cells will be displayed with an underline. Added two tests, test-sheet-apply-overwrites and test-sheet-overwrites-underlined. These test that the overwrites work as well...