General

Profile

AlexWayfer (Alexander Popov)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 3 3

Activity

03/01/2023

11:42 PM Ruby Revision 35457ebb (git): [ruby/uri] Replace RubyDoc.info links with Ruby.GitHub.io
As requested.
https://github.com/ruby/uri/commit/c272f205f9
AlexWayfer (Alexander Popov)
11:42 PM Ruby Revision bc668d75 (git): [ruby/uri] Take out GitHub link for gemspec metadata
https://github.com/ruby/uri/commit/ca4638a4b3 AlexWayfer (Alexander Popov)
11:42 PM Ruby Revision 8a5110b6 (git): [ruby/uri] Populate gemspec metadata object
https://github.com/ruby/uri/commit/31748915d0 AlexWayfer (Alexander Popov)
11:42 PM Ruby Revision 932c0e77 (git): [ruby/uri] Remake `metadata` object in `gemspec` into one assignment
https://github.com/ruby/uri/commit/19a19ccde6 AlexWayfer (Alexander Popov)
11:42 PM Ruby Revision 93a54a3c (git): [ruby/uri] Sort gemspec `metadata` object alphabetical
https://github.com/ruby/uri/commit/1e9420b57c AlexWayfer (Alexander Popov)
11:42 PM Ruby Revision 57e6d664 (git): [ruby/uri] Add documentation link into gemspec
https://github.com/ruby/uri/commit/19ced145f4 AlexWayfer (Alexander Popov)

04/28/2021

02:56 AM Ruby Revision 2afbe711 (git): [ruby/optparse] Add EditorConfig file
More info here: https://editorconfig.org/
For example, `ruby/ruby` has it: https://github.com/ruby/ruby/blob/05ebaee/.editorconfig
Also fix some offenses.
https://github.com/ruby/optparse/commit/29402e7e0e
AlexWayfer (Alexander Popov)

04/26/2021

07:59 PM Ruby Bug #17820: `Errno::EINVAL` from `Process.kill` with available signal on Windows
jeremyevans0 (Jeremy Evans) wrote in #note-7:
> I tested every signal from `Signal.list` on Windows 10, and all signals work in some fashion, assuming you send the signal to the current process. For `Process.kill`:
> ...
I'm glad that...
AlexWayfer (Alexander Popov)

04/22/2021

09:09 PM Ruby Bug #17820: `Errno::EINVAL` from `Process.kill` with available signal on Windows
xtkoba (Tee KOBAYASHI) wrote in #note-4:
> The signals (except for `EXIT`, that is a pseudo signal) listed in `Signal.list` are valid to be sent to `Process.pid` (`$$`).
Sorry, what? This method only [returns process ID](https://ruby...
AlexWayfer (Alexander Popov)
08:19 PM Ruby Bug #17820: `Errno::EINVAL` from `Process.kill` with available signal on Windows
Also I found a very strange behavior with `Signal.trap`, not sure is it related, but I'm still sure that all signals should be synchronized and consistent.
So… `Signal.trap('KILL')` raises `Invalid argument - SIGKILL (Errno::EINVAL)`....
AlexWayfer (Alexander Popov)

Also available in: Atom