Noa
cc0a1ce9e2
Update webpack ( #5585 )
...
* Update webpack
* Build demo before notebook
* Use with instead of env for actions-gh-pages
2025-03-05 16:15:14 -06:00
Ashwin Naren
56196890f5
Actions caching for nodejs ( #5575 )
...
* caching for nodejs and various CI dependency updates
* commit the package-lock.json
2025-03-02 18:18:17 +09:00
Noa
6daee1b00e
Warn on elided_lifetimes_in_paths
2025-03-01 13:49:33 +09:00
Ashwin Naren
b870b0e1b5
2024 edition formatting
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-26 11:48:22 -08:00
Noa
864e8598f8
Enable rust2024-incompatible pat and keyword-ident lints
2025-02-25 00:32:02 -06:00
Noa
fa2acd7cde
Update rand to 0.9
2025-02-18 17:07:26 +09:00
Noa
c901bc07a4
Upgrade wasm deps + fix demo
2025-01-11 18:48:27 +09:00
Noa
b7db23bbae
Fix warnings for Rust 1.84
2025-01-11 18:48:27 +09:00
Noa
9647ebe206
Fix prettier formatting
2024-11-27 13:20:19 -06:00
7ae9432524
Change deprecated type PanicInfo to PanicHookInfo
2024-10-31 01:45:59 +09:00
Noa
37dc28a69d
Update deps ( #5417 )
...
* Upgrade nix
* Update deps
* Upgrade pyo3, winreg
* Fix errors from upgrading
2024-09-27 13:11:00 +09:00
dependabot[bot]
8bc5944178
Bump webpack from 4.28.2 to 5.94.0 in /wasm/example
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.28.2 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.28.2...v5.94.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-28 14:14:51 +09:00
Jeong YunWon
fe63ca762f
separate wasm-unknown-test
2024-08-09 02:23:49 +09:00
Jeong YunWon
a82982725e
fix getrandom
2024-08-09 02:23:49 +09:00
Noa
7dfb760421
Make rustpython-vm compatible with non-js wasm32-unknown & add tests
2024-08-09 02:04:25 +09:00
Jeong YunWon
b6e9a3f37e
rustpython_wasm uses the new feature
2024-08-09 00:59:29 +09:00
Jeong YunWon
2919df1df5
Mark rust-version 1.78
2024-08-08 23:20:17 +09:00
Jeong YunWon
8673169ee7
0.4.0
2024-08-07 08:38:21 +09:00
James Clarke
08c9a4d86b
Added lints and deny.toml
2024-06-25 03:59:40 +01:00
Jeong YunWon
5f0d1252b6
suppress empty-doc warning
2024-05-04 02:00:18 +09:00
Jeong YunWon
8816cd41d5
0.3.1
2024-04-10 17:39:57 +09:00
Jeong, YunWon
247572863a
rustpython_vm::import::import_source ( #5214 )
...
* rustpython_vm::import::import_source
* always print exceptions when panic by expect_pyresult
if users want simple panic, Result::expect could be used.
2024-04-09 02:37:30 +09:00
Jeong, YunWon
4135da42ac
Fix clippy ( #5083 )
...
* Fix clippy
* Fix nightly clippy
2023-10-06 03:17:03 +09:00
Jeong, YunWon
23bf5c42ca
bump up and sync dependencies with rustpython-parser ( #5075 )
2023-10-04 23:42:07 +09:00
Jeong YunWon
1208416b92
0.3.0 release
2023-09-06 18:49:55 +09:00
Jeong, YunWon
e2f7d5b2f9
fix wasm prettier ( #5055 )
2023-08-30 18:25:27 +09:00
Jeong, YunWon
c28cb3941f
prettier *.js + fix miri build ( #5028 )
...
* prettier *.js
* bump up proc-macro2
2023-07-19 23:43:26 +09:00
Jeong YunWon
dc569e9921
Refactoring
2023-05-10 19:35:27 +09:00
Jeong YunWon
f2cfa5f0a7
Split parser to new repository
...
6b60f85cc4
2023-05-06 14:38:11 +09:00
Jeong YunWon
98eef0804e
Method overhaul with PyMethodDef
2023-04-30 17:33:23 +09:00
Jeong YunWon
9f58921a6f
Rename IterNextIterable -> SelfIter by following CPython
2023-04-30 03:54:32 +09:00
Jeong YunWon
8503e0de90
Fix wasm build stdlib
2023-04-28 11:50:53 +09:00
Jeong, YunWon
ce13fc5f03
Merge pull request #4898 from youknowone/pymodule-expose
...
module objects' type as PyModule
2023-04-25 04:00:52 +09:00
Jeong, YunWon
c16f813794
Merge pull request #4899 from youknowone/debug-friendly-tweaks
...
debug-friendly tweaks
2023-04-25 04:00:24 +09:00
Jeong YunWon
6996141448
debug-friendly tweaks
2023-04-20 21:21:50 +09:00
Jeong, YunWon
968f2ad7c9
Merge pull request #4849 from haxelion/feature/tp_repr_stdlib
...
Implemented tp_repr slots for more types
2023-04-20 21:02:55 +09:00
Jeong YunWon
19224505e8
module objects' type as PyModule
2023-04-20 20:48:57 +09:00
Jeong YunWon
798b3bc158
expose slot_new_wrapper as its base type
2023-04-06 01:52:01 +09:00
Jeong YunWon
18044abbb6
use interned str for builtin function names
2023-04-06 01:23:36 +09:00
Charles Hubain
96a949189d
Implemented tp_repr slots for more types
2023-04-06 00:42:01 +09:00
Jeong YunWon
7b99df6c48
PyPayload::class takes ctx instead of vm
2023-03-20 21:03:40 +09:00
Jeong YunWon
dfb37d9a44
setattro uses Py<PyStr>
2023-03-20 19:00:02 +09:00
Jeong YunWon
ab1de2942c
type.__name__ & getattr optimization
2023-03-20 19:00:01 +09:00
Jeong YunWon
87728c4452
Merge pull request #4608 from coolreader18/bag-deser
...
Rework frozen modules and directly deserialize to CodeObject<Literal>
2023-03-10 05:19:23 +09:00
Jeong YunWon
b60271a6cf
deprecate vm.invoke
2023-03-08 01:35:30 +09:00
Jeong YunWon
66d9514e12
remove vm.is_callable
2023-03-07 19:28:21 +09:00
Noa
456bc80697
Rework frozen modules and directly deserialize to CodeObject<Literal>
2023-03-06 13:45:33 -06:00
Noa
6d1f2986fe
Custom marshal enc/decoding impl
2023-03-01 20:47:21 -06:00
Jeong YunWon
f078f79c90
Flatten rustpython_parser interface
2023-02-22 20:32:31 +09:00
Yang Hau
937b0d3419
fix the typos
2023-02-13 16:25:24 +08:00