|
|
|
|
|
by pc86
1387 days ago
|
|
> I'm only saying that the situation for the developer facing the bug is not always as simple as the article implies. The whole point of this article is that these are your three options. What are you saying the fourth option is? It sounds like you're just saying "yeah but this isn't good because (for example) nobody will merge my random bug fix into React core." That's sort of the point - your options then are #2 or #3. |
|
Integrate your patch+tests into your build process and don't bump on every external lib revision. Maybe that's basically forking, but what would be the issue with doing this for an OSS project dependency?