What's Changed
- clean up js packaging / smoke test by @davidhewitt in #550
- build and release the
monty-cpythoncontainer by @samuelcolvin in #563 - remove mod eq optimization by @davidhewitt in #565
- Add pytest-style assert failure messages by @samuelcolvin in #556
- remove monty-cpython by @samuelcolvin in #571
- improve error messages from suspensions in
evaluate_functionby @davidhewitt in #573 - inline
clone_immediateintoclone_with_heapby @davidhewitt in #578 - Make an existing iterator self-iterable by @rewitt94 in #579
- Move mounting to the host-side and move
fstomonty-fsby @samuelcolvin in #576 - Arg fixes,
int(),str(),round()by @samuelcolvin in #584 - Public API fixes by @samuelcolvin in #587
- add iterator to
PyTraitby @davidhewitt in #575 - Support class decorators by @rewitt94 in #582
- Implement iter(callable, sentinel) by @rewitt94 in #581
- Retain the OS-call payload in suspended state and drop
OsFunctionCall::Usedby @samuelcolvin in #583 - avoid collisions in
idby @davidhewitt in #580 - migrate iterator callsites to
py_iterby @davidhewitt in #588 - stop uninstalling workspace in
make install-pyby @davidhewitt in #595 - use web-time for the resource-tracker clock so max_duration works on wasm32-unknown-unknown by @Butch78 in #554
- Allow any iterable after
*, not just five container types by @rewitt94 in #589 monty-typescrate by @samuelcolvin in #592- Teach the type checker about iter/next by @rewitt94 in #596
- Bump version to 0.0.19-beta.5 by @samuelcolvin in #597
New Contributors
Full Changelog: 0.0.19-beta.4...v0.0.19-beta.5