Guy Gastineau

Results 80 comments of Guy Gastineau

Tally for namespacing: | Contributors | With Function | With `::` | None | | -------------------- | ---- | ----- | -------------- | | @guygastineau | :x: | :x: |...

@IsaacG I assume you mean with `::` from our earlier conversations?

@glennj I meant using a function that takes subcommands to act as the entry point for the library.

So, I think the gross solution that is supposed to be shipped with the exercise for the student to refactor got too many linting suggestions and made the Travis build...

Actually a bunch of the linting warnings came from my `clean` solution too. I'll work on those. @sshine do you know if that is why it failed?

Okay, so I got rid of the linting errors for the solution in `examples/success-standard/src`, but we should be expecting warnings from the sub-optimal solution given to the students to refactor....

I see that: ``` bash hlint ${TRAVIS_BUILD_DIR} # Run `hlint` on the entire repository. ``` returns `1` as it's exit code if any warnings are given. That seems like desirable...

So I just discovered that I can disable Hlint for that single file. If you all like the grotesqueness of the file that will be sent for refactoring, then I...

It appears like we can put the ignore rules in the stub file as `ANN` pragmas for it to apply specifically to that file. [hlint manual](https://hackage.haskell.org/package/hlint-1.7/src/hlint.htm) Unfortunately there are no...

I think I responded in some way to each thing 😆 I have to move a 1400 lb millingachine today, so I won't get any more work up until this...