microsoft/restler-fuzzer

improve annotation error handling

Aberta

#752 aberto em 4 de mai. de 2023

 (0 comentário) (0 reação) (0 responsável)Python (329 forks)auto 404
help wanted

Métricas do repositório

Stars
 (2.929 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Description

Currently, if an annotation is invalid, it is just ignored. The compiler needs to output the list of invalid annotations that were ignored, and ideally the reason they were ignored (such as "property could not be found in the API spec").

Guia do colaborador