Files
Raphaël AMIARD c26fb6a63d V825-017: Adapt to new MetadataField.
Annotate the fields to correspond to the notion of equality we want in
Libadalang:

* dottable_subp is metadata in the original sense of the concept, and
  thus should not be taken into account

* primitive_type/primitive_real_type is more like rebindings, it's
  actually information that conceptually creates a new node, and as such
  should be taken into account.
2022-09-27 14:43:01 +02:00

4 lines
118 B
Plaintext

Prim_T.Primitive = Der_T.Primitive: False
Der_T.Primitive = Der_T.Primitive (different internal metadata): True
Done.