caspercg (Casper G)
- Login: caspercg
- Registered on: 07/02/2017
- Last sign in: 09/10/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 1 | 2 |
Activity
09/10/2018
-
07:18 PM Ruby Bug #15097: Gem install fails on Ruby 2.5.1 with Cygwin (get_dns_server_list undefined)
- nobu (Nobuyoshi Nakada) wrote:
> I can't reproduce it, with the trunk and 2.5.2 in the repository, using
Thanks for taking a look at it.
This is on a 32-bit Windows, if that has any significance?
However I now figured out a work... -
03:52 AM Ruby Bug #15097 (Assigned): Gem install fails on Ruby 2.5.1 with Cygwin (get_dns_server_list undefined)
- Compiled and installed Ruby 2.5.1 on Cygwin, and now gem install fails with:
~~~ ruby
ERROR: While executing gem ... (NameError)
undefined local variable or method `get_dns_server_list' for Win32::Resolv:Module
~~~
While ...
07/02/2017
-
09:31 PM Ruby Bug #13707: Windows ANSI escape sequences incorrectly positions cursor
- Actually in an empty console you need to run `1000.times { |i| puts "#{i}" }; print "\e[1;1H"` to observe the effect properly.
-
09:02 PM Ruby Bug #13707 (Closed): Windows ANSI escape sequences incorrectly positions cursor
- Positioning the cursor on Windows with the ANSI CSI n;m H sequence ("\e[n;mH") incorrectly moves the cursor relative to the console BUFFER, and not the actual console window as would be expected.
Doing `print "\e[1;1H"` should put the...