ldanko

Results 4 issues of ldanko

Hi, Not sure it this is musl-cross-make bug or gcc bug, but on arm-linux-musleabihf (I think the same is for other arm builds) at least two symbols are missing from...

`StartElementBuilder` allows for duplicated and unnamed attrubutes. For example: ```Rust let element = XmlEvent::start_element("MyElement") .attr("", "") .attr("", "foo") .attr("bar", "foo") .attr("bar", "") ``` Results with: ```XML ```

triangle example crashes on startup when running on Fedora 25 / VirtualBox: ``` $ RUST_BACKTRACE=1 target/debug/examples/triangle OpenGL Warning: glXChooseVisual: ignoring attribute 0x22 thread 'main' panicked at 'gl function was not...

Lushtags error in my source code: lushtags: user error (Parse error: SrcLoc {srcFilename = "Main.hs", srcLine = 53, srcColumn = 5}: Parse error: /) ``` haskell mkYesod "UpgradeApp" [parseRoutes| /...