Skip to content

nelhage-stripe/bootsnap-reproducer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootsnap bug test case

This is a minimal reproducer for a bug in bootsnap, or at least a behavior difference vs vanilla MRI.

To reproduce, compare output between:

$ bundle exec ruby require.rb

and

$ env BOOTSNAP_CACHE_DIR=$(pwd)/cache bundle exec ruby require.rb

You will see that the first run never requires a/file.rb, and returns false on the second require call, whereas the second invocation requires both files.

About

Reproducer for a bootsnap bug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages