lokedhs / gnu-apl-mode

GNU APL mode for Emacs
GNU General Public License v3.0
94 stars 18 forks source link

gnu-apl--connect-to-remote to 127.0.0.1, not localhost #36

Closed vsedach closed 3 years ago

vsedach commented 4 years ago

GNU APL src/emacs_mode/TcpListener.cc binds AF_INET on 127.0.0.1, not localhost

Does not work for machines with localhost pointing to ::1 IPv6 loopback address.

lokedhs commented 4 years ago

GNU APL should be listening to both 127.0.0.1 and ::1. The problem is actually on that side. I will investigate.

lokedhs commented 3 years ago

There is really no reason to not merge this even if the issue in GNU APL is fixed.