Scheduling example/simple-binding.aps shows several problems:
- Warning on all fields:
simple-binding.aps:12:Warning: enclosing not declared either synthesized or inherited. Marking it as synthesized for now.
- Extraneous warnings on all uses of non-phylum constructor arguments, e.g.
simple-binding.aps:89:Warning: using a syntax decl
- gets a type-3 circularity error
local cycle (3) for variable involving <cond@144>
simple-binding.aps:160:Cycle detected (3); Attribute grammar is not OAG
The first two I have investigated to some extent and are caused by reordering of checks. The third may be caught up in the new scheduler.
Scheduling example/simple-binding.aps shows several problems:
The first two I have investigated to some extent and are caused by reordering of checks. The third may be caught up in the new scheduler.