-
Notifications
You must be signed in to change notification settings - Fork 4
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
Improve parse issue reporting #59
Comments
Mochitto
added a commit
to Mochitto/tylasu
that referenced
this issue
Jul 15, 2024
Solves Strumenta#59 Inspired by [Strumenta/kolasu#292](Strumenta/kolasu#292). - `Issue`'s messages are now capitalized to improve readability. - `Position`'s `isEmpty` method has been safely renamed to `isFlat` to match the [convention used in kolasu](https://github.com/Strumenta/kolasu/blob/0676131e403718d2d99c792dc0a81a87bd48a34f/ast/src/commonMain/kotlin/com/strumenta/kolasu/model/Point.kt#L136). This ensures consistency across the StarLasu collection. The `isEmpty` method has now been deprecated and is to be removed in the future. - Parsing `Issue`s report the correct `Position` by taking into consideration the length of the token, to improve UX.
Mochitto
added a commit
to Mochitto/tylasu
that referenced
this issue
Jul 15, 2024
Resolve Strumenta#59 Inspired by [Strumenta/kolasu#292](Strumenta/kolasu#292). - `Issue`'s messages are now capitalized to improve readability. - `Position`'s `isEmpty` method has been safely renamed to `isFlat` to match the [convention used in kolasu](https://github.com/Strumenta/kolasu/blob/0676131e403718d2d99c792dc0a81a87bd48a34f/ast/src/commonMain/kotlin/com/strumenta/kolasu/model/Point.kt#L136). This ensures consistency across the StarLasu collection. The `isEmpty` method has now been deprecated and is to be removed in the future. - Parsing `Issue`s report the correct `Position` by taking into consideration the length of the token, to improve UX.
Mochitto
added a commit
to Mochitto/tylasu
that referenced
this issue
Jul 15, 2024
Resolve Strumenta#59 Inspired by [Strumenta/kolasu#292](Strumenta/kolasu#292). - `Issue`'s messages are now capitalized to improve readability. - `Position`'s `isEmpty` method has been safely renamed to `isFlat` to match the [convention used in kolasu](https://github.com/Strumenta/kolasu/blob/0676131e403718d2d99c792dc0a81a87bd48a34f/ast/src/commonMain/kotlin/com/strumenta/kolasu/model/Point.kt#L136). This ensures consistency across the StarLasu collection. The `isEmpty` method has now been deprecated and is to be removed in the future. - Parsing `Issue`s report the correct `Position` by taking into consideration the length of the token, to improve UX.
Mochitto
added a commit
to Mochitto/tylasu
that referenced
this issue
Jul 15, 2024
Resolve Strumenta#59 Inspired by [Strumenta/kolasu#292](Strumenta/kolasu#292). - `Issue`'s messages are now capitalized to improve readability. - `Position`'s `isEmpty` method has been safely renamed to `isFlat` to match the [convention used in kolasu](https://github.com/Strumenta/kolasu/blob/0676131e403718d2d99c792dc0a81a87bd48a34f/ast/src/commonMain/kotlin/com/strumenta/kolasu/model/Point.kt#L136). This ensures consistency across the StarLasu collection. The `isEmpty` method has now been deprecated and is to be removed in the future. - Parsing `Issue`s report the correct `Position` by taking into consideration the length of the token, to improve UX.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See the work done on Kolasu Strumenta/kolasu#292
The text was updated successfully, but these errors were encountered: