You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
Unline errors and warnings (annotations) coming from the parser, the ones coming from the compiler currently don't provide line/column numbers. Instead, they provide at least the origin of the relevant transaction.
It would be nice to provide line numbers as well - see https://github.com/apiaryio/dredd-transactions/issues/275. Until that's done, we are showing users the transaction name of the relevant transaction in Dredd's logging. However, since the annotations coming from Dredd Transactions don't contain the transaction name, it needs to be reconstructed in Dredd. This is error-prone and unnecessary duplication. We should add name to the interface of compiler annotations Dredd Transactions provide.
The text was updated successfully, but these errors were encountered:
Unline errors and warnings (annotations) coming from the parser, the ones coming from the compiler currently don't provide line/column numbers. Instead, they provide at least the origin of the relevant transaction.
It would be nice to provide line numbers as well - see https://github.com/apiaryio/dredd-transactions/issues/275. Until that's done, we are showing users the transaction name of the relevant transaction in Dredd's logging. However, since the annotations coming from Dredd Transactions don't contain the transaction name, it needs to be reconstructed in Dredd. This is error-prone and unnecessary duplication. We should add
name
to the interface of compiler annotations Dredd Transactions provide.The text was updated successfully, but these errors were encountered: