microsoft/restler-fuzzer

improve annotation error handling

Open

#752 opened on May 4, 2023

 (0 comments) (0 reactions) (0 assignees)Python (329 forks)auto 404
help wanted

Repository metrics

Stars
 (2,929 stars)
PR merge metrics
 (PR metrics pending)

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

Contributor guide