nponeccop
nponeccop
- [ ] Use `st ^.` https://github.com/ptol/oczor/blob/master/src/Oczor/Compiler/Compiler.hs#L100 - [x] Use patterns: https://github.com/ptol/oczor/blob/master/src/Oczor/Converter/CodeGenAst.hs#L52 - [x] Use `.` and ``: https://github.com/ptol/oczor/blob/master/src/Oczor/Converter/Converter.hs#L33 - [x] Use `$`: https://github.com/ptol/oczor/blob/master/src/Oczor/Converter/Converter.hs#L44 - [x] Replace with `case`: https://github.com/ptol/oczor/blob/master/src/Oczor/Converter/Converter.hs#L108...
There are 6 places which list the old homepage: ``` [foo@bar ShipIt-0.60]$ grep -R appspot . ./README: http://contributing.appspot.com/shipit ./shipit:L ./CONTRIBUTING: http://contributing.appspot.com/shipit ./ChangeLog: * Added a bunch of links to http://contributing.appspot.com/shipit...
The problem makes tests fail on 5.23.9+, supposedly because of changes in `version.pm`: http://matrix.cpantesters.org/?dist=ShipIt+0.60 RT contains fixes, however it's not clear to me if they are good: https://rt.cpan.org/Public/Bug/Display.html?id=112501
I need to perform an equivalent to `git checkout {commithash}` but I only know the original git hash. Is it possible with hg-git? `hg up` uses hg hashes which are...
There is [From monoids to near-semirings: the essence of MonadPlus and Alternative][foo] article worth including in `free`. [foo]: https://lirias.kuleuven.be/bitstream/123456789/499951/1/main.pdf
CentOS has all ports locked by default. While there is a dirty solution of disabling iptables, we won't go that way.
`-k` doesn't work well, as a separate SSH run is still needed for `known_keys`
e.g. `libnss_dns` requires `libresolv`, so when adding the former the latter should be added automatically