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
There are cases in which fewer braces fail in worksheet mode.
Scastie snippet link
No response
To Reproduce
List(1,2,3).map:case x => x
Expected behavior
It should properly instrument and show computed value: List(1,2,3)
This issue is caused by custom implementation of worksheet support which was written before fewer braces. As there is ongoing initiative to have shared implementation for worksheets for Scala, it is not worth duplicating the effort only to migrate in the near future.
The possible fix require changes in multiple part of application and new logic to take into account newly added lines leading to shifted error messages etc.
Screenshot ( Optional )
No response
Version
Scastie website
What browsers are you seeing the problem on?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
There are cases in which fewer braces fail in worksheet mode.
Scastie snippet link
No response
To Reproduce
Expected behavior
It should properly instrument and show computed value: List(1,2,3)
This issue is caused by custom implementation of worksheet support which was written before fewer braces. As there is ongoing initiative to have shared implementation for worksheets for Scala, it is not worth duplicating the effort only to migrate in the near future.
The possible fix require changes in multiple part of application and new logic to take into account newly added lines leading to shifted error messages etc.
Screenshot ( Optional )
No response
Version
Scastie website
What browsers are you seeing the problem on?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: