VizierDB / vizier-scala

The Vizier kernel-free notebook programming environment
Other
34 stars 11 forks source link

Better exception error messages for Scala cells #302

Open okennedy opened 7 months ago

okennedy commented 7 months ago

What pain point is this feature intended to address? Please describe. Error reporting in scala cells sucks. Parse errors are incredibly uninformative, and when exceptions are reported, it's not entirely clear which parts of the code are responsible.

Describe the solution you'd like

Describe alternatives you've considered Continuing to suffer through uninformative exceptions.