General

Profile

sheerun (Adam Stankiewicz)

  • Login: sheerun
  • Email: sheerun@sher.pl
  • Registered on: 07/10/2016
  • Last sign in: 09/24/2020

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 1 2

Activity

09/24/2020

03:45 PM Ruby master Feature #17184: No stdlib function to perform simple string replacement
Nice, it actually suits me.
I'll leave this issue open though, because I agree with what Benoit said above
sheerun (Adam Stankiewicz)
01:33 PM Ruby master Feature #17184: No stdlib function to perform simple string replacement
String doesn't have dup method sheerun (Adam Stankiewicz)
12:24 PM Ruby master Feature #17184: No stdlib function to perform simple string replacement
Little more advanced, but common usecase, which also doesn't have built-in function is replacing all strings in simpl... sheerun (Adam Stankiewicz)
12:20 PM Ruby master Feature #17184: No stdlib function to perform simple string replacement

For now I'm using self-implemented function, but I wish there was something built-in:
```rb
class String
# S...
sheerun (Adam Stankiewicz)
12:02 PM Ruby master Feature #17184: No stdlib function to perform simple string replacement
byroot (Jean Boussier) wrote in #note-2:
> The intended API for that is `String[]=`, e.g.
Is there a non-mutable ...
sheerun (Adam Stankiewicz)
11:37 AM Ruby master Feature #17184 (Open): No stdlib function to perform simple string replacement
I have following simple `build.rb`:
```rb
template = File.read('template.vim')
script = File.read('script.vim')
...
sheerun (Adam Stankiewicz)

10/05/2017

06:21 PM Ruby master Feature #5964: Make Symbols an Alternate Syntax for Strings
matz (Yukihiro Matsumoto) wrote:
> In Ruby, Symbols annd Strings are different in both semantics and behavior (and i...
sheerun (Adam Stankiewicz)
06:19 PM Ruby master Feature #7792: Make symbols and strings the same thing
@shyouhei @matz Could this be revisited as ruby now has frozen strings? They behave pretty much the same as symbols.
...
sheerun (Adam Stankiewicz)

07/10/2016

11:05 PM Ruby master Feature #12581 (Closed): Incorporate ActiveSupport extensions (or their equivalents) into the stdlib
Hey,
The ruby developers are so used to ActiveSupport extensions used by Rails, its even hard for them to tell wha...
sheerun (Adam Stankiewicz)

Also available in: Atom