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
Strange. Lexer changed between those two but it should not retain a reference to anything which would retain a HANDLE. Perhaps some IO fixes are hanging onto a handle in an IO table somewhere? We do use IO.gets for a small amount of parsing now so it could ??? who knows...just brainstorming but thanks for heads up.
Looks like this broke between pre1 and pre2:
It doesn't matter if the
a.rb
file already exists or if the process creates it, trying to delete it after requiring it raises the error.Found by running Sequel's specs.
I didn't test on a *nix, but it's unlikely to be a problem there as *nix allows deletion of files that are in use.
The text was updated successfully, but these errors were encountered: