Skip to content

Conversation

@Juandsantosl
Copy link

Hope it's done

MarkDBlackwell and others added 30 commits July 31, 2016 19:30
Enabled build matrix for GitHub Actions
Try to use rvm on GitHub Actions.
Make `PackageTask` be able to omit parent directory while packing files
tnir and others added 29 commits May 9, 2022 02:42
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
…-compat

Apply RuboCop linting for Ruby 2.3
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
…-compat

Update rubocop to work with Ruby 2.4 compatible
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
chore: fix typo in comments
Use 'test' as workflow name on Actions
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Lock minitest-5.15.0 for Ruby 2.2
Lazily requiring it in this matter can break rake whenever
a rake task limits access to the file system.  For example:

```ruby
task :default do
  Dir.chroot Dir.pwd
end
```

One reason to lazily require this is to save on memory, but
since Rake::Application appears to always use a thread pool
(Rake::Application#run -> top_level -> run_with_threads ->
thread_pool), it doesn't looks like lazily requiring actually
saves memory in this case.
If the thread_pool does not already exist, there is no point in
creating a thread pool just to join the threads in it.

This is an alternative fix for #440.
Eagerly require set in thread_pool.rb
Shows current maintainers to wider community contributors.

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Add credit for maintenance in Rake 12/13
Sh fully echoes commands which error exit
@hsbt hsbt closed this Sep 22, 2022
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.