Closed herwinw closed 1 week ago
The GitHub merge option "Create a merge commit" is disabled. What is a proper way to merge PR now? cc @eregon
Rebase and merge
is better
In general I'm trying to keep the ruby/spec history linear as it makes it much simpler e.g. to understand what changes happened to a file, in which order, without having to consider conflicts. When we sync we rebase anyway.
A number of tests called
Process.fork
, so the specs for Kernel were mostly calling the wrong method.