Commit Graph

1543 Commits

Author SHA1 Message Date
Ondřej Staněk 601e474e7d
Fix run_docker to work on Mac (#1695) [skip ci] 2021-07-09 10:41:28 -07:00
Hood Chatham a671943bad
Better bootstrap (#1681) 2021-07-08 14:16:05 +02:00
Paul m. p. P d4a705bde2
Use PYMAJOR/PYMINOR according to Python devguide (#1570)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-07-06 13:28:39 +02:00
Roman Yurchak 327560ab69
Setup a JavaScript test suite (#1684) 2021-07-06 10:48:35 +02:00
Hood Chatham 7bf1b55001
Add a --root option to run_docker to run container as root (#1686) 2021-07-05 09:42:38 -07:00
Hood Chatham 46eee26ff8
Various improvements in core (#1673) 2021-07-01 10:47:44 -07:00
Hood Chatham 9ec832be01
Simplify js2python string conversion code a bit (#1679) 2021-06-30 19:42:14 -07:00
Hood Chatham e26463bd45
Use OneArg and NoArgs call methods instead of ObjArgs (#1680) 2021-06-30 18:39:43 -07:00
Hood Chatham 2ab427e287
Statically allocate messages used in js stack trace (#1678) 2021-06-30 12:48:50 -07:00
Hood Chatham ee25dc729c
Fix command compiler test (#1675) 2021-06-29 19:11:01 -07:00
Hood Chatham 447da28e80
Up to date libffi port (with varargs support) (#1674) 2021-06-29 19:01:19 -07:00
Hood Chatham 14afda9116
Add command compiler and tests (#1670) 2021-06-29 08:56:03 -07:00
Madhur Tandon 738651ea10
Revive html5 <canvas> based renderer for matplotlib (#1579) 2021-06-27 08:36:14 -07:00
Hood Chatham 45d4132f63
Add support for a 'mode' parameter to CodeRunner (#1668) 2021-06-26 10:35:28 -07:00
Hood Chatham 5c5a276438
Store tests for circleci (#1669) 2021-06-26 10:31:00 -07:00
Hood Chatham 653891b045
ENH Add Ctypes support (#1656) 2021-06-26 10:34:31 +02:00
Hood Chatham 450a2d21e3
Consolidate apply-lint into clang-format-precommit and fix test_asyncio test after linting html files (#1667) 2021-06-25 18:59:29 -07:00
Hood Chatham 043c9cf360
Use prettier to format html files (#1666) 2021-06-25 15:16:02 -07:00
Hood Chatham f945da032f
Add support for using run_in_pyodide with async functions (#1665) 2021-06-25 15:15:36 -07:00
Hood Chatham a63444f46a
Update jsdoc file exclude pattern to ignore *.gen.js [skip ci] (#1662) 2021-06-26 00:09:30 +02:00
Hood Chatham ecf7468e72
MAINT Set default python version for precommit [skip ci] (#1663) 2021-06-26 00:04:10 +02:00
Hood Chatham 3030e93560
Use pyodide/pyodide-env:17 rather than hoodmane/pyodide-env:17 for CI (#1654) 2021-06-23 08:21:50 -07:00
jmsmdy 7d73220e92
Stop shadowing plotly package (#1650)
Co-authored-by: jmsmdy <jmsmdy@gmail.com>
2021-06-23 05:49:04 -07:00
Hood Chatham bd76207bb0
Update to emscripten 2.0.16 (#1645) 2021-06-19 19:37:52 -07:00
Hood Chatham b4f4bcffdc
Update to Python 3.9.5 (#1637)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-06-19 15:49:25 -07:00
Hood Chatham 9ffae14dbf
Store package build logs as circleci artifacts (#1646) 2021-06-19 09:51:36 -07:00
Hood Chatham 2dd41b639b
Be a bit more specific when feature detecting Javascipt errors (#1647) 2021-06-19 10:55:57 +02:00
Hood Chatham 5d4ff86a7c
Allow Comlink proxies to be imported (#1642) 2021-06-18 18:03:58 -07:00
Hood Chatham 5318cd5a0c
Try new recursion limit formula (#1638) 2021-06-18 14:45:43 -07:00
Ondřej Staněk f9a68998e5
run_docker: option to run non-interactively (#1641)
Allows to execute `run_docker` in environments such as Github Actions.
Specifying the `--non-interactive` flag resolves the error "the input device
is not a TTY".

Co-authored-by: Ondrej Stanek <ondrej@ostan.cz>
2021-06-17 00:04:47 +02:00
Hood Chatham da019813a5
Package updates from Python 3.9 branch (#1639) 2021-06-16 23:57:56 +02:00
Roman Yurchak d1a2778088
ENH Rename PyProxy clone to copy (#1630) 2021-06-13 15:27:48 -07:00
dependabot[bot] 8fb5d2ca33
Bump normalize-url from 4.5.0 to 4.5.1 in /src/js (#1634)
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)

---
updated-dependencies:
- dependency-name: normalize-url
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-11 08:43:21 +02:00
dependabot[bot] 9d21853e8e
Bump trim-newlines from 3.0.0 to 3.0.1 in /src/js (#1633)
Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sindresorhus/trim-newlines/releases)
- [Commits](https://github.com/sindresorhus/trim-newlines/commits)

---
updated-dependencies:
- dependency-name: trim-newlines
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-10 17:44:37 +02:00
Hood Chatham f36d034724
Merge reentrant Python stack traces (#1447) 2021-06-07 09:24:22 +02:00
Hood Chatham c05c1cac78
Eliminate pyproxy leaks (#1616) 2021-06-07 09:23:47 +02:00
Andreas Klostermann 1b8e8b3486
Add bokeh (#1590)
Co-authored-by: Andreas Klostermann <andreas.klostermann@gmail.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-06-07 08:41:04 +02:00
Hood Chatham af68005343
Rearrange InteractiveConsole stream redirections (#1613) 2021-06-06 21:01:23 -07:00
Ian Clester 2ca25cd348
Include 'audioop' in standard library. (#1623)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-06-06 12:01:39 +02:00
Guido Zuidhof 7384745fa4
Don't disable right click globally for matplotlib figures (#1555)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-06-06 10:12:26 +02:00
Michael Christensen 8932d6d938
Add PyRTL package (#1628) 2021-06-06 09:59:35 +02:00
daoxian b9848db7df
Add PyYAML and libyaml (#1181)
Co-authored-by: daoxian <daoxian@alibaba-inc.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-06-06 09:38:48 +02:00
Hood Chatham 69d77194d8
ENH Use leading $ to distinguish shadowed PyProxy methods (#1604) 2021-06-05 19:13:40 +02:00
Itay Dafna d6a182404f
DOC Add a WebDash reference to Related Projects [skip ci] (#1626)
Signed-off-by: Itay Dafna <i.b.dafna@gmail.com>
2021-06-04 17:23:16 +02:00
Syrus Akbary 6168c4b674
Add md5sum to dependency-check script (#1622) 2021-06-04 09:36:46 +02:00
Hood Chatham b401350a2a
ENH More complete typescript types (#1601) 2021-05-31 19:06:56 -07:00
Roman Yurchak 8d62ee8e32
TST xfail test_zipfile on Chrome (#1612) 2021-06-01 00:24:38 +02:00
Hood Chatham 78132106cb
Fix leak in to_js when there is an error (#1618) 2021-05-31 12:27:55 -07:00
Hood Chatham 5f775051cd
Handle mixed case package names (#1615) 2021-05-30 20:07:31 -07:00
Hood Chatham 2e04752272
MAINT Improvements to node and file_packager invocations (#1600) 2021-05-29 10:31:56 -07:00