dikderoy (Roman Bulgakov)
- Login: dikderoy
- Registered on: 04/17/2017
- Last sign in: 04/18/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/18/2017
-
11:44 AM Ruby Bug #13444: compatibility breaking change: backticks is not evalueted as shell script call while in "unless" operator context
- Or putting a warning, because optimization actually changes behavior.
-
12:46 AM Ruby Bug #13444: compatibility breaking change: backticks is not evalueted as shell script call while in "unless" operator context
- yes, You are right, it was my mistake to use it in this way, as this example is actually pointless and always True. all meaningful expression (as for ex. 1==Integer(`echo 1`, 10)) are evaluated correctly. Probably you should close and de...
04/17/2017
-
09:14 PM Ruby Bug #13444 (Closed): compatibility breaking change: backticks is not evalueted as shell script call while in "unless" operator context
- Ruby versions from 2.0 to 2.3.x while executing shell script via backticks inside of "unless" construction had it executed and evalueted output as condition,
version 2.4 and onwards had condition evaluated as true but script is not exec...