practicalswift
commented at 7:52 am on May 18, 2017:
contributor
Typos introduced in 3810e976 and 2d2e1705 which were merged into master as part of #10199 twelve hours ago:
0$ git blame src/policy/fees.cpp | grep becuase
13810e976 (2017-03-07 11:33:44 -0500 789) * checks for 2*target becuase we are taking the max over all time
2$ git blame src/policy/fees.h | grep successfullly
32d2e1705 (2017-04-12 12:29:03 -0400 54) * representing that a tx was successfullly confirmed in less than or equal to
fanquake
commented at 8:03 am on May 18, 2017:
member
trivial ACK6516a9f
Im curious. What tool are you using to find these? I assume it’s being run in some automated way on the repository when new changes are merged? Why not merge the open pull requests instead, catch the typos/incorrect includes etc etc and then advise changes in the PRs while they are still open?
fanquake added the label
Docs and Output
on May 18, 2017
practicalswift
commented at 10:40 am on May 18, 2017:
contributor
For various reasons the Swift project is a bit more strict (i.e. near zero tolerance towards clang-tidy violations, full PEP-8 compliance, etc.), so I’m using a more relaxed subset of the same toolkit when gardening the Bitcoin project :-)
Unfortunately the toolkit work flow does not yet support checking not-yet-merged pull requests easily, but that is something I would like to add in the future :-)
morcos
commented at 11:59 am on May 18, 2017:
member
(sigh at myself) ACK
jtimon
commented at 10:28 pm on May 22, 2017:
contributor
ACK6516a9fcb1f0190564fba4b24837c5942ed5788a
EDIT: thanks for documenting the introductions for “traceability”
[trivial] Fix three recently introduced typos
```
$ git blame src/policy/fees.cpp | grep becuase
3810e976 (2017-03-07 11:33:44 -0500 789) * checks for 2*target becuase we are taking the max over all time
$ git blame src/policy/fees.h | grep successfullly
2d2e1705 (2017-04-12 12:29:03 -0400 54) * representing that a tx was successfullly confirmed in less than or equal to
$ git blame src/wallet/feebumper.cpp | grep "hasen't"
a3878374 (2017-05-11 09:34:39 +0200 258) // make sure the transaction still has no descendants and hasen't been mined in the meantime
```
efc2e3302d
practicalswift force-pushed
on May 23, 2017
practicalswift
commented at 11:23 am on May 23, 2017:
contributor
Fixed another typo:
0$ git blame src/wallet/feebumper.cpp | grep "hasen't"
1a3878374 (2017-05-11 09:34:39 +0200 258) // make sure the transaction still has no descendants and hasen't been mined in the meantime
This is a metadata mirror of the GitHub repository
bitcoin/bitcoin.
This site is not affiliated with GitHub.
Content is generated from a GitHub metadata backup.
generated: 2024-11-17 09:12 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me