Re: [PATCH v2] Fix make-custom-port in case encoding is #f
That seems about right. Now only needs to wait for someone able to actually merge this, I think. Best regards, Maxime Devos
[PATCH v2] Fix make-custom-port in case encoding is #f
H v2] Fix make-custom-port in case encoding is #f * module/ice-9/custom-ports.scm (make-custom-port): Code fails if (fluid-ref %default-port-encoding) returns #f. In fact this was the case why readline support on MSYS2 failed for guile 3.0.10, ref. https://github.com/msys2/MSYS2-packages/issues/5079