[#78633] ruby/spec needs help from CRuby committers — Benoit Daloze <eregontp@...>
Currently, ruby/spec is maintained mostly by individuals and enjoys the
13 messages
2016/12/13
[#78963] Re: ruby/spec needs help from CRuby committers
— Urabe Shyouhei <shyouhei@...>
2017/01/04
I did ask attendees of last developer meeting to join this
[#78642] Re: ruby/spec needs help from CRuby committers
— Eric Wong <normalperson@...>
2016/12/14
Benoit Daloze <eregontp@gmail.com> wrote:
[ruby-core:78770] [Ruby trunk Feature#12963][Rejected] ?string longer than one char
From:
shyouhei@...
Date:
2016-12-21 08:46:43 UTC
List:
ruby-core #78770
Issue #12963 has been updated by Shyouhei Urabe. Status changed from Feedback to Rejected No use case so far. ---------------------------------------- Feature #12963: ?string longer than one char https://bugs.ruby-lang.org/issues/12963#change-62172 * Author: Nobuyoshi Nakada * Status: Rejected * Priority: Normal * Assignee: Yukihiro Matsumoto * Target version: ---------------------------------------- Now Symbol as keyword argument is often used, but a space is required between the label and the symbol literal. ```ruby x.round(half: :up) ``` Or using a String argument, ```ruby x.round(half:"up") ``` Both don't feel nice to me. How about longer string literal by `?xxx`, which is currently restricted to just one character? ```ruby x.round(half:?up) ``` patch: https://github.com/nobu/ruby/tree/feature/q-string -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>