Daniel Goertzen

Results 81 comments of Daniel Goertzen

Thanks @maralorn , I'll have to give those PRs a try.

Another problematic case: ``` data Blarg = Blarg { field1 :: Int , field2 :: String , -- these are optional field3 :: Maybe Int , field4 :: Maybe Int...

"if a build system requires a 'clean', it is broken." I understand the ideology wrt building targets, but there are many uses for clean that have nothing to do with...

Thanks, I'll have to look at that git clean command. It may cause issues with the IDEs I use; sometimes they leave useful artifacts that are neither build or source...

Thanks for the prompt review, I appreciate it!

Additional thought: For maximum flexibility the QGL document could be accepted as a string instead of as a filename. The HLS issue linked above suggests the use of the `embed-file`...

That's right. I'm looking for an example of a plugin that does exactly that and uses those deps at build time.

Okay, no worries then. I'll try to figure things out.

Merge tags along with other types are described here: http://yaml.org/type/ I use merge tags myself, and pyyaml supports a number of these extensions by default so I am inclined to...

Thank you for your comments. I've only really discovered Rust this week, and monkeying with higher level bindings will be a great way for me to learn the language. Your...