You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
patch 7.4.1093
Problem: Typo in test goes unnoticed.
Solution: Fix the typo. Give error for wrong arguments to cursor().
(partly by Hirohito Higashi) Add a test for cursor().
patch 7.4.1091
Problem: When making a change while need_wait_return is set there is a two
second delay.
Solution: Do not assume the ATTENTION prompt was given when need_wait_return
was set already.
appveyor: Disable loading Racket's DLL
Loading Racket's DLL on AppVeyor causes 0xc0000005 error. However the
same executable doesn't cause the error on non-AppVeyor environment.
Disable loading Racket's DLL on AppVeyor for now.