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
In #96, ModuleLiker is introduced. However, the error messages generated by ModuleLinker need to be improved for better clarity and usability. The current messages are often vague and make debugging difficult.
To improve the debugging experience, error messages generated by ModuleLinker for inconsistent declarations should provide more detailed information. Specifically:
Identify the Modules Involved: Clearly indicate which modules have conflicting declarations.
Describe the Inconsistency: Clearly explain the exact reason for the inconsistency (e.g., the linkage or the type definition is inconsistent).
The text was updated successfully, but these errors were encountered:
Hi @nakul-py,
Thanks for your interest in this issue. I assigned it to you.
NOTE: #96 has not been merged into the main branch, so please make sure your working branch is correct.
In #96,
ModuleLiker
is introduced. However, the error messages generated byModuleLinker
need to be improved for better clarity and usability. The current messages are often vague and make debugging difficult.To improve the debugging experience, error messages generated by
ModuleLinker
for inconsistent declarations should provide more detailed information. Specifically:The text was updated successfully, but these errors were encountered: