RepairSolver #297
Annotations
2 errors and 2 warnings
/home/runner/work/isla/isla/src/isla_formalizations/rest.py#L120
# """,
# REST_GRAMMAR,
# semantic_predicates={LJUST_CROP_PREDICATE, EXTEND_CROP_PREDICATE},
# )
-LENGTH_UNDERLINE = parse_isla("""
+LENGTH_UNDERLINE = parse_isla(
+ """
forall <section-title> title="{<title-text> titletxt}\n{<underline> underline}" in start: (
(>= (str.len underline) (str.len titletxt)) and
str.len(titletxt) > 0
)
-""")
+"""
+)
DEF_LINK_TARGETS = parse_isla(
"""
(forall <internal_reference> ref="<presep>{<id> use_id}_<postsep>" in start:
exists <labeled_paragraph> labeled_par_1=".. _{<id> def_id}:\n\n<paragraph>" in start:
|
/home/runner/work/isla/isla/src/isla/repair_solver.py#L859
LOGGER.debug(
"%sRepairing tree '%s' with constraint '%s'",
depth_indent(),
tree,
# constraint,
- "TEMPORARILY DEACTIVATED" # TODO
+ "TEMPORARILY DEACTIVATED", # TODO
)
constraint = set_auto_subst_and_eval(constraint, False)
# 1. Instantiate all quantifiers.
instantiated = self.instantiate_quantifiers(constraint)
|
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v1, wearerequired/lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|