1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 20 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
MozRepl: inspect utility now by default only goes one level deep. More... almost 18 years ago
MozRepl: *really* handle input separators, even if they come in the middle of a stream transfer, not just at the end. More... almost 18 years ago
MozRepl: fixed sending of region; migrating repl when entering new toplevel (i.e. window); renamed back() to exit() and exit() to quit(). More... almost 18 years ago
MozUnit: no longer generates summaries; more rational test result (now test 'report') handling via callback. More... almost 18 years ago
MozRepl: skipping blank input. More... almost 18 years ago
MozRepl: updated legacy print function to reference the 'repl' toplevel object. More... almost 18 years ago
MozRepl: renamed 'leave' as 'back', otherwise it could be confused with 'exit'. More... almost 18 years ago
MozUnit: updated default output modes to reflect current repl. More... almost 18 years ago
MozRepl: added inspect() function. More... almost 18 years ago
MozRepl: changed 'chunk' mode to 'newline': evaluation is triggered by newline (removes spurious evaluations from emacs, which sends newline separately). More... almost 18 years ago
MozRepl: first draft of 'syntax' input mode, where incomplete input (thus causing syntax errors) is accumulated until it is valid. More... almost 18 years ago
MozRepl: repl and session merged together, this time the other way round: network listener is inside repl. More... almost 18 years ago
MozRepl: removing repl from context after exiting. More... almost 18 years ago
MozRepl: bad arrangement of exception-checked code caused prompt not to be printed after exception. Fixed. More... almost 18 years ago
MozRepl: fixed assignment mistyped as comparison. More... almost 18 years ago
MozRepl: added prompt, fixed print() argument handling, added chunk input mode (where no terminator is waited for). More... almost 18 years ago
MozRepl: factored stack trace formatting routine out, removed legacy commands detection, parameterized multiline input terminator. More... almost 18 years ago
MozRepl: re-added 'output' string in session: since session holds the output stream, it's fair to pass through session to do something with it. More... almost 18 years ago
MozRepl: moved input-building from session to repl. More... almost 18 years ago
MozRepl: no longer REPL follows user into a context, instead it stays into a toplevel context (but evals in user's one). REPL name is chosen so as not to collide with other REPLs. More... almost 18 years ago
MozRepl: moved REPL handler from session to separate file. More... almost 18 years ago
MozRepl: removed obsolete functions from session. More... almost 18 years ago
MozRepl Session: removed special commands (such as ::load), repl helper does same work much better. More... almost 18 years ago
Renamed MozRepl interface to ui. More... almost 18 years ago
MozRepl Session: added load function to the "travelling helper". More... almost 18 years ago
MozRepl: fixed legacy devbox.mozrepl.dump() function. More... almost 18 years ago
MozRepl Session/Server: sessions are no longed named nor stored in a hash, they're stored in an array. More... almost 18 years ago
MozRepl: renamed interactor to session. More... almost 18 years ago
MozRepl Interactor: experimental context changing and repl helper that follows context. More... almost 18 years ago
MozUnit: in async strategy, performing teardown as separate step, so that it can still be called in case of failed setup. More... almost 18 years ago