Skip to content

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
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants