Skip to content

Clean up context cleanup #167

Clean up context cleanup

Clean up context cleanup #167

Triggered via push November 9, 2023 19:07
Status Failure
Total duration 53s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors
lint: internal/vm/io.go#L144
if statements should only be cuddled with assignments used in the if statement itself (wsl)
lint: internal/vm/io.go#L155
if statements should only be cuddled with assignments used in the if statement itself (wsl)
lint: internal/vm/io.go#L166
if statements should only be cuddled with assignments used in the if statement itself (wsl)
lint: internal/vm/disp.go#L164
missing cases in switch of type vm.Word: vm.TrapTable|vm.ExceptionPMV|vm.ServiceRoutineAddr, vm.ISRTable|vm.ExceptionServiceRoutines, vm.ISRKeyboard, vm.ExceptionXOP, vm.ExceptionACV, vm.KBSRAddr|vm.IOPageAddr, vm.KBDRAddr, vm.DSRAddr, vm.DDRAddr, vm.PSRAddr, vm.MCRAddr, vm.SystemSpaceAddr, vm.UserSpaceAddr, vm.AddrSpace (exhaustive)
lint: internal/vm/disp.go#L183
missing cases in switch of type vm.Word: vm.TrapTable|vm.ExceptionPMV|vm.ServiceRoutineAddr, vm.ISRTable|vm.ExceptionServiceRoutines, vm.ISRKeyboard, vm.ExceptionXOP, vm.ExceptionACV, vm.KBSRAddr|vm.IOPageAddr, vm.KBDRAddr, vm.DSRAddr, vm.DDRAddr, vm.PSRAddr, vm.MCRAddr, vm.SystemSpaceAddr, vm.UserSpaceAddr, vm.AddrSpace (exhaustive)
lint
issues found