项目作者: gerph

项目描述 :
Automatic cancelling of Wimp_ReportError boxes
高级语言:
项目地址: git://github.com/gerph/errorcancel.git
创建时间: 2020-06-09T21:12:35Z
项目社区:https://github.com/gerph/errorcancel

开源协议:

下载


ErrorCancel

Introduction

Rick Murray wrote a small module to trigger the cancel on error boxes
after a short delay. This is that module, with no changes other than
the SWI numbers being defined.

The original source can be found on Rick Murray’s site.

Usage

  • Load the module.
  • Trigger an error
  • Wait 5 seconds.
  • Watch it cancel.

Continuous Integration

This release is intended to demonstrate the continuous integration environment
provided by the JFPatch-as-a-service system. Two mechanisms are provided for
building the module - through GitLab CI, and through GitHub’s workflows.
Documentation for the .robuild.yaml file format can be found on the
JFPatch-as-a-service website, and the example here just invokes the
assembler and the linker to make the module.

For GitHub workflows, see the file .github/workflows/jfpatch.yml.
For GitLab CI, see the file .gitlab-ci.yml.