summaryrefslogtreecommitdiff
path: root/issues/closed/342.txt
blob: 3483f4d0335dd9fcc2cf9c15a2570b5f7d4acdd4 (plain)
1
2
3
4
5
6
7
8
9
Id: 342 
Subject: eliminate series of test functions from the input stream interface 
Tracker: Feature 
Status: Completed 
Fixed-Version: 0.4 
Created-On: Thu Dec 29 10:37:42 -0800 2011 
Updated-On: Sat Jan 21 14:04:38 -0800 2012 
 
rather than calling a series of tests for exceptional situations, us one main get data function and return the exceptional circumstances from that. This is helpful in the split between wrapper and implementation streams.