indirect (André Arko)
- Login: indirect
- Email: andre@arko.net
- Registered on: 05/04/2013
- Last sign in: 01/16/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/16/2022
-
03:20 AM Ruby Feature #15559: Logical XOR (^^) operator
- hmdne (hmdne -) wrote in #note-6:
> @indirect your example can be written as follows:
> ...
You're just repeating the first comment on this thread. The entire point of this ticket is to have `^^` work on non-booleans, just like `||` and ... -
02:20 AM Ruby Feature #15559: Logical XOR (^^) operator
- mrkn (Kenta Murata) wrote in #note-1:
> I think `^^` can be useful for the case that both `expr1` and `expr2` are not boolean.
> ...
Yes. Here is an example I encountered today. I have a class initializer that takes one argument: `Foo....
07/16/2021
-
06:40 AM Ruby Revision c5f78ade (git): [rubygems/rubygems] fix dangling empty hooks
- it turns out that running `bundle plugin uninstall some-plugin` would remove that plugin from the list of hooks, but if the list of hooks for an event was now empty, we would serialize the empty array into yaml as an empty single bullet ...
-
06:40 AM Ruby Revision 44ba77d1 (git): [rubygems/rubygems] lock for development on macos
- https://github.com/rubygems/rubygems/commit/60469e4cac
-
06:40 AM Ruby Revision 5cce9689 (git): [rubygems/rubygems] remove focus
- https://github.com/rubygems/rubygems/commit/584a393812
-
06:40 AM Ruby Revision a3d2200b (git): [rubygems/rubygems] test loading bad plugins with nil/empty names
- https://github.com/rubygems/rubygems/commit/e64b1f3497
06/18/2020
-
10:14 AM Ruby Revision 3a2016b9 (git): [rubygems/rubygems] minor language tweaks, small code refactor
- https://github.com/rubygems/rubygems/commit/84e9f3711c
11/28/2017
-
01:26 AM Ruby Bug #13997: Bundler gem binstub broken
- @hsbt do you think the difference between Terence's `rake` and `bundle` files is because one is a default gem and the other is not?
07/19/2017
-
09:27 PM Ruby Feature #12733: Bundle bundler to ruby core
- > I added test-bundler task to my experimental branch.
Thank you for your work on this. Please contact me in the Bundler slack if you have any questions or would like any help with this. I am happy to help fix the tests.
06/22/2017
-
01:18 AM Ruby Feature #12733: Bundle bundler to ruby core
- > the test suite also needs connection to internet to succeed
The Bundler test suite no longer requires an internet connection to succeed.
> ...
I am not sure what is needed for this, but I would like to help figure out what would ...