microsoft/restler-fuzzer

improve annotation error handling

Offen

#752 geöffnet am 04.05.2023

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (329 Forks)auto 404
help wanted

Repository-Metriken

Stars
 (2.929 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide