Sergey Fedorov

Results 43 comments of Sergey Fedorov

Another way to rearrange files around testing is to rename `bin` folder into `test` and move there testing folder too (inspiration https://github.com/kubernetes-sigs/descheduler/tree/master/test) ``` === before toxiptoxy/ ├── bin/ │   ├──...

Agreed structure for testing ``` toxiptoxy/ ├── scripts/ │ ├── test-e2e │ └── test-release ├── test/ │ ├── e2e/ │ │ ├── benchmark_test.go │ │ └── endpoint.go ... ```

Hey @eregon I start working on this item > [easy, ruby-only] The following methods now return Array instances instead of subclass instances when called on subclass instances and I've noticed...

Thanks @eregon, I did manage to run the REPL, but the issue is that I would like to test some `3.x` functionality and currently I see that the version I...

@eregon 👋🏼 Good day, I would like to take next this one, thanks 💙 > [medium, ruby-only with one call from java] Can be sliced with Enumerator::ArithmeticSequence

Gotcha @ccocchi, will look for something else 👍🏼

@eregon Then I'm going to take perform check > Dir > > [probably already the case, need to check] Dir.glob and Dir.[] now sort the results by default, and >...

If no one mind will take this one to check > Warning > > [should already be the case, easy] Warning#warn now supports a category keyword argument. > [Feature #17122]

Going to take a look into this one > --help option > > [launcher, medium] When the environment variable RUBY_PAGER or PAGER is present and has a non-empty value, and...

Hi @chriseyre2000 👋🏼 Thanks for your contribution, let me check what changed and we can merge it --- **UPD:** Ok, so in `2.9.8` erlavro dropped rebar2 support. I'm not sure...