William Rusnack

Results 93 comments of William Rusnack

Builder is an intriguing idea instead of char. I'll have to think about that since it does allow for more than one Word8 to be inserted. I think 6 and...

@Bodigrim @clyring I am having a performance problem with trying to consolidate the special printers. When I apply the changes in [commit](https://github.com/BebeSparkelSparkel/bytestring/commit/01576c5513c96811fd9c2d39710012c9ef9e5dd2) the performance for printing NaN, Infinity, and 0...

@clyring Please focus on 1. #638 -- Adds tests that will fail without #637 1. #637 -- the big one The others can come later.

Something that I have found to be very useful is being able to have cli arguments overpower with config file settings. I do appreciate your non intermixing of config opinion...

This isn't a great example but bitcoind allows for this behavior https://manpages.debian.org/testing/bitcoind/bitcoind.1.en.html The conf file field can be superseded by the cli parameter

I currently do not have a good design for this. Do you have any thoughts on the limited expressiveness of the state? The Parameter Sections #48 could be a solution...

ADT sounds better. Allows a lot more functionality. Not sure what to name the function though unless we want to break `margin`

Example of this problem ``` All Properties lowlevel input-output t_write_read: 384% ``` when using `withMaxSuccess 1000 ...`

Error in this line https://github.com/UnkindPartition/tasty/blob/dcbf32078133aa2b569774c417cc49a49f5c573b/quickcheck/Test/Tasty/QuickCheck.hs#L267

@Bodigrim Nothing wrong with the parser. QuickCheck prints the number of tests run and not the % done. Also, the number of tests to run cannot be gotten with out...