Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smart error messages #5

Open
shoo opened this issue Mar 3, 2019 · 1 comment
Open

Smart error messages #5

shoo opened this issue Mar 3, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@shoo
Copy link
Owner

shoo commented Mar 3, 2019

If a compilation error occurs in the STM that imported with string import and converted to code, an error message that is difficult to read is reported.
Indicating which error occurred in what row and column of which STM greatly contributes to the ease of debugging.

Related to: #1


string importで取り込み、コードへ変換した状態遷移表の中でエラーが発生した場合、きわめて難読なエラーメッセージが報じられます。
どの状態遷移表の、何行何列目でエラーが生じたかを示すことは、デバッグのしやすさに大きく寄与します。

@shoo shoo added the enhancement New feature or request label Mar 3, 2019
@shoo
Copy link
Owner Author

shoo commented Jun 26, 2019

By the way, by adding dflags: ["-mixin=.dub/my_mixin.d"] to dub.json, the importance of this issue has become less important, as it is almost clear where it is going wrong.


ところで、dub.jsonに dflags: ["-mixin=.dub/my_mixin.d"] と追記することで、どこでおかしくなっているかだいたいわかるので、このIssueの重要性は低くなりましたね。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant