irb icon indicating copy to clipboard operation
irb copied to clipboard

Improve irbrc loading order

Open ktopolski opened this issue 1 year ago • 1 comments

Ensures that "project level" .irbrc will always take precedence over "user level" .irbrc.

Addresses part of #674

ktopolski avatar Dec 09 '23 15:12 ktopolski

Thanks for the PR. I just tested it manually and it seems to stop loading user-level config completely when project-level config is present? Is it possible to make it also load the user-level config AFTER the project-level config is loaded? Otherwise, it'd be a big breaking change for some users.

st0012 avatar Dec 11 '23 22:12 st0012