Urs C Muff
MindTouch, Inc.
Senior Software Architect
Skype: umuff71
Todo
-
Prototype for JavaScript connector
-
Database service
-
Console service
Source
with BUGBUGBUG:
- mindtouch.core/scheduler.cs:70: // BUGBUGBUG (steveb): there is a nasty race condition with disposing and timer triggering
- mindtouch.core/scheduler.cs:100: // BUGBUGBUG (steveb): changing the timer will fail if 'delay' is greater than int.MaxValue
with TODO:
- mindtouch.core/directoryservice.cs:97: // TODO (steveb): need to catch dream exceptions and pass them on to caller
- mindtouch.core/dreamenv.cs:77: // TODO (steveb): we should use a counter and timeout to shutdown properly
- mindtouch.core/dreamenv.cs:168: // TODO (steveb): this needs to be re-engineered
- mindtouch.core/feature.cs:201: // TODO (steveb): we should use binary search to find a matching signature
- mindtouch.core/hostservice.cs:145: // TODO (steveb): let's check all fields in the service blueprint (presence & validity)
- mindtouch.core/hostservice.cs:225: // TODO (steveb): announce to all root-level services that we're shutting down
- mindtouch.core/hostservice.cs:279: // TODO (steveb): validate all fields in the blueprint (presence & validity)
- mindtouch.dream/cue.cs:201: // TODO (steveb): we can do better than block a thread to complete this operation
- mindtouch.dream/cue.cs:217: // TODO (steveb): we can do better than block a thread to complete this operation
- mindtouch.dream/httpplug.cs:49: // TODO (steveb): we currently only support sending 1 message to a HTTP invocation target; we can improve upon this later.
- mindtouch.dream/httpplug.cs:95: // TODO (steveb): instead of relying on the presence of the 'packetsize' query argument, we should use response headers
- mindtouch.dream/plug.cs:189: // TODO (steveb): we should allow Cue to inject exceptions
- mindtouch.dream/response.cs:164: // TODO (steveb): CONFLICT responses are supposed to contain information on how to avoid the conflict
- mindtouch.dream/response.cs:176: // TODO (steveb): ACTIONNOTALLOWED responses must contain a list of valid verbs
- mindtouch.dream/XDoc.cs:76: // TODO (steveb): there has to be a more efficient way to convert an object to an xdoc
- mindtouch.dream/XDoc.cs:689: // TODO (steveb): we should be using TryParse, but there is a bug in Mono 1.1.15 that prevents us from using it.
- mindtouch.dream/XUri.cs:327: // TODO (steveb): we should be using TryParse, but there is a bug in Mono 1.1.15 that prevents us from using it