Actions
Bug #14239
closedwarn open("|...")
Bug #14239:
warn open("|...")
Description
Recently we found open("|...") is tend to be misused.
Many people uses this method without concerning that it can run a process.
I think it should be deprecated.
So, I propose that ruby warns open("|...").
(and remove this process invoking feature in long term)
Actions