Skip to content

Use require_relative instead of autoload#313

Merged
kou merged 2 commits intotest-unit:masterfrom
tikkss:use-require-relative-instead-of-autoload
Jun 19, 2025
Merged

Use require_relative instead of autoload#313
kou merged 2 commits intotest-unit:masterfrom
tikkss:use-require-relative-instead-of-autoload

Conversation

@tikkss
Copy link
Contributor

@tikkss tikkss commented Jun 13, 2025

GitHub: GH-311

This patch will reduce dependency on $LOAD_PATH.

More advanced replacements are out of scope for this patch, such as:

  • Changes under test/

GitHub: test-unitGH-311

This patch will reduce dependency on `$LOAD_PATH`.

More advanced replacements are out of scope for this patch, such as:

  * Changes under `test/`
@kou kou merged commit 572b28a into test-unit:master Jun 19, 2025
36 checks passed
@tikkss tikkss deleted the use-require-relative-instead-of-autoload branch June 19, 2025 03:05
tikkss added a commit to tikkss/test-unit that referenced this pull request Jul 4, 2025
This reverts commit 572b28a.

GitHub: test-unitGH-320

We need to use another approach for it.

Co-authored-by: Sutou Kouhei <[email protected]>
tikkss added a commit to tikkss/test-unit that referenced this pull request Jul 4, 2025
This reverts commit 572b28a.

GitHub: test-unitGH-320

We need to use another approach for it.

Reported by Mamoru TASAKA. Thanks!!!

Co-authored-by: Sutou Kouhei <[email protected]>
kou added a commit that referenced this pull request Jul 5, 2025
This reverts commit 572b28a.

GitHub: GH-320

We need to use another approach for it.

Reported by Mamoru TASAKA. Thanks!!!

Co-authored-by: Sutou Kouhei <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants