-
Notifications
You must be signed in to change notification settings - Fork 1.5k
synclink integration #1258
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
Merged
Merged
synclink integration #1258
Changes from 1 commit
Commits
Show all changes
73 commits
Select commit
Hold shift + click to select a range
c9276a3
integrate synclink
madhur-tandon a3fd1f8
fix a few more tests
madhur-tandon 621286f
more improvements
madhur-tandon d741d17
fix test_interpreter.py
madhur-tandon a5537d7
lint + fix most of py-repl tests
madhur-tandon c9dce56
fixed py-repls
madhur-tandon 04951e2
fix one more flaky py-repl test
madhur-tandon 1c08c3a
fix more tests
madhur-tandon cd76379
fix one more flaky test
madhur-tandon 6aebe5b
more linting fix
madhur-tandon 52ee4c5
trying to fix plugins...
madhur-tandon 769be90
fix lot of examples
madhur-tandon 5120fc2
fix test_interpreter again
madhur-tandon a26e21f
fix more tests
madhur-tandon 4f737cc
linting
madhur-tandon d3318b9
fix py-repl test once again
madhur-tandon a9882a7
remove redundant print
madhur-tandon 7d70b93
remove unused import
madhur-tandon 1467c80
try fixing js unit tests
madhur-tandon 2d1293c
add beforePyReplExec and afterPyReplExec as methods for Plugin Class
madhur-tandon 6b6eda6
fix linting
madhur-tandon d1eee4b
fix jest based issues
madhur-tandon c4b9abb
fix unit tests
madhur-tandon 6095571
linting
madhur-tandon 826d85a
fix test_dynamically_add_py_script_tag
madhur-tandon 464ed3e
Fix async execution order (#1303)
hoodmane d94cb28
minor improvements to unit tests
madhur-tandon ce17350
Revert "Fix async execution order (#1303)"
madhur-tandon cce13d0
remove unused import
madhur-tandon 66287e7
resolve conflicts
madhur-tandon 4be1711
xfail integration tests
madhur-tandon d28f022
remove redundant imports
madhur-tandon 54d55b7
comment out main.test.ts
madhur-tandon 68a4043
fix jest for CI
madhur-tandon e1e0c71
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4b124c3
comment out whole block instead of single lines
madhur-tandon 8c2e875
fix python unit tests
madhur-tandon a07ed13
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e623021
make py-repl tests more reliable
madhur-tandon ec939fc
more robust py-repl tests
madhur-tandon d106d73
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 999090c
fix codespell false positive
madhur-tandon 740098b
increase line length for ruff
madhur-tandon 60dfa45
make one more py-repl test robust
madhur-tandon 8d52815
more py-repl tests fixes
madhur-tandon 9e88bca
more py-repl fixes
madhur-tandon d1a40a7
suggested changes
madhur-tandon cfb232d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f661d48
fix line too long
madhur-tandon cb52a62
add awaits for afterPyReplExec
madhur-tandon e059f1d
fix test_image_display
madhur-tandon bbd7b99
disable eslint for some lines
madhur-tandon b4d138e
fix py-repl test + suggestions from Andrea
madhur-tandon fcee8fa
add numPendingTags check inside decrementNumPendingTags function
madhur-tandon
8000
Mar 27, 2023
fad1958
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c9a29eb
rename pending tags functions
madhur-tandon 575b9fa
add a Makefile rule to run pre-commit checks
antocuni 3b31f99
modify the eslint rules. We want to be able to use the 'any' type
antocuni 7958bd2
these should be off, not error
antocuni 73d4332
Revert "disable eslint for some lines"
madhur-tandon ace163e
change 2000 to 200 for timeout in run_js tests
madhur-tandon a0e30ec
fix a few eslint issues
madhur-tandon 2760b72
use any instead of wrong type
madhur-tandon c68f550
Fix some types
hoodmane 4f23c8b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 282fc7c
more py-repl fixes + remove test for without run_js
madhur-tandon de03910
use await for registerWidget
madhur-tandon 006d8cf
Fix types more
hoodmane 542b0ff
put the line length back to 105, and fix these two lines by making th…
antocuni e8458d3
don't use self.page.waitForTimeout, it's much better to wait for a me…
antocuni 1174d93
resolve conflict
madhur-tandon befdd37
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] dc7505f
skip pylist test
madhur-tandon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add beforePyReplExec and afterPyReplExec as methods for Plugin Class
- Loading branch information
commit 2d1293c7427aa1e659b9f3014a7f04b43100c9da
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Type here is wrong since it's a SynclinkProxy.