[update bugs
John Meacham <john@repetae.net>**20090829230256
 Ignore-this: 49fa7b07431dad76f43fb0877081e12e
] addfile ./bugs/issue-35cc6ddc1a577e163e9830b96f89151f0562c029.yaml
hunk ./bugs/issue-35cc6ddc1a577e163e9830b96f89151f0562c029.yaml 1
+--- !ditz.rubyforge.org,2008-03-06/issue 
+title: parse error on where
+desc: |-
+  a 'where' should be able to end a do block when indented at the same level.
+  here is a test case.
+  
+  >  configureFlagWithDefault :: String -> String -> String
+  >                           -> C () -> (String -> C ()) -> C FranchiseFlag
+  >  configureFlagWithDefault n argname h defaultaction j =
+  >   do whenC amConfiguring $ addHook n defaultaction
+  >      return $ FF $ Option [] [n] (ReqArg (addHook n . j') argname) h
+  >      where j' v = do putV $ "handling configure flag --"++n++" "++v; j v
+type: :bugfix
+component: front_end
+release: 
+reporter: John Meacham <john@repetae.net>
+status: :unstarted
+disposition: 
+creation_time: 2009-08-29 23:01:16.342844 Z
+references: []
+
+id: 35cc6ddc1a577e163e9830b96f89151f0562c029
+log_events: 
+- - 2009-08-29 23:01:17.411021 Z
+  - John Meacham <john@repetae.net>
+  - created
+  - ""
addfile ./bugs/issue-a5f0a804e60ea4297c09ff8662e8d1bfbdc8e222.yaml
hunk ./bugs/issue-a5f0a804e60ea4297c09ff8662e8d1bfbdc8e222.yaml 1
+--- !ditz.rubyforge.org,2008-03-06/issue 
+title: fails when the same library is imported more than once
+desc: when the same library is imported more than once then jhc reports it as a conflict, it should merge such imports.
+type: :bugfix
+component: front_end
+release: 
+reporter: John Meacham <john@repetae.net>
+status: :unstarted
+disposition: 
+creation_time: 2009-08-29 22:59:46.673238 Z
+references: []
+
+id: a5f0a804e60ea4297c09ff8662e8d1bfbdc8e222
+log_events: 
+- - 2009-08-29 22:59:47.893146 Z
+  - John Meacham <john@repetae.net>
+  - created
+  - ""
addfile ./bugs/issue-f30b8d5401d7ead1fcdf4a503aa797852ad895d3.yaml
hunk ./bugs/issue-f30b8d5401d7ead1fcdf4a503aa797852ad895d3.yaml 1
+--- !ditz.rubyforge.org,2008-03-06/issue 
+title: IO exceptions are not working properly
+desc: IO exceptions are basically a stub, in addition, they behave oddly in certain ways, such as printing to stdout instead of stderr.
+type: :bugfix
+component: libraries
+release: 
+reporter: John Meacham <john@repetae.net>
+status: :unstarted
+disposition: 
+creation_time: 2009-08-29 23:02:27.581638 Z
+references: []
+
+id: f30b8d5401d7ead1fcdf4a503aa797852ad895d3
+log_events: 
+- - 2009-08-29 23:02:28.394912 Z
+  - John Meacham <john@repetae.net>
+  - created
+  - ""