ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
 messages from 2019-07-02 14:05:56 to 2019-07-11 12:39:10 UTC [more...]

[ruby-core:93683] [Ruby master Misc#15996] DevelopersMeeting20190820Japan
 2019-07-11 12:39 UTC  (3+ messages)
` [ruby-core:93684] "
` [ruby-core:93685] "

[ruby-core:93502] [Ruby master Feature#15973] Make it so Kernel#lambda always return a lambda
 2019-07-11 11:57 UTC  (11+ messages)
` [ruby-core:93506] "
` [ruby-core:93597] "
` [ruby-core:93598] "
` [ruby-core:93615] "
` [ruby-core:93635] "
` [ruby-core:93636] "
` [ruby-core:93661] "
` [ruby-core:93674] "
` [ruby-core:93679] "
` [ruby-core:93682] "

[ruby-core:93680] [Ruby master Feature#15995] Add encoding conversion for CESU-8 from and to UTF-8
 2019-07-11 11:19 UTC  (2+ messages)
` [ruby-core:93681] "

[ruby-core:93678] [Ruby master Misc#15802] Reduce the minimum string buffer size from 127 to 63 bytes
 2019-07-11  9:24 UTC 

[ruby-core:93535] [Ruby master Misc#15930] DevelopersMeeting20190711Japan
 2019-07-11  9:23 UTC  (6+ messages)
` [ruby-core:93560] "
` [ruby-core:93582] "
` [ruby-core:93649] "
` [ruby-core:93651] "
` [ruby-core:93677] "

[ruby-core:93552] [Ruby master Feature#15987] Let `exception` option in `Kernel#Complex`, `Kernel#Float`, `Kernel#Integer`, `Kernel#Rational` be falsy vs. truthy
 2019-07-11  9:17 UTC  (7+ messages)
` [ruby-core:93554] [Ruby master Feature#15987] Let boolean option (such as `exception` in `Kernel#Complex`, `Kernel#Float`, `Kernel#Integer`, `Kernel#Rational`) "
` [ruby-core:93579] "
` [ruby-core:93583] "
` [ruby-core:93672] [Ruby master Bug#15987] Let `exception` option in `Kernel#Complex`, `Kernel#Float`, `Kernel#Integer`, `Kernel#Rational` "
` [ruby-core:93675] "
` [ruby-core:93676] "

[ruby-core:93673] [Ruby master Feature#15631] Let round_capa for ID table not allocate excess capacity for power of 2 ints >= 4
 2019-07-11  7:34 UTC 

[ruby-core:93671] [Ruby master Feature#15939] Dump symbols reference to their fstr in ObjectSpace.dump()
 2019-07-11  7:21 UTC 

[ruby-core:93670] [Ruby master Feature#15940] Coerce symbols internal fstrings in UTF8 rather than ASCII to better share memory with string literals
 2019-07-11  7:18 UTC 

[ruby-core:93669] [Ruby master Bug#15994] irb miscalculates nest level when typing do keyword
 2019-07-11  6:55 UTC 

[ruby-core:93547] [Ruby master Feature#15966] Introducing experimental features behind a flag, disabled by default
 2019-07-11  6:50 UTC  (5+ messages)
` [ruby-core:93555] "
` [ruby-core:93580] "
` [ruby-core:93581] "
` [ruby-core:93668] "

[ruby-core:93666] [Ruby master Bug#11808] Different behavior between Enumerable#grep and Array#grep
 2019-07-11  6:04 UTC  (2+ messages)
` [ruby-core:93667] "

[ruby-core:93665] [Ruby master Feature#15958] Time#inspect with frac
 2019-07-11  5:43 UTC 

[ruby-core:93664] [Ruby master Feature#15950] Allow negative length in `Array#[]`, `Array#[]=`, `Array#slice`, `Array#slice!`, `String#[]`, `String#[]=`, `String#slice`, `String#slice!`
 2019-07-11  5:35 UTC 

[ruby-core:39915] [Ruby 1.9 - Feature #5400][Open] Remove flip-flops in 2.0
 2019-07-11  5:27 UTC  (2+ messages)
` [ruby-core:93663] [Ruby master Feature#5400] "

[ruby-core:93662] [Ruby master Feature#14385] Deprecate back-tick for Ruby 3
 2019-07-11  5:26 UTC 

[ruby-core:93660] [Ruby master Feature#15903] Move RubyVM.resolve_feature_path to Kernel.resolve_feature_path
 2019-07-11  4:53 UTC 

[ruby-core:93659] [Ruby master Feature#15865] `<expr> in <pattern>` expression
 2019-07-11  4:21 UTC 

[ruby-core:93658] [Ruby master Bug#9967] `define_method(:name, &block)` breaks the use of the block on its own
 2019-07-11  2:38 UTC 

[ruby-core:93657] [Ruby master Bug#10006] instance_exec uses incorrect binding with curried proc
 2019-07-11  2:33 UTC 

[ruby-core:93656] [Ruby master Bug#10021] OptParse does not handle missing arguments bracketed by valid option switches
 2019-07-11  2:00 UTC 

[ruby-core:93655] [Ruby master Bug#15993] 'require' doesn't work if there are Cyrillic chars in the path to Ruby dir
 2019-07-10 19:41 UTC 

[ruby-core:93542] [Ruby master Bug#15986] `TestJIT#test_block_handler_with_possible_frame_omitted_inlining` fails on s390x and aarch64
 2019-07-10 17:03 UTC  (6+ messages)
` [ruby-core:93543] "
` [ruby-core:93632] "
` [ruby-core:93637] "
` [ruby-core:93641] "
` [ruby-core:93654] [Ruby master Bug#15986] `TestJIT#test_block_handler_with_possible_frame_omitted_inlining` fails on s390x and armv7hl

[ruby-core:93625] [Ruby master Bug#10463] :~@ and :!@ are not parsed correctly
 2019-07-10  9:27 UTC  (6+ messages)
` [ruby-core:93640] "
` [ruby-core:93642] "
` [ruby-core:93643] "
` [ruby-core:93644] "
` [ruby-core:93653] "

[ruby-core:93652] [Ruby master Bug#15992] An exception breaks monitor state and cause deadlock
 2019-07-10  6:55 UTC 

[ruby-core:93650] [Ruby master Bug#10025] Incorrect wrapping of base64 output of Array.pack()
 2019-07-10  4:40 UTC 

[ruby-core:93648] [Ruby master Bug#10104] Fileutils cp_r fails on sockets or fifes even if File.mknod and File.mkfifo are defined
 2019-07-10  3:51 UTC 

[ruby-core:93613] [Ruby master Feature#15991] Allow questionmarks in variable names
 2019-07-09 23:18 UTC  (6+ messages)
` [ruby-core:93614] "
` [ruby-core:93617] "
` [ruby-core:93619] "
` [ruby-core:93629] "
` [ruby-core:93647] "

[ruby-core:93519] [Ruby master Feature#15897] `it` as a default block parameter
 2019-07-09 19:57 UTC  (12+ messages)
` [ruby-core:93539] "
` [ruby-core:93545] "
` [ruby-core:93556] "
` [ruby-core:93578] "
` [ruby-core:93594] "
` [ruby-core:93616] "
` [ruby-core:93618] "
` [ruby-core:93631] "
` [ruby-core:93638] "
` [ruby-core:93639] "
` [ruby-core:93646] "

[ruby-core:93645] [Ruby master Feature#15899] String#before and String#after
 2019-07-09 18:34 UTC 

[ruby-core:93633] [Ruby master Feature#15923] New independent string without memcpy
 2019-07-09 14:22 UTC  (2+ messages)
` [ruby-core:93634] "

[ruby-core:93630] [Ruby master Bug#15832] IPAddr.new accepts invalid mask IP address
 2019-07-09  6:55 UTC 

[ruby-core:93516] [Ruby master Bug#15982] Remove y2racc and racc2y
 2019-07-09  5:25 UTC  (3+ messages)
` [ruby-core:93517] "
` [ruby-core:93628] "

[ruby-core:93627] [Ruby master Bug#10184] irb terminates with no method error
 2019-07-09  5:01 UTC 

[ruby-core:93626] [Ruby master Bug#10362] spawn doesn't raise exception on redirection error
 2019-07-09  4:37 UTC 

[ruby-core:93624] [Ruby master Bug#10507] URI Error: bad URI(is not URI?) in Ruby 2.0.0, 2.1.5, 2.2.0preview1
 2019-07-09  2:08 UTC 

[ruby-core:93623] [Ruby master Bug#10535] Potential uninitialized reference pipe_open() in io.c
 2019-07-09  2:02 UTC 

[ruby-core:93622] [Ruby master Bug#10567] A fiber issue with `autoload`: `fiber called across stack rewinding barrier (FiberError)`
 2019-07-09  1:32 UTC 

[ruby-core:93621] [Ruby master Bug#10605] doc (Kernel rubydoc %x syntax examples mix %x and `)
 2019-07-09  1:20 UTC 

[ruby-core:93620] [Ruby master Bug#10614] strpdate and Leap Days
 2019-07-09  1:05 UTC 

[ruby-core:93561] [Ruby master Bug#15989] irb-1.1.0.pre.1 crashes on using arrow up, home and delete
 2019-07-08  9:16 UTC  (3+ messages)
` [ruby-core:93562] "
` [ruby-core:93612] "

[ruby-core:93611] [Ruby master Bug#10626] BUS error from nesting lambda's and calls to methods defined with define_method
 2019-07-08  4:05 UTC 

[ruby-core:93610] [Ruby master Bug#10635] cmp_failed warnings in 2.2 are very hard to track down
 2019-07-08  3:54 UTC 

[ruby-core:93609] [Ruby master Bug#10651] pkg_config does not report required include headers
 2019-07-08  3:19 UTC 

[ruby-core:93541] [Ruby master Feature#14183] "Real" keyword argument
 2019-07-08  2:35 UTC  (3+ messages)
` [ruby-core:93606] "
` [ruby-core:93608] "

[ruby-core:93607] [Ruby master Bug#10715] WEBrick::HTTPResponse#to_s calls send_response(), and make debugging quite difficult
 2019-07-08  2:20 UTC 

[ruby-core:93605] [Ruby master Bug#10747] DNS resolution should fall back to TCP on Errno::EACCES
 2019-07-08  1:55 UTC 

[ruby-core:93593] [Ruby master Bug#10928] optparse Switch#summarize code doesn't reflect its documentation
 2019-07-08  1:46 UTC  (2+ messages)
` [ruby-core:93604] "

[ruby-core:93603] [Ruby master Bug#10789] X-forwarded-Proto required when using Reverse Proxy
 2019-07-08  1:34 UTC 

[ruby-core:93602] [Ruby master Bug#10741] const_defined? triggers autoload where it did not before
 2019-07-08  1:21 UTC 

[ruby-core:93601] [Ruby master Bug#10764] TracePoint API reports events for the last last line of multiline ||=
 2019-07-08  1:17 UTC 

[ruby-core:93600] [Ruby master Bug#10891] /[[:punct:]]/ POSIX group broken (with string literals?)
 2019-07-08  1:07 UTC 

[ruby-core:93599] [Ruby master Bug#10901] Object#singleton_methods behaves differently depending on whether the singleton_class exists
 2019-07-08  1:01 UTC 

[ruby-core:93596] [Ruby master Bug#10916] What the Ruby? SegFault?
 2019-07-07 21:19 UTC 

[ruby-core:93595] [Ruby master Bug#10924] String#b
 2019-07-07 21:07 UTC 

[ruby-core:93592] [Ruby master Bug#10961] Zlib corrupts data when receive signal
 2019-07-07 16:31 UTC 

[ruby-core:93591] [Ruby master Bug#11016] method calls without parenthesis makes SyntaxError when DVAR exists
 2019-07-07 16:20 UTC 

[ruby-core:93589] [Ruby master Bug#11022] opening an eigenclass does not change the class variable definition context
 2019-07-07 10:02 UTC  (2+ messages)
` [ruby-core:93590] "

[ruby-core:93588] [Ruby master Bug#11040] Mutex can be locked by multiple threads, causing Monitor to sometimes hang
 2019-07-07  5:16 UTC 

[ruby-core:93587] [Ruby master Bug#11178] possible bug: a thread killed when waiting on ConditionVariable locks the mutex again before real exit
 2019-07-07  5:09 UTC 

[ruby-core:93586] [Ruby master Bug#11250] open-uri broken when fetching from ftp over proxy
 2019-07-07  4:44 UTC 

[ruby-core:93573] [Ruby master Bug#15990] "else if" causes confusing syntax error
 2019-07-07  4:27 UTC  (4+ messages)
` [ruby-core:93576] "
` [ruby-core:93584] "
` [ruby-core:93585] "

[ruby-core:93564] [Ruby master Bug#11304] [PATCH] Kernel.global_variables should observe $~
 2019-07-06 13:44 UTC  (2+ messages)
` [ruby-core:93577] "

[ruby-core:93557] [Ruby master Bug#15988] Time#dst? vs "real" timezones
 2019-07-06  3:56 UTC  (4+ messages)
` [ruby-core:93558] "
` [ruby-core:93565] "
` [ruby-core:93575] "

[ruby-core:93540] [Ruby master Bug#15985] Segmentation Fault exception when using dot-colon method reference on nil
 2019-07-06  3:36 UTC  (4+ messages)
` [ruby-core:93546] [Ruby master Bug#15985] Segmentation Fault exception when using dot-colon method reference on literals
` [ruby-core:93548] "
` [ruby-core:93574] "

[ruby-core:93572] [Ruby master Bug#11143] it should always be possible to return from an if
 2019-07-05 23:54 UTC 

[ruby-core:93571] [Ruby master Bug#11175] possible fibers memory leak or risky GC behavior
 2019-07-05 23:26 UTC 

[ruby-core:93570] [Ruby master Bug#11184] Tests fail when configured with different program prefix and suffix
 2019-07-05 23:05 UTC 

[ruby-core:93568] [Ruby master Bug#11214] Cannot Get Correct Binding from inside of C Method
 2019-07-05 23:03 UTC  (2+ messages)
` [ruby-core:93569] "

[ruby-core:93567] [Ruby master Bug#11275] RFC3986_Parser accepts invalid URIs containing %
 2019-07-05 22:14 UTC 

[ruby-core:93566] [Ruby master Bug#11301] Module#prepend should have always added the module before the current
 2019-07-05 21:07 UTC 

[ruby-core:93563] [Ruby master Bug#11326] Defining a writer as a Struct member allowed?
 2019-07-05 17:10 UTC 

[ruby-core:93559] [Ruby master Bug#15841] SegFault in OpenSSL::PKey::RSA#private_encrypt
 2019-07-05 12:38 UTC 

[ruby-core:93553] [Ruby master Bug#11374] crash when using Thread.new{Tk.mainloop}
 2019-07-05  4:39 UTC 

[ruby-core:93551] [Ruby master Bug#11417] Wrong description for `limit` parameter for IO#gets
 2019-07-05  1:25 UTC 

[ruby-core:93550] [Ruby master Bug#11448] Requiring a given library may take 23x longer depending on `require` context
 2019-07-05  0:41 UTC 

[ruby-core:93549] [Ruby master Bug#11425] super_method fails to find the super method when combined with Module#prepend
 2019-07-05  0:25 UTC 

[ruby-core:93523] [Ruby master Bug#11460] Unhelpful error message when naming a module with the same name as an existing class
 2019-07-04 13:06 UTC  (5+ messages)
` [ruby-core:93525] "
` [ruby-core:93531] "
` [ruby-core:93532] "
` [ruby-core:93544] [Ruby master Feature#11460] "

[ruby-core:93534] [Ruby master Bug#15984] deleting from a collection while iterating on it
 2019-07-04 10:06 UTC  (4+ messages)
` [ruby-core:93536] "
` [ruby-core:93537] "
` [ruby-core:93538] "

[ruby-core:93527] [Ruby master Feature#15983] Can we have a similar syntax (string interpolation) the way V language has?
 2019-07-04  7:45 UTC  (3+ messages)
` [ruby-core:93528] "
` [ruby-core:93533] "

[ruby-core:93518] [Ruby master Bug#11485] Ripper parser generates nil tokens for ignored_nl event during parse errors
 2019-07-04  7:09 UTC  (3+ messages)
` [ruby-core:93529] "
` [ruby-core:93530] "

[ruby-core:93510] [Ruby master Bug#15981] irb immediately crashes when typing any character
 2019-07-04  4:07 UTC  (4+ messages)
` [ruby-core:93515] "
` [ruby-core:93524] "
` [ruby-core:93526] "

[ruby-core:93522] [Ruby master Bug#11467] Memory leak in win32 signal init
 2019-07-03 22:18 UTC 

[ruby-core:93521] [Ruby master Bug#11468] Two mutexes leaked in Init_Thread
 2019-07-03 21:57 UTC 

[ruby-core:93520] [Ruby master Bug#11479] gcc warning variable may be used uninitialized
 2019-07-03 21:34 UTC 

[ruby-core:93498] [Ruby master Misc#15978] Deprecate FIXNUM_MIN and FIXNUM_MAX
 2019-07-03 14:22 UTC  (4+ messages)
` [ruby-core:93507] "
` [ruby-core:93511] "
` [ruby-core:93514] "

[ruby-core:93513] [Ruby master Misc#15723] Reconsider numbered parameters
 2019-07-03 14:21 UTC 

[ruby-core:93512] [Ruby master Bug#15972] TestFileExhaustive#test_birthtime test failure
 2019-07-03 11:44 UTC 

[ruby-core:93509] [Ruby master Bug#11493] IRB/Ruby completely exits when attempting to use NoMethodError exception in BasicObject
 2019-07-03  4:59 UTC 

[ruby-core:93508] [Ruby master Bug#15980] Coverage shows while/until after raise if/unless as uncovered line
 2019-07-03  3:48 UTC 

[ruby-core:93505] [Ruby master Bug#15979] URI.parse does not validate components
 2019-07-03  0:27 UTC 

[ruby-core:93487] [Ruby master Feature#15976] Add Array#overlaps? for whether the intersection of 2 arrays is non empty?
 2019-07-02 21:05 UTC  (3+ messages)
` [ruby-core:93494] [Ruby master Feature#15976] Add Array#overlap? "
` [ruby-core:93504] "

[ruby-core:93501] [Ruby master Bug#15620] Block argument usage affects lambda semantic
 2019-07-02 20:50 UTC  (2+ messages)
` [ruby-core:93503] "

[ruby-core:93489] [Ruby master Feature#15974] Warn in verbose mode on defining a finalizer that captures the object
 2019-07-02 20:16 UTC  (6+ messages)
` [ruby-core:93493] "
` [ruby-core:93496] "
` [ruby-core:93497] "
` [ruby-core:93499] "
` [ruby-core:93500] "

[ruby-core:93486] [Ruby master Feature#15975] Add Array#pluck
 2019-07-02 16:14 UTC  (2+ messages)
` [ruby-core:93495] "

[ruby-core:93491] [Ruby master Bug#15977] Unobvious result value from #next_rotate_time and #previous_period_end methods of Logger::Period module
 2019-07-02 15:03 UTC  (2+ messages)
` [ruby-core:93492] "

[ruby-core:93490] [Ruby master Bug#15971] Segfault with --jit-wait when using simple *= operator
 2019-07-02 14:42 UTC 

[ruby-core:93488] [Ruby master Bug#15731] Wrong evaluation of many keyword default arguments in 2.3 - 2.5
 2019-07-02 14:31 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).