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
feat: simplify adapter usage - must be passed explicitly
The adapters now trust that they have been registered and passed a correct-looking error/trace, rather than using heuristics to guess whether the provided input is "Skulpt-like" or "Pyodide-like"
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Todo:
4
4
- Set up automated testing and publishing through GitHub Actions
5
5
- Accessibility of output HTML
6
6
7
-
A small, runtime-agnostic, library that explains Python error messages in a friendlier way, inspired by [p5.js's Friendly Error System](https://p5js.org/contribute/friendly_error_system/).
7
+
A small, Pyodide and Skulpt-focused, library that explains Python error messages in a friendlier way, inspired by [p5.js's Friendly Error System](https://p5js.org/contribute/friendly_error_system/).
8
8
9
9
It can be used in browser-based editors (like RPF's [Code Editor web component](https://github.com/RaspberryPiFoundation/editor-ui)) or any environment that executes Python code through Skulpt or Pyodide.
0 commit comments