Feature #19741
closedMirror YARP to Ruby
Description
At the May Ruby Kaigi Dev Meeting, Matz approved mirroring YARP into ruby/ruby. @jemmai (Jemma Issroff) and I are creating this redmine issue to log this work and link to the pull request.
Here is the pull request that mirrors YARP into CRuby. We want to specifically also thank Adam Hess and Haldun Bayhantopcu for their contributions to YARP in getting us to this point.
Updated by jemmai (Jemma Issroff) over 1 year ago
- Status changed from Open to Closed
Applied in changeset git|03f1a6c4c57c469e8fb5858cf9676b6479f4610d.
[Feature #19741] Add yarp to tool/sync_default_gems.rb
sync script
The default gems sync script now includes YARP, found in the
ruby/yarp repo. This script primarily syncs over the src, test, lib
directories. It also migrates all encoding files to be prefixed
with yp_
in order to deconflict from existing encoding files.