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
sangar is reviewing my PR -- can we do one of two things
wait to PR the fix, or
push your fix to your own branch here and i'll merge it by hand into my PR
Sangar is reviewing my enormous PR, and I'm working on reducing memory cost to openos boot
I should have 2 PRs for openos 1.6, the first is the bulk of the work, the 2nd will mainly be memory optimizations (with a few minor bug fixes I find along the way)
PR1: openos overhaul, bash like shell and more bin utils #1610
You can test that to verify your terminal code
I'm in the process of getting rid of __gcs right now (see #1606). For file handles I'm adding a userdata handle wrapper, for this... I'll just remove it. Yes, things may derp around when a window is 'lost', but that's not a big issue compared to real resources (as is potentially the case with file handles).
The workaround isn't that hard. Stopping the cursor blink can be moved to the toggleblink and the neighbour lists need some additional data to detect "gaps".
5 commit comments
payonel commentedon Jan 20, 2016
in term.lua, the __gc of the metatable is assigned twice
29c49e0#diff-a97cafc4e4a993f5f6cf8eba5cedf0ffR22
Is that correct?
mpmxyz commentedon Jan 20, 2016
Oops... (I'll fix that in the next days.)
Btw.: You asked me to test parts of your changes to OpenOS? Where can I find them?
payonel commentedon Jan 20, 2016
sangar is reviewing my PR -- can we do one of two things
Sangar is reviewing my enormous PR, and I'm working on reducing memory cost to openos boot
I should have 2 PRs for openos 1.6, the first is the bulk of the work, the 2nd will mainly be memory optimizations (with a few minor bug fixes I find along the way)
PR1: openos overhaul, bash like shell and more bin utils #1610
You can test that to verify your terminal code
fnuecke commentedon Jan 31, 2016
I'm in the process of getting rid of
__gc
s right now (see #1606). For file handles I'm adding a userdata handle wrapper, for this... I'll just remove it. Yes, things may derp around when a window is 'lost', but that's not a big issue compared to real resources (as is potentially the case with file handles).mpmxyz commentedon Jan 31, 2016
The workaround isn't that hard. Stopping the cursor blink can be moved to the toggleblink and the neighbour lists need some additional data to detect "gaps".