Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ffi: preserve arrays on javascript objects #27

Open
wants to merge 227 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
227 commits
Select commit Hold shift + click to select a range
152ea51
feat: select module to run unit tests on
Sep 19, 2021
8778cf5
Fix small typo in error message
s-cork Mar 3, 2022
5f4eba1
Fix: __eq__ set with no __hash__ makes a class unhashable
s-cork Mar 9, 2022
5d2bbd2
Merge branch 'master' into feature/run-unit-tests-on-specific-module
s-cork Mar 24, 2022
5fea433
Merge pull request #1368 from BioMedTech/feature/run-unit-tests-on-sp…
s-cork Mar 24, 2022
c304130
make circular import errors work with current import implementation
s-cork Mar 24, 2022
3e6c78b
Make the module.tp$getattr still return undefined instead of raising
s-cork Mar 24, 2022
3b3c1f0
Circular imports - support modules that supsend
s-cork Mar 24, 2022
ed04339
Merge pull request #1419 from s-cork/pr/circular-imports
meredydd Mar 24, 2022
0b37949
Fix nesting import chaining
s-cork Mar 24, 2022
7bb9a94
fix - scoping of chained imports
s-cork Mar 24, 2022
8fd21da
build(deps): bump minimist from 1.2.5 to 1.2.6
dependabot[bot] Mar 29, 2022
3256695
Merge pull request #1420 from s-cork/pr/circular-imports
meredydd Mar 30, 2022
c43afef
implement __slots__ with tests
s-cork May 3, 2021
50ab134
__slots__: do some tidy up and support .__class__ allocation for __sl…
s-cork Oct 9, 2021
975171e
metaclass proof of concept
s-cork Feb 20, 2021
0ca2a29
metaclasses, init_sucblass and set_names
s-cork Feb 20, 2021
e9f3890
adjust buildClass to use a proxy for locals if we're not a strict dic…
s-cork Feb 20, 2021
fa01207
fix code after rebase
s-cork Mar 30, 2022
23049a1
Implement __import__
s-cork Apr 1, 2022
e856557
Merge pull request #1422 from s-cork/pr/__import__
s-cork Apr 1, 2022
a2a81c2
bump strftime to which attempts to work around a change to Date.toStr…
s-cork Apr 3, 2022
6a45916
update lock file
s-cork Apr 7, 2022
b33756d
Merge branch 'master' into dependabot/npm_and_yarn/minimist-1.2.6
s-cork Apr 7, 2022
5f5d40d
Merge pull request #1421 from skulpt/dependabot/npm_and_yarn/minimist…
s-cork Apr 7, 2022
4433af1
fix: typo in float slot
s-cork Apr 19, 2022
d31aca1
Changed TimeLimitError to TimeoutError
Grey41 Jun 3, 2022
1103d4a
Merge pull request #1433 from Grey41/master
s-cork Jun 3, 2022
a8ca04d
Use weakmap instead of map
s-cork Jun 9, 2022
f57e2b9
Adjust interning of ints and use JS === for Is and IsNot operations, …
s-cork Sep 30, 2021
4b00e31
Adjust t520 which isn't correct in python.
s-cork Sep 30, 2021
8b06bc4
Intern ints - fix up the bugs from initial commit and adjust tests wh…
s-cork Jun 9, 2022
edc1e1d
int: fix all multiplication of bigints gets bigger, except multiplyin…
s-cork Jun 9, 2022
b77a906
Fixed #1437
alexwenbj Jun 23, 2022
5b85e50
namedtuple: tell skulpt it's ok to add attributes onto namedtuple cla…
s-cork Jun 24, 2022
defdbaa
namedtuple: Add a failing test
s-cork Jun 24, 2022
fbc3b21
Add detail todo note and fix error message
s-cork Jun 27, 2022
2af0ae3
Merge branch 'master' into 1092/metclasses
meredydd Jun 27, 2022
0f167ce
Merge pull request #1244 from s-cork/1092/metclasses
meredydd Jun 27, 2022
308dd59
Add/improve tests for creation, application and calling of multiple d…
Jun 28, 2022
707fce2
Fix: multiple class decorators applied in wrong order
Jun 28, 2022
7e18704
fix property and super should be suspension aware
s-cork Jul 4, 2022
be8bf9e
Merge pull request #1442 from s-cork/fix/get-cansuspend
meredydd Jul 4, 2022
632a027
Merge branch 'master' into fix/class-decorators-order
s-cork Jul 4, 2022
515426e
Merge pull request #1440 from pjdewitte/fix/class-decorators-order
s-cork Jul 4, 2022
b68a8fc
If feedback passed to assertRegex, use that for failed tests instead …
ascholerChemeketa Jul 6, 2022
8377d41
Merge pull request #1443 from ascholerChemeketa/assertregext_feedback
bnmnetp Jul 6, 2022
1bb8159
Merge branch 'master' into pr/weakmap
bnmnetp Jul 6, 2022
a2c86ac
Merge pull request #1434 from s-cork/pr/weakmap
bnmnetp Jul 6, 2022
9bb798b
Merge branch 'master' into fix/typo
bnmnetp Jul 6, 2022
a926d89
Merge branch 'master' into pr/strftime-update
s-cork Jul 6, 2022
bd2d9e0
Merge pull request #1425 from s-cork/pr/strftime-update
s-cork Jul 6, 2022
209d038
Merge branch 'master' into patch-2
s-cork Jul 6, 2022
b53b8a8
Merge pull request #1438 from alexwenbj/patch-2
s-cork Jul 6, 2022
e23f2a1
classgetitem: add failing tests
s-cork Apr 23, 2022
1bbe8bd
classgetitem: add fix for implied staticmethod
s-cork Apr 23, 2022
a7e083c
refactor implied methods
s-cork Apr 23, 2022
5f11573
Merge pull request #1430 from s-cork/fix/class-getitem
s-cork Jul 6, 2022
7af2402
Merge branch 'master' into pr/hash-eq
s-cork Jul 6, 2022
4c83463
Merge pull request #1416 from s-cork/pr/hash-eq
s-cork Jul 6, 2022
53fb58d
add calendar tests dircetly from cpython
s-cork Apr 3, 2022
808b1cd
adjust tests for skulpt
s-cork Apr 3, 2022
53a76bc
Implement calnder in javascript
s-cork Apr 3, 2022
a6beb53
add valueOf methods to simple types
s-cork Apr 3, 2022
03ac134
fix a couple of minor issues
s-cork Apr 3, 2022
65719dd
make sure buildClass accepts undefined bases
s-cork Jul 7, 2022
a47f34f
Merge branch 'master' into fix/typo
s-cork Jul 7, 2022
3ea5259
Merge pull request #1411 from s-cork/fix/typo
s-cork Jul 7, 2022
57766bc
Merge branch 'master' into pr/calendar
bnmnetp Jul 7, 2022
f3993c4
Merge pull request #1424 from s-cork/pr/calendar
bnmnetp Jul 7, 2022
577aeef
Bump shelljs from 0.8.4 to 0.8.5
dependabot[bot] Jul 8, 2022
1aae3df
Merge pull request #1403 from skulpt/dependabot/npm_and_yarn/shelljs-…
s-cork Jul 8, 2022
3f34660
build(deps): bump ansi-regex from 3.0.0 to 3.0.1
dependabot[bot] Jul 8, 2022
1487d57
Merge pull request #1426 from skulpt/dependabot/npm_and_yarn/ansi-reg…
s-cork Jul 8, 2022
8b9b405
build(deps-dev): bump ejs from 2.7.4 to 3.1.7
dependabot[bot] Jul 8, 2022
d7210fd
Merge pull request #1444 from skulpt/dependabot/npm_and_yarn/ejs-3.1.7
s-cork Jul 8, 2022
797ea41
add missing global attributes to turtle
alexwenbj Jul 8, 2022
f9eca3f
Merge pull request #1445 from alexwenbj/add-turtle-global-attributes
s-cork Jul 8, 2022
2927aec
Merge branch 'master' into pr/intern-ints
bnmnetp Jul 8, 2022
e69932e
Merge pull request #1435 from s-cork/pr/intern-ints
bnmnetp Jul 8, 2022
42ede17
Merge branch 'master' into pr/namedtuple
bnmnetp Jul 9, 2022
652863c
Merge branch 'master' into fix/float-typo
s-cork Jul 10, 2022
d14755c
Merge pull request #1427 from s-cork/fix/float-typo
s-cork Jul 10, 2022
ae9a36f
More descriptor suspension awareness
s-cork Jul 30, 2022
0e0f31a
Merge pull request #1450 from s-cork/pr/descr-suspends
meredydd Jul 30, 2022
7fe11a1
fix frozenset has a non writable property
s-cork Aug 18, 2022
015e9df
Merge pull request #1451 from s-cork/fix/frozenset
s-cork Aug 18, 2022
ec26215
Merge branch 'master' into pr/namedtuple
s-cork Aug 24, 2022
afb75ba
Merge pull request #1439 from s-cork/pr/namedtuple
s-cork Aug 24, 2022
879b72a
fix: time.localtime has wrong offset
s-cork Sep 4, 2022
3c8167f
Merge pull request #1457 from skulpt/fix/localtime-dst
bnmnetp Sep 4, 2022
f2c18d1
pr: account for a python string being a key in a skulpt keyword array…
s-cork Nov 4, 2022
abf828b
Merge pull request #1472 from s-cork/pr/kw-str-array
meredydd Nov 10, 2022
afef2cf
Add Failing test for #1470
s-cork Nov 3, 2022
22a8f74
fix repeated keyword unpacking in compile.js
s-cork Nov 3, 2022
84846e1
Merge pull request #1471 from s-cork/fix/keyword-repeats
meredydd Nov 10, 2022
c2b2323
fix: when using tp$descr_get always send the second arg for internal …
s-cork Sep 3, 2022
77f438a
Merge pull request #1456 from s-cork/fix/descr_get_args
s-cork Nov 10, 2022
5327ada
add failing test for Suspension bug with object.__getatribute__
s-cork Aug 19, 2022
21ebb49
fix __getattribute__ should be suspension aware
s-cork Aug 19, 2022
8cd06ef
Add an additional failing test for suspension bug with `__get__` and …
s-cork Aug 19, 2022
15a6c81
Tweak implementation - have a fail safe for the non-suspension case a…
s-cork Nov 10, 2022
de6a5ef
Merge pull request #1452 from s-cork/fix/suspension-dunders
s-cork Nov 10, 2022
1670ec0
implement uuid
s-cork May 25, 2021
b8277d0
wip uuid
s-cork Nov 8, 2022
4a43220
Tests: add uuid tests direct from cpython
s-cork Nov 8, 2022
0bb7439
Tests: edit uuid tests for skulpt implementation
s-cork Nov 8, 2022
e5839ff
BuildNativeClass - make sure we fix reserved words and also ensure tp…
s-cork Nov 8, 2022
802abff
Fix parsenumber which was failing in the tests for long integers that…
s-cork Nov 8, 2022
25cb479
Partial implementation of to and from bytes with tests
s-cork Nov 8, 2022
a18083d
Update uuid.js
s-cork Nov 8, 2022
f40336e
Skip the uuid tests since node doesn't suppor the crypto API we need 😔
s-cork Nov 8, 2022
ddd24e3
Add a polyfill for crypto.getRandomValues so we can pass the tests wh…
s-cork Nov 8, 2022
0afbd14
fix node doesn't have replaceAll polyfilled
s-cork Nov 8, 2022
377902d
uuid - fix repr and minor tweaks
s-cork Nov 9, 2022
1b8c791
int: don't rely on interned strings in from_bytes, to_bytes implement…
s-cork Nov 10, 2022
a30dd4b
int.from_bytes, to_bytes - extract the little/big function
s-cork Nov 10, 2022
f9da8a0
Merge pull request #1473 from s-cork/ideas/uuid
s-cork Nov 10, 2022
7868428
Change breakpoint in while statement for debugging
pingskills Oct 15, 2021
6c2c897
Merge pull request #1389 from pingskills/while_debug
meredydd Nov 18, 2022
5ab2b9c
fix bad variable declaration in compile code.
s-cork Jul 15, 2022
469dff8
simplify the code for setting the instance
s-cork Jul 15, 2022
1d10047
Merge pull request #1447 from s-cork/fix/compile-declare
s-cork Nov 18, 2022
3e03e30
func.__defaults__ should have a set method
s-cork Sep 2, 2022
21290f4
Merge pull request #1454 from s-cork/pr/__defaults__
s-cork Nov 18, 2022
f569bb6
fix reserved words don't need to be mangled in annotations - close #1428
s-cork Apr 19, 2022
3919281
Merge pull request #1429 from s-cork/fix/annotations
s-cork Nov 18, 2022
28350ef
dir: make make it match cpython
s-cork Feb 5, 2022
9d1be77
Merge pull request #1409 from s-cork/pr/dir
s-cork Nov 18, 2022
69fc3f1
Fix float and int don't support __index__
s-cork Mar 8, 2022
18cf376
Add comments about sk$int flag
s-cork Nov 18, 2022
9f3b629
fix bug with __delitem__ picked up in the tests after rebase
s-cork Nov 18, 2022
f098b52
Minor tweak to the __delitem__ change - reuse code for __delete__
s-cork Nov 18, 2022
20c4765
Merge pull request #1414 from s-cork/pr/__index__
s-cork Nov 18, 2022
16461f9
build(deps): bump loader-utils from 1.4.0 to 1.4.2
dependabot[bot] Nov 18, 2022
8802bfa
Merge pull request #1475 from skulpt/dependabot/npm_and_yarn/loader-u…
s-cork Nov 18, 2022
fae0e81
build(deps-dev): bump terser from 5.7.0 to 5.14.2
dependabot[bot] Nov 18, 2022
d0bc4e5
Merge pull request #1448 from skulpt/dependabot/npm_and_yarn/terser-5…
s-cork Nov 18, 2022
97f2dc8
build(deps): bump minimatch from 3.0.4 to 3.1.2
dependabot[bot] Nov 18, 2022
ea0e8f0
Merge pull request #1474 from skulpt/dependabot/npm_and_yarn/minimatc…
s-cork Nov 18, 2022
4892ca9
build(deps): bump markdown-it and jsdoc
dependabot[bot] Nov 18, 2022
a0b5d4b
Merge pull request #1476 from skulpt/dependabot/npm_and_yarn/markdown…
s-cork Nov 18, 2022
2f4519f
include a valueOf property for all the builtins that does the obvious…
s-cork Feb 18, 2021
c5b8522
adjusted ffi api
s-cork Sep 23, 2020
892621e
adjusted document api make it a lazy module and return proxy objects
s-cork Feb 18, 2021
9fde1f2
p5 example implementation
s-cork Feb 18, 2021
e4aa67e
p5 example implementation
s-cork Jul 16, 2021
80b99e9
include a js module with access to the window object
s-cork Feb 18, 2021
7ac7fcc
Add p5 callbacks and examples (#17)
nickmcintyre Mar 17, 2021
8a04643
Add a kill method to p5 implemenation
s-cork Jul 16, 2021
819f933
Updates to ffi API
s-cork Nov 22, 2022
58c760b
Merge pull request #1191 from s-cork/ffi_api
meredydd Nov 22, 2022
54e4269
implement json with tests
s-cork Nov 22, 2022
96c7916
fix: error message with an index that's too large
s-cork Nov 22, 2022
26dafe9
Merge pull request #1480 from s-cork/fix/tuple-index-error
s-cork Nov 22, 2022
e263e06
pr/fractions
s-cork Nov 22, 2022
5524d35
fractions: finish it of which involves implementing float hashing fun…
s-cork Nov 23, 2022
e662563
Fix some failing tests after changes
s-cork Nov 23, 2022
174f101
Add some hash tests from cpython, plus fraction.js comments
s-cork Nov 23, 2022
9e5aefb
fix build issues
s-cork Nov 23, 2022
4bffd40
Fix bug in float.js
s-cork Nov 23, 2022
a5d44e8
fix not possible for null to be an attribute
s-cork Dec 3, 2022
0bf37ad
build(deps): bump decode-uri-component from 0.2.0 to 0.2.2
dependabot[bot] Dec 7, 2022
b58d0d2
Merge pull request #1484 from skulpt/dependabot/npm_and_yarn/decode-u…
s-cork Dec 8, 2022
944f438
build(deps-dev): bump express from 4.17.1 to 4.17.3
dependabot[bot] Dec 8, 2022
1c2d571
build(deps): bump json5 from 1.0.1 to 1.0.2
dependabot[bot] Jan 8, 2023
1f77ea3
Remove dead link from readme
tarjeiba Jan 16, 2023
a5029b3
Update link to adding a module in README.md
tarjeiba Jan 17, 2023
7184b38
ffi: remove reference to window
s-cork Jan 17, 2023
a2e6140
Merge pull request #1490 from tarjeiba/master
bnmnetp Jan 17, 2023
b27660f
Correct typo in HACKING.md
hugetim Jan 31, 2023
1b01fe4
Merge pull request #1493 from hugetim/patch-1
bnmnetp May 8, 2023
5559418
re module updated
s-cork Oct 5, 2020
b55de77
re tests
s-cork Oct 5, 2020
877c0bc
adjust inline flags
s-cork Oct 5, 2020
5804fd9
allow mapping proxy to be called internally
s-cork Oct 3, 2020
163f725
put bigup on JSBI - todo use this elsewhere
s-cork Oct 3, 2020
3cde566
remove debugger
s-cork Feb 19, 2021
19a8b49
make sure that matchAll gets polyfilled by updating webpack/closure
s-cork Feb 19, 2021
8244702
deconstruct Sk object and use prototype.sticky rather than try catch
s-cork Aug 13, 2021
e15de92
re tests remove verbosity
s-cork Aug 13, 2021
1585000
fix up after rebase
s-cork Jun 2, 2023
fab9011
Merge pull request #1206 from s-cork/1192/update_re
bnmnetp Jun 2, 2023
fbb4c6f
fix undeclared variable
s-cork Jun 3, 2023
ca6b2c8
Merge branch 'master' into json
bnmnetp Jun 4, 2023
9b6a84b
Merge pull request #1339 from s-cork/json
bnmnetp Jun 4, 2023
4cd2177
Merge branch 'master' into fix/re
bnmnetp Jun 4, 2023
21a9cd4
Merge pull request #1502 from s-cork/fix/re
bnmnetp Jun 4, 2023
dbfe8c5
Merge branch 'master' into fix/window-ffi
bnmnetp Jun 4, 2023
ba00487
Merge branch 'master' into dependabot/npm_and_yarn/json5-1.0.2
bnmnetp Jun 4, 2023
c0b0fd3
Merge branch 'master' into dependabot/npm_and_yarn/express-4.17.3
bnmnetp Jun 4, 2023
ec75f8e
Merge pull request #1491 from s-cork/fix/window-ffi
bnmnetp Jun 4, 2023
fc7518c
Merge branch 'master' into dependabot/npm_and_yarn/json5-1.0.2
bnmnetp Jun 4, 2023
9227371
Merge pull request #1489 from skulpt/dependabot/npm_and_yarn/json5-1.0.2
bnmnetp Jun 4, 2023
24edcb8
Merge branch 'master' into null-attr
bnmnetp Jun 4, 2023
9f0b763
Merge branch 'master' into dependabot/npm_and_yarn/express-4.17.3
bnmnetp Jun 4, 2023
cdfa9c5
Merge pull request #1486 from skulpt/dependabot/npm_and_yarn/express-…
bnmnetp Jun 4, 2023
782168a
Merge branch 'master' into pr/fractions
bnmnetp Jun 4, 2023
76394b9
Merge pull request #1482 from s-cork/pr/fractions
s-cork Jun 6, 2023
78929c8
Merge branch 'master' into null-attr
s-cork Jun 6, 2023
e320552
Merge pull request #1483 from s-cork/null-attr
s-cork Jun 6, 2023
ab0c203
Fix lookbehind assertion browser test. Make sure it doesn't get minif…
s-cork Jun 7, 2023
7d6d6ae
Merge pull request #1503 from s-cork/fix/re-lookbehind
s-cork Jun 7, 2023
cad544c
New review process
bnmnetp Jun 7, 2023
0634f80
Tweak regex conversion to better handle python regex to js regex
s-cork Jun 8, 2023
5f8ab52
Update CONTRIBUTING.md
bnmnetp Jun 8, 2023
f4b9827
minor updates
bnmnetp Jun 8, 2023
01b5320
Merge pull request #1505 from s-cork/fix/re-brackets
s-cork Jun 8, 2023
b63450d
Merge branch 'master' into new_rules
bnmnetp Jun 8, 2023
5ab510e
Merge pull request #1504 from skulpt/new_rules
bnmnetp Jun 9, 2023
e9fdf8c
fix some re compile errors
s-cork Jun 9, 2023
65a2817
revert not throwing for invalid escape characters
s-cork Jun 9, 2023
b24b169
Merge pull request #1507 from s-cork/fix/re-compile-errors
s-cork Jun 9, 2023
1a6d284
re: fix more javascript escape fails
s-cork Jul 14, 2023
26b5b27
Merge pull request #1509 from s-cork/fix/re-escape-fails
s-cork Jul 14, 2023
4535dcf
property: fix can't subclass from property correctly and fix doc issu…
s-cork Sep 21, 2023
f3efd58
Merge pull request #1513 from s-cork/fix/property-subclass-doc
s-cork Sep 22, 2023
5c3c9e1
dict: fix setattr should not call mp$ass_subscript on the `__dict__`
s-cork Oct 10, 2023
7130d21
Merge pull request #1514 from s-cork/fix/gener-setattr
s-cork Oct 11, 2023
2c7130e
Fix unreserve words to __set_name__
s-cork Oct 11, 2023
b32d1c5
Merge pull request #1517 from s-cork/fix/setname-reserved-words
s-cork Oct 11, 2023
35e4a22
ffi: wrap symbols
s-cork Oct 12, 2023
7609869
Merge pull request #1518 from s-cork/fix/ffi-symbol
s-cork Oct 14, 2023
e3e46eb
ffi: preserve arrays on javascript objects
s-cork Oct 15, 2023
d71b61d
use Sk.global instead
s-cork Oct 15, 2023
3afaf50
Remove debugging
s-cork Oct 15, 2023
c0ee3a8
Minor tweak to array check
s-cork Oct 16, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
224 changes: 116 additions & 108 deletions CONTRIBUTING.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ skulpt.min.js and skulpt-stdlib.js A very minimal installation only uses
skulpt.min.js, whereas if you want to use any modules they are in
skulpt-stdlib.js. Looking around the distribution you will not
immediately find skulpt.min.js because you need to build it. You get a
sculpt.js file by using the skulpty.py script that comes with the distribution.
sculpt.js file by using the skulpt.py script that comes with the distribution.
running `./skulpt.py --help` will give you the full list of commands, but the two
that you probably most care about are `npm run build` and `npm run docbi`
The dist command builds both skulpt.min.js and skulpt-stdlib.js docbi builds
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ There is plenty of work still to do in making improvements to Skulpt. If you wo

1. Create a Github account if you don't already have one
2. Create a Fork of the Skulpt repository -- This will make a clone of the repository in your account. **DO NOT** clone this one. Once you've made the fork you will clone the forked version in your account to your local machine for development.
3. Read the HACKING.md file to get the "lay of the land". If you plan to work on creating a module then you may also find this [blog post](http://reputablejournal.com/adding-a-module-to-skulpt.html) helpful.
3. Check the issues list for something to do.
4. Follow the instructions above to get skulpt building
5. Fix or add your own features. Commit and push to your forked version of the repository. When everything is tested and ready to be incorporated into the master version...
6. Make a Pull Request to get your feature(s) added to the main repository.
3. Read the HACKING.md file to get the "lay of the land". If you plan to work on creating a module then you may also find this [blog post](https://reputablejournal.com/2011/03/18/adding-a-module.html) helpful.
4. Check the issues list for something to do.
5. Follow the instructions above to get skulpt building
6. Fix or add your own features. Commit and push to your forked version of the repository. When everything is tested and ready to be incorporated into the master version...
7. Make a Pull Request to get your feature(s) added to the main repository.


## Community
Expand Down
4 changes: 2 additions & 2 deletions gen/parse_tables.js
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,7 @@ labels:
[1, 'True'],
[3, null],
[1, 'not'],
[1, 'null'],
[1, 'None'],
[55, null],
[2, null],
[25, null],
Expand Down Expand Up @@ -1714,7 +1714,7 @@ labels:
[341, null]],
keywords:
{'False': 33,
'null': 9,
'None': 9,
'True': 6,
'and': 47,
'as': 108,
Expand Down
Loading