You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an option to auto-import the content of JS window into Brython globals().
Add "JS vs Brython API vs CPython vs Emscriptem CPython vs Brython JS-DOM API vs Brython preconverted into JS" benchmarks+test results ? (I can get students on it for a project)
Requiring Pierre opinion (3):
Added generateArgs() function #2308 (comment)
Class and inheritance properties lost in JS <=> Brython conversions #2253 (comment)
null/undefined/None comparisons, and None Bry=>JS conversion. #2272 (comment)
Current tasks for Denis (3)
list.__init__
(require Pierre input for next step).[OPTIMISATION] Python method implemented in JS: improving them ? #2306
[Project] Produce standalone ES6 modules. #2292
[OPTIMISATION] Optimisations for DEBUG informations (easily done, big performances) #2270 (comment)
Bugs (1)
isinstance not working with JS arrays #2325
Brython features requests (3)
[Project] Produce standalone ES6 modules. #2292 (comment)
window
into Brythonglobals()
.(I can get students on it for a project)
Brython-Javascript interactions (5)
Class and inheritance properties lost in JS <=> Brython conversions #2253
null/undefined/None comparisons, and None Bry=>JS conversion. #2272 (comment)
window.Date == window.Date returns False [Potential HUGE performances increase] #2249
[OPTIMISATION] Implements str as string with prototype replacement. #2269
[CODE CLEANING/OPTI/BUG FIX] Improve List/Tupple/Array conversions #2299
Implements Integer as a BigInt ? #2268
[Project] Produce standalone ES6 modules. #2292
Improve JS code generated by AST (5)
[OPTIMISATION] Better conditions transcriptions from AST inside if/while/!/bool() #2274
[OPTIMISATION] improve performances upon fct call #2275
[OPTIMISATION] Improving argument parsing #2283
[OPTIMISATION] Optimisations for DEBUG informations (easily done, big performances) #2270
[List] Several HUGE performances optimisations. #2260 (comment)
Optimise Brython code written in JS (6)
Requires to rewrite JS files by hand little by little (50k+ lines).
[OPTIMISATION] improve performances upon fct call #2275
[OPTIMISATION] Improving argument parsing #2283
str.replace : well... why not using JavaScript's string replace ? #2267
Factorize assertions + Option "checks-mode=unsafe" to optimize runtime #2266
[OPTIMISATION] Python method implemented in JS: improving them ? #2306
++i
instead ofi++
when possiblelet
/const
[List] Several HUGE performances optimisations. #2260 (comment)
[List] Several HUGE performances optimisations. #2260
Brython helpers (3)
Safe use of Web Component #2265
browser.template.Template should NOT render the outer HTML #2240 (comment)
Documentation suggestions
See #2257
Unsolved issues (16 + 2PR)
Open PR:
Open issues:
List of closed issues
Temporary closed issues:
Closed PR:
Closed issues:
The text was updated successfully, but these errors were encountered: