1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Sep 29, 2024 — Sep 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Created ExecuteRequestHandler, added ActorLoader methods for interpreter and relay. More... about 11 years ago
Implemented ActorLoader with SimpleActorLoader More... about 11 years ago
Restored SparkKernel back to form before I began using it for dirty testing More... about 11 years ago
Added scratch test information to README More... about 11 years ago
Updated ScalaInterpreter to mask Console and System for output-related functionality, refactored MultiWrite references to MultiOutputStream, added some tests in the SparkKernel application More... about 11 years ago
Added WrapperConsole that overwrites Console print-related functionality and passes all additional calls to underlying Console object, added WrapperSystem that overwrites stream access and passes all additional calls to underlying System object More... about 11 years ago
Added DynamicSupport class, allowing reflective magic with 'missing_method' capabilities similar to Ruby - to be used with wrapper classes in interpreter More... about 11 years ago
Removed unneeded Apache commons IO dependency More... about 11 years ago
Refactored MultiWriter into MultiOutputStream More... about 11 years ago
Created KernelInfoRequestHandler and SparkKernelInfo More... about 11 years ago
Added Relay for relaying KernelMessages through the kernel, Added definition of ActorLoader for loading actors. More... about 11 years ago
Fixed tests targeting interpreter to expect tuple More... about 11 years ago
Removed use of postfix operation (fixes warning) More... about 11 years ago
Created SocketConfigReader and added initial actors to SparkKernel More... about 11 years ago
Move IOPubSpec to Spark package More... about 11 years ago
Added enumeration of message types for relaying messages to actors More... about 11 years ago
Fixed package imports during merge. More... about 11 years ago
Refactored ClearOutput and ExecuteResult under new package and merged with package refactoring More... about 11 years ago
Refactored ClearHistory to be ClearOutput, Added ExecuteResult content type. More... about 11 years ago
[BROKEN] Several updates: More... about 11 years ago
Added MultiOutputStream to support piping output to multiple locations More... about 11 years ago
Fixed bad refactoring to com.ibm.spark More... about 11 years ago
Removed jacoco coverage plugin, added scoverage plugin More... about 11 years ago
Added code coverage plugin for sbt More... about 11 years ago
Fixed the following warnings: More... about 11 years ago
Refactored to use com.ibm.spark as base package instead of com.ibm More... about 11 years ago
Updated await duration to 5 seconds in Gino's scratch experiment, added type to catch case to remove warning More... about 11 years ago
Added IOPubSocketActor, tests, and fixed port conflicts for integration tests More... about 11 years ago
Refactored interpreter actor and tasks into v5 protocol More... about 11 years ago
Created shell socket actor and tests More... about 11 years ago