I am upgrading my code from Crystal 0.30.1 to 0.35.1. When I compile with the newer version, I get the following error.
Error: undefined constant Process::ORIGINAL_STDOUT
These constants were defined in 0.30.1 and are not present in 0.35.1. I searched through the releases notes and through API, but could not find what I should replace these with. Can someone please point me in the right direction?
Sorry to resurrect such an old post, but I spent quite a bit of time today trying to do exactly that.
Would anyone be opposed to open a PR and add the above example to the API documentation for the Process.run ? I think this would be helpful for a lot of folks starting out with Crystal.