Skip to content

REQUIRES expressions might not be being parsed correctly #64

@fillypenascimento

Description

@fillypenascimento

Using add-tests branch, I ran MetaCrySLGeneratorTests and an output SPEC was not as expected. AlgorithmParameters Spec REQUIRES section should look like this after applying the refinements:

REQUIRES
  
    preparedAlg[parAr];
  
    alg in {"AES", "DESede"} => preparedIV[params];
  
    alg in {"DiffieHellman"} => preparedDH[params];
  
    alg in {"DH"} => preparedDH[params];

but instead, this was the result:

REQUIRES

	preparedAlg[parAr];

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions