fidothe (Matt Patterson)
- Login: fidothe
- Registered on: 06/28/2017
- Last sign in: 08/30/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/29/2017
-
09:18 AM Ruby Bug #13695: Issue with require and require_relative with symlinked directories
- shyouhei (Shyouhei Urabe) wrote:
> I guess this is a dup of #10222.
It is, sorry for not finding that when I looked for existing issues related to this.
06/28/2017
-
07:41 PM Ruby Bug #13695 (Closed): Issue with require and require_relative with symlinked directories
- Symlinked directories cause an issue with require_relative where libraries loaded from a symlinked path (e.g. in a typical Capistrano / Bundler deployment) can be double-loaded.
Reproduce process:
1. Clone git repo from https://gi...