facebookarchive / codemod

Codemod is a tool/library to assist you with large-scale codebase refactors that can be partially automated but still require human oversight and occasional intervention. Codemod was developed at Facebook and released as open source.
Apache License 2.0
4.11k stars 198 forks source link

Support dumb terminal #96

Closed orip closed 6 years ago

orip commented 6 years ago

TERM=dumb causes curses.tigetstr to return None

facebook-github-bot commented 6 years ago

Thank you for your pull request. We require contributors to sign our Contributor License Agreement, and yours has expired.

Before we can review or merge your code, we need you to email cla@fb.com with your details so we can update your status.

orip commented 6 years ago

Adding a doctest seemed inappropriate for this case. This was found when creating the test for the codemod homebrew formula in https://github.com/Homebrew/homebrew-core/pull/20099

facebook-github-bot commented 6 years ago

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

modocache commented 6 years ago

Oh, interesting. I'm surprised to see codemod added to Homebrew. Still, this seems like a good change to make, so I'll merge it. Thanks!