Clean up context cleanup #167
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
|