General

Profile

Victor (Victor Daev)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

02/14/2014

10:33 AM Ruby master Bug #9519: Wrong multiline calculation
Heesob Park wrote:
> I think this issue is not a bug.
> p(100 - (1
> + 2
> + 3
> + 4))
> is interpreted as
> p...
Victor (Victor Daev)
10:27 AM Ruby master Bug #9519: Wrong multiline calculation
p(100 - (1 + 2 + 3 + 4))
# => 90
# ok
p(100 - (1 +
2 +
3 +
4))
# => 90
...
Victor (Victor Daev)
10:19 AM Ruby master Bug #9519: Wrong multiline calculation
Ooops. How can I fix the layout? Victor (Victor Daev)
10:14 AM Ruby master Bug #9519 (Rejected): Wrong multiline calculation
I have some script with a trouble.
p(100 - (1 + 2 + 3 + 4))
# => 90
# ok
p(100 - (1 +
2 +
3 +
4))
#...
Victor (Victor Daev)

Also available in: Atom