Eugene

Results 4 issues of Eugene

This is to follow-up the [PR][] that removed `

Also, if the error pointer in `nil`, don't try to return an error; otherwise, the library crashes. Partially related to https://github.com/amarcadet/XMLReader/issues/12.

This patch fixes build errors with PureScript 0.11.4. There are 93 warnings left, i don't know if they are new. My fix is in this commit: https://github.com/eunikolsky/purescript-simple-dom/commit/4358ce7a6f88457184af70f0eb44855a50dec1f5, and this branch...

This patch adds two `podspec` files for the two parts of the library. One `podspec` with two `subspec`s didn't work, because they are not supposed to create different modules: https://github.com/CocoaPods/CocoaPods/issues/3979...