Commit Graph

1518 Commits

Author SHA1 Message Date
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
Hood Chatham 9fc3e094c5
ENH Improvements to eval_code (#1563) 2021-05-28 16:10:00 -07:00
Hood Chatham d814aee3dd
Add support for pyproxy allocation tracing (#1606) 2021-05-28 23:19:32 +02:00
Hood Chatham b619961202
xfail failing chrome packages tests (#1609) 2021-05-25 23:20:22 +02:00
Hood Chatham b19e2762a8
MAINT Fix a few lgtm lints (#1602) 2021-05-23 08:37:40 -07:00
Hood Chatham 962140981a
API Don't expose pyodide as a global variable in loadPyodide (#1597) 2021-05-22 18:54:27 -07:00
Hood Chatham 2e284cc394
MAINT Use rollup instead of EM_JS to include pyproxy.js (#1593) 2021-05-22 18:36:25 -07:00
Hood Chatham af9bd035be
MAINT Update Makefile to repeat pip install pyodide_build and npm install less (#1599) 2021-05-22 15:19:46 -07:00
Hood Chatham 97d7dfcdf9
Some basic types (#1592) 2021-05-20 09:05:05 -07:00
Piet Brömmel 64c62bd5c5 DOCS Fix js getting started example code (#1594) [skip ci] 2021-05-19 22:04:53 -07:00
fuyutarow c785c33ad3
DOCS Fix year of v0.17.0 release in changelog (#1595) [skip ci] 2021-05-19 11:06:01 -07:00
Hood Chatham 484b47d49a
MAINT Fix signature of JsProxy_Await (#1591) 2021-05-14 09:03:37 -07:00
Hood Chatham b512d32495
Update update_base_url Make recipe to fix release-dev (#1583) 2021-05-06 08:25:10 -07:00
Hood Chatham d483cbfb5f
Split more functionality out of loadPyodide into other files (#1580) 2021-05-06 07:02:44 -07:00
Hood Chatham 1bc5acd11c
Reduce recursion limit (#1581) 2021-05-06 14:40:41 +02:00
Hood Chatham 8d7659b1e1
Split off load-pyodide.js from pyodide.js (#1578) 2021-05-05 11:30:48 -07:00
Hood Chatham 463618f5cf
Use rollup (#1575)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-05-05 06:42:15 -07:00
Roman Yurchak 4e9d10833e
BLD Create an installable pyodide-build package (#1566) 2021-05-03 20:51:11 +02:00
Grimmer 9dc5a76909
DOCS Fix fetch code snippet [skip ci] (#1571) 2021-05-03 08:28:05 -07:00
Hood Chatham 50d7234ed6
BACKEND track pyproxy creation in python2js (#1565) 2021-05-03 05:56:22 -07:00
Roman Yurchak 87b38d565b
DOC Disable sphinx.versionwarning [skip ci] (#1567) 2021-05-02 22:30:50 +02:00
Roman Yurchak 263309102d
Unvendor distutils (#1543)
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
2021-05-02 15:42:28 +02:00
Hood Chatham c50a9ed8b5
MAINT Rename some hiwire array/object methods (#1564) 2021-05-01 15:07:28 -07:00
Hood Chatham c0bf827710
Add PyProxy.clone (#1549) 2021-05-01 12:45:06 -07:00
Hood Chatham ab1b6c8d24
MAINT Use prettier to format javascript (#1554)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-05-01 10:17:32 -07:00
Hood Chatham 7cf5bd5809
Convert eval_code helper methods to pure functions (#1532) 2021-05-01 11:12:28 +02:00