Historique des commits

Auteur SHA1 Message Date
  Jason Grout dc0f3c294e Use convenience typing IShellControlMessage where applicable. il y a 5 ans
  Johan Mabille facfd0f063 stdin logic added back into KernelFutureHandler il y a 5 ans
  Johan Mabille 3d26bda66c Removed dbug messages il y a 5 ans
  Afshin T. Darian 376253db1e Deprecate the onStdin handler on the generic IFuture. il y a 5 ans
  Afshin T. Darian 84023f00b3 Make IFuture typeparams optional for backward compability. il y a 5 ans
  Johan Mabille ea00a7b2e8 Message can now be sent on control channel il y a 5 ans
  Jason Grout 726ce5e19d Make kernel message typing follow the spec more closely. il y a 6 ans
  Jason Grout e33d477c1d Make kernel message typing much more precise. il y a 6 ans
  Ian Rose 714d731139 Listen to the polling service managers for connection failures. il y a 6 ans
  Ian Rose 12e261fc46 Begin adding connection failure signals to the polling service managers. il y a 6 ans
  Jason Grout 51c3ad924d Make a new ‘autorestarting’ kernel status for restarts we didn’t cause. il y a 6 ans
  Richa Gadgil d7ceeca96e Cell ID Metadata (#5033) il y a 6 ans
  Jeremy Tuloup 160dac74cf Codespell run on the code base il y a 6 ans
  Grant Nestor 74eac68b72 Make codebase prettier il y a 6 ans
  Jason Grout 911c6dee7c Fix function documentation. il y a 6 ans
  Jason Grout adca029b74 Initial propagation of the connectTo changes. il y a 6 ans
  Jason Grout f7e3b10976 WIP change kernel connectTo function to be synchronous. il y a 7 ans
  Jason Grout bef62129bf Some minor cleanup. il y a 6 ans
  Jason Grout be6a65ae42 Remove kernel message logging il y a 6 ans
  Jason Grout b40abcd142 Kernel message hooks should also accept promises il y a 6 ans
  Jason Grout 2ef505f040 Add logging of kernel messages for testing. il y a 6 ans
  Jason Grout 6ec05db5d3 Adjust logging to use a single exported function. il y a 6 ans
  Jason Grout dd50e935d4 Add removeCommTarget and removeMessageHook functions to kernels. il y a 7 ans
  Jason Grout cb2b5f8392 Message hooks can return promises, so update the type signature. il y a 7 ans
  Jason Grout ba3e81eb2d Documentation updates and code reorganization. il y a 7 ans
  Jason Grout 6ae2a936f9 Add/enhance documentation and comments. il y a 7 ans
  Jason Grout ee17a1fae1 Better typing: Promise<void> -> PromiseLike<void> il y a 7 ans
  Jason Grout 17b7aa7159 Standardize on async return types being: value | Promise<value> il y a 7 ans
  Jason Grout d7ea1bb808 Make connectToComm synchronous. il y a 7 ans
  Jason Grout 958f91fcea Make the IAnyMessage message readonly. il y a 7 ans