anatolik (Anatol Pomozov)
- Login: anatolik
- Email: anatol.pomozov@gmail.com
- Registered on: 03/17/2014
- Last sign in: 06/01/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 3 | 3 |
Activity
06/01/2020
-
05:26 PM Ruby Bug #16930 (Closed): Excessive deprecation warnings for c++ compile units
- I am using Arch Linux with the latest Ruby 2.7.1.
I am compiling a simple C++ program like this
``` cpp
#include <ruby.h>
int main() {
return 0;
}
```
And then compile as `g++ -c main.cxx -I/usr/include/ruby-2.7.0 -I/...
01/11/2020
-
12:00 AM Ruby Bug #16500 (Closed): Argument is added to both splat and last &block argument
- Here is a followup for a ruby2.7 issue discussed here https://gitlab.com/groups/gitlab-org/-/epics/2380
I run gitlab with ruby2.7. gitlab/lib/api/api_guard.rb calls Rack's `use` method:
```ruby
use Rack::OAuth2::Server::Resource...
12/27/2014
-
02:39 PM Ruby Bug #10651: pkg_config does not report required include headers
- The commit that produced this behavior change is 097c3e9cbbf23718371f08c24b2d2297b039f63f in particular this part:
~~~
orig_ldflags = $LDFLAGS
if get and option
get[option]
elsif get and try_ldflags(ldflags =...
12/25/2014
-
09:42 PM Ruby Bug #10651 (Closed): pkg_config does not report required include headers
- pkg_config behavior seems incorrect in 2.2.0. I am testing following script in Linux Arch:
`require 'mkmf'
puts pkg_config("xft")`
In 2.1.5 it gives
`["-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/u...
03/27/2014
-
03:30 PM Ruby Bug #8358: TestSprintf#test_float test failure
- We've decided to revert the whole sse2 block from configure.in in official Linux Arch ruby package. https://www.archlinux.org/packages/extra/x86_64/ruby/
That change breaks our users who uses 32-bit packages on old hardware that does ...
03/17/2014
-
07:05 PM Ruby Bug #8358: TestSprintf#test_float test failure
- I maintain ruby package in Linux Arch and our users reported an issue with it https://bugs.archlinux.org/task/39470
We compile 32-bit binaries for old machines (PentiumPro+ CPU). The old CPUs do not have SSE2 support, but we've found ...