microsoft/restler-fuzzer

improve annotation error handling

Ouverte

#752 ouverte le 4 mai 2023

 (0 commentaire) (0 réaction) (0 personne assignée)Python (329 forks)auto 404
help wanted

Métriques du dépôt

Stars
 (2 929 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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").

Guide contributeur