etehtsea (Konstantin Shabanov)
- Login: etehtsea
- Email: etehtsea@me.com
- Registered on: 09/04/2010
- Last sign in: 11/09/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/25/2013
-
12:50 AM Ruby Bug #7938: Stack consistency error while compiling 2.0.0-p0
- I've got the same error with
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
09/04/2010
-
01:32 AM Ruby Bug #3785 (Rejected): unexpected Numeric#step behaviour
- =begin
ruby-1.9.2-head > -0.5.step(0.5, 0.1) { |x| puts x }
-0.5
-0.4
-0.3
-0.19999999999999996
-0.09999999999999998
0.0
0.10000000000000009
0.20000000000000007
0.30000000000000004
0.4
0.5
=> -0.5
-----------...