Lets update the demo page, since we have a new shiny console added!#718
Lets update the demo page, since we have a new shiny console added!#718coolreader18 merged 557 commits intoreleasefrom
Conversation
Socket OSError
[WASM] Add row and column info of a syntax error to the JS error
Convert most tuple/list methods to new args style
Add __annotations__ attribute to functions.
Use py_module at more places.
# Conflicts: # vm/src/function.rs
Allow functions that don't take any args
Make IOBase a context manager
Convert function, method, builtin_*, frame, and generator to Any payload
Convert iterator to Any payload
Convert memoryview and slice to Any payload
Unify property like objects
Introduce IntoPyStringRef to make vm.get_attribute more usable.
Fix the Display impl for PyRef
Change the WASM example to use rustpython from npm
Put RefCell around frames member of VirtualMachine.
Avoid attribute protocol
Convert all &mut VirtualMachine to &VirtualMachine
Fix format
Use first argument in super
Make the REPL handle line continuation better #711
Codecov Report
@@ Coverage Diff @@
## release #718 +/- ##
===========================================
+ Coverage 48.43% 48.68% +0.24%
===========================================
Files 69 81 +12
Lines 14398 15569 +1171
Branches 3593 3809 +216
===========================================
+ Hits 6973 7579 +606
- Misses 5562 6189 +627
+ Partials 1863 1801 -62
Continue to review full report at Codecov.
|
|
I pushed to master a commit that would have webpack print out "keepalive" every 5 minutes because otherwise Travis would end the build for being "inactive" for 10 minutes, and it looks like it worked! |
|
What's happening for these 10 minutes that doesn't print anything? |
|
I think it's probably not caching |
No description provided.