Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support to become bundled gems #113

Merged
merged 2 commits into from
Jan 10, 2025
Merged

Support to become bundled gems #113

merged 2 commits into from
Jan 10, 2025

Conversation

hsbt
Copy link
Member

@hsbt hsbt commented Jan 9, 2025

@hsbt hsbt force-pushed the support-bundled-gems branch 3 times, most recently from 4621018 to 9cb9f1c Compare January 9, 2025 07:42
@@ -848,7 +849,7 @@ class << Time
def run_children(n, args, src)
r, w = IO.pipe
[w, *(1..n).map do
f = IO.popen([EnvUtil.rubybin, *%w[--disable=gems -rlogger -], *args], "w", err: w)
f = IO.popen([EnvUtil.rubybin, *%w[--disable=gems -I#{@top_lovel} -rlogger -], *args], "w", err: w)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps this?

Suggested change
f = IO.popen([EnvUtil.rubybin, *%w[--disable=gems -I#{@top_lovel} -rlogger -], *args], "w", err: w)
f = IO.popen([EnvUtil.rubybin, *%w[--disable=gems -I#{@top_dir} -rlogger -], *args], "w", err: w)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 It's totally top_level's typo.

@hsbt hsbt force-pushed the support-bundled-gems branch from 9cb9f1c to a203879 Compare January 9, 2025 07:49
@hsbt hsbt changed the title Added lib path to in assert_in_out_err Support to become bundled gems Jan 9, 2025
@hsbt hsbt force-pushed the support-bundled-gems branch from 5810a76 to fba3ee3 Compare January 9, 2025 09:17
@hsbt hsbt merged commit 663a27f into master Jan 10, 2025
54 checks passed
@hsbt hsbt deleted the support-bundled-gems branch January 10, 2025 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants