dsisnero (Dominic Sisneros)
- Login: dsisnero
- Email: dsisnero@gmail.com
- Registered on: 08/27/2008
- Last connection: 03/24/2021
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 7 | 1 | 8 |
Activity
03/17/2021
-
01:19 PM Ruby master Feature #17718: a method paramaters object that can be pattern matched against
- the parameters method returns the name in order. I know ruby doesn't do it yet, this is a feature request to add a
...
03/16/2021
-
11:52 PM Ruby master Feature #17718: a method paramaters object that can be pattern matched against
- def get_param(name, city: nil, state:nil, zip: nil, &error)
case parameters_match
in [String, String, String ... -
11:48 PM Ruby master Feature #17685: Marshal format for out of band buffer objects
- that is the case now. I am proposing changing Marshal to allow Marshal to load into an existing object for object id...
03/11/2021
-
09:46 PM Ruby master Feature #17718 (Open): a method paramaters object that can be pattern matched against
- ```ruby
def get_perdiem(city: nil, state: nil, zip:nil)
case parameters_match # (return an object of the param... -
09:38 PM Ruby master Feature #17685: Marshal format for out of band buffer objects
- On the consumer side, we can Marshal those objects the usual way, which when unserialized will give us a copy of the ...
03/10/2021
-
05:43 PM Ruby master Feature #17685 (Feedback): Marshal format for out of band buffer objects
- Allow the use of the marshal protocol to transmit large data (objects) from one process or ractor to another, on same...
01/06/2021
-
04:22 PM Ruby master Feature #17323: Ractor::LVar to provide ractor-local storage
- LVAR is not used much but it is used. http://lambda-the-ultimate.org/node/4823, http://composition.al/blog/2013/09/22...
-
03:09 PM Ruby master Feature #17323: Ractor::LVar to provide ractor-local storage
- I don't like the name because it shadows - implies MVAR, TVAR which are known in the functional programming world.
-
03:17 PM Ruby master Feature #12607: Ruby needs an atomic integer
- I agree this should be added to core because of ractor and #17433.
-
03:14 PM Ruby master Feature #14706: Atomic Integer incr/decr
- Feature #12607 -
Also available in: Atom