ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
 messages from 2017-03-04 23:44:20 to 2017-03-13 07:40:19 UTC [more...]

[ruby-core:44303] [ruby-trunk - Feature #6284][Open] Add composition for procs
 2017-03-13  8:13 UTC  (2+ messages)
` [ruby-core:80110] [Ruby trunk Feature#6284] "

[ruby-core:79926] [Ruby trunk Misc#13283] Disable `&' interpreted as argument prefix warning when passing symbol to Enumerable#map
 2017-03-13  7:55 UTC  (7+ messages)
` [ruby-core:79927] "
` [ruby-core:79930] "
` [ruby-core:79931] "
` [ruby-core:79936] "
` [ruby-core:79980] "
` [ruby-core:80109] "

[ruby-core:79914] [Ruby trunk Bug#13282] opt_str_freeze does not always dedupe
 2017-03-13  7:50 UTC  (5+ messages)
  ` [ruby-core:79915] "
    ` [ruby-core:79916] "
    ` [ruby-core:79917] "
` [ruby-core:80108] [Ruby trunk Bug#13282][Rejected] "

[ruby-core:80107] [Ruby trunk Bug#13150] TestMarshal failures on FreeBSD with gcc7 because of GC
 2017-03-13  7:30 UTC 

[ruby-core:79960] [Ruby trunk Feature#13290] A method to use a hash like in a case construction
 2017-03-13  7:28 UTC  (6+ messages)
` [ruby-core:79961] "
` [ruby-core:79963] "
` [ruby-core:79965] "
` [ruby-core:79976] "
` [ruby-core:80106] [Ruby trunk Feature#13290][Feedback] "

[ruby-core:80089] [Ruby trunk Bug#13308] Backport request rubygems-2.6.10 for ruby_2_4
 2017-03-13  6:58 UTC  (2+ messages)
` [ruby-core:80105] "

[ruby-core:80104] [CommonRuby Feature#13122][Rejected] Special syntax for Hash#default_proc
 2017-03-13  6:46 UTC 

[ruby-core:80097] [Ruby trunk Feature#13309] Locale paramter for Integer(), Float(), Rational()
 2017-03-13  6:33 UTC  (2+ messages)
` [ruby-core:80103] "

[ruby-core:80102] [Ruby trunk Feature#13109][Rejected] `using` in refinements is required to be physically placed before the refined method call
 2017-03-13  6:12 UTC 

[ruby-core:80082] [Ruby trunk Bug#13307] Changing scheme from http to https for the URI does not change the port number
 2017-03-13  6:07 UTC  (4+ messages)
` [ruby-core:80095] "
` [ruby-core:80096] "
` [ruby-core:80101] "

[ruby-core:80100] [Ruby trunk Feature#12733] Bundle bundler to ruby core
 2017-03-13  5:46 UTC 

[ruby-core:80099] [Ruby trunk Bug#13030] Unexpected T_IMEMO object when building with VMDEBUG
 2017-03-13  5:46 UTC 

[ruby-core:80098] [Ruby trunk Bug#13105] `String#to_f` and `String#to_r` don't stop at successive underscores
 2017-03-13  5:11 UTC 

[ruby-core:80052] [Ruby trunk Bug#13202] Enumerable#slice_before does not take both argument and block at the same time, as it ought to
 2017-03-13  2:44 UTC  (2+ messages)
` [ruby-core:80094] "

[ruby-core:80051] [Ruby trunk Bug#13193] [DOC] Revise docs for Date and DateTime
 2017-03-13  2:43 UTC  (2+ messages)
` [ruby-core:80093] "

[ruby-core:80050] [Ruby trunk Bug#11752] Bug in Rational documentation
 2017-03-13  2:42 UTC  (2+ messages)
` [ruby-core:80092] "

[ruby-core:80046] [Ruby trunk Bug#13190] [DOC] Fix error for escape sequences in string literals
 2017-03-13  2:40 UTC  (2+ messages)
` [ruby-core:80091] "

[ruby-core:80045] [Ruby trunk Bug#13169] Fix OpenStruct#each_pair return value
 2017-03-13  2:38 UTC  (2+ messages)
` [ruby-core:80090] "

[ruby-core:80017] [Ruby trunk Bug#13078] with Integer a and b, a.fdiv(b) sometimes inaccurate than Rational(a, b).to_f
 2017-03-13  2:30 UTC  (2+ messages)
` [ruby-core:80088] "

[ruby-core:80021] [Ruby trunk Bug#12855] Inconsistent keys identity in compare_by_identity Hash when using literals
 2017-03-13  1:00 UTC  (2+ messages)
` [ruby-core:80087] "

[ruby-core:80038] [Ruby trunk Bug#13161] [DOC] Enumerable#{min, min_by, max, max_by} didn't mention they return a sorted array
 2017-03-13  0:58 UTC  (2+ messages)
` [ruby-core:80086] "

[ruby-core:80032] [Ruby trunk Bug#13096] error using undef_method + refinements
 2017-03-13  0:57 UTC  (2+ messages)
` [ruby-core:80085] "

[ruby-core:80034] [Ruby trunk Bug#13135] Regexp.last_match returns nil with s.rindex(//)
 2017-03-13  0:56 UTC  (2+ messages)
` [ruby-core:80084] "

[ruby-core:80039] [Ruby trunk Bug#12405] Queue doesn't work inside of trap
 2017-03-13  0:54 UTC  (2+ messages)
` [ruby-core:80083] "

[ruby-core:80081] [Ruby trunk Bug#13306] [DOC] rdoc for IO#puts
 2017-03-12 20:42 UTC 

[ruby-core:80079] [Ruby trunk Bug#13305] Occasional segfaults after defining methods while running coverage
 2017-03-12 20:12 UTC  (2+ messages)
` [ruby-core:80080] "

[ruby-core:80078] [Ruby trunk Bug#13304] public function rb_thread_fd_close is removed at r57422
 2017-03-12 19:06 UTC 

[ruby-core:80076] [Ruby trunk Bug#10403] `puts` documentation fix
 2017-03-12 18:41 UTC  (2+ messages)
` [ruby-core:80077] "

[ruby-core:80075] [Ruby trunk Bug#9829] Contradictions in docs for FileUtils::ln (and related functions)
 2017-03-12 18:30 UTC 

[ruby-core:80074] [Ruby trunk Feature#13303] String#any? as !String#empty?
 2017-03-12 18:29 UTC 

[ruby-core:80073] [Ruby trunk Bug#12997][Closed] Out-of-bounds read in regcomp.c
 2017-03-12 18:17 UTC 

[ruby-core:80002] [Ruby trunk Bug#13299] backport r57469, r57472, r57508 (garbage reduction for IO#write/syswrite)
 2017-03-12 18:15 UTC  (3+ messages)
` [ruby-core:80003] [Ruby trunk Bug#13299][Closed] "
` [ruby-core:80072] [Ruby trunk Bug#13299] "

[ruby-core:79964] [Ruby trunk Bug#13291] Backport r57809 (fix misplaced parenthesis)
 2017-03-12 17:26 UTC  (2+ messages)
` [ruby-core:80071] "

[ruby-core:79913] [Ruby trunk Bug#13279] Math.log10 accuracy regression
 2017-03-12 17:24 UTC  (2+ messages)
` [ruby-core:80070] "

[ruby-core:79966] [Ruby trunk Bug#13292] Invalid encodings in UTF-32
 2017-03-12 17:22 UTC  (2+ messages)
` [ruby-core:80069] "

[ruby-core:79940] [Ruby trunk Bug#13287] Stack consistency error (sp: 97, bp: 96)
 2017-03-12 17:14 UTC  (4+ messages)
` [ruby-core:79952] "
` [ruby-core:79953] "
` [ruby-core:80068] "

[ruby-core:79951] [Ruby trunk Bug#13289] Integer overflow in str_byte_substr & rb_str_subpos when set SHARABLE_MIDDLE_SUBSTRING by 1
 2017-03-12 16:51 UTC  (2+ messages)
` [ruby-core:80067] "

[ruby-core:79923] [Ruby trunk Bug#12975] Edit documentation for IO#print function
 2017-03-12 16:31 UTC  (2+ messages)
` [ruby-core:80066] "

[ruby-core:80065] [Ruby trunk Bug#13273] [DOC] Proc#call docs show "Document-method: []" directive
 2017-03-12 16:23 UTC 

[ruby-core:80064] [Ruby trunk Bug#13267] ruby 2.4.0 i686-w64-mingw32 + boost compilation error
 2017-03-12 16:21 UTC 

[ruby-core:80063] [Ruby trunk Bug#13268] [DOC] Restore docs for String#<<
 2017-03-12 16:20 UTC 

[ruby-core:80062] [Ruby trunk Bug#13225] [DOC] expand docs for Date shifting
 2017-03-12 16:18 UTC 

[ruby-core:80061] [Ruby trunk Bug#13148] [DOC] Small doc fix for Hash#dig and Struct#dig
 2017-03-12 16:17 UTC 

[ruby-core:80060] [Ruby trunk Bug#13111] Degraded performance for delegated methods through Forwardable module
 2017-03-12 14:57 UTC 

[ruby-core:80059] [Ruby trunk Bug#13253] SIGSEGV in parser_heredoc_dedent()
 2017-03-12 14:39 UTC 

[ruby-core:80058] [Ruby trunk Bug#13242] SIGSEGV in rb_bigzero_p()
 2017-03-12 14:18 UTC 

[ruby-core:80057] [Ruby trunk Bug#13229] [DOC] Add document title for extension.rdoc
 2017-03-12 14:06 UTC 

[ruby-core:80056] [Ruby trunk Bug#13234] Infinite recursion (stack overflow) in parse_char_class()
 2017-03-12 14:03 UTC 

[ruby-core:80047] [Ruby trunk Bug#13184] unused parameter in ruby.h - native ruby extension compilation failure on ruby 2.4
 2017-03-12 13:47 UTC  (2+ messages)
` [ruby-core:80055] "

[ruby-core:80054] [Ruby trunk Bug#13227] Crash when refine subclass method and call super
 2017-03-12 13:46 UTC 

[ruby-core:57725] [ruby-trunk - Bug #8996][Open] pthread_mutex_lock EINVAL
 2017-03-12 13:01 UTC  (2+ messages)
` [ruby-core:80053] [Ruby trunk Bug#8996] "

[ruby-core:80049] [Ruby trunk Bug#13189] [DOC] Restore class documentation for Struct
 2017-03-12  7:54 UTC 

[ruby-core:80048] [Ruby trunk Bug#13200] Ruby 2.4.0 Stable Fails to Build from Source on openSUSE
 2017-03-12  7:53 UTC 

[ruby-core:80019] [Ruby trunk Bug#13232] Comparing BigDecimal to float or Rational fails sometimes
 2017-03-12  4:38 UTC  (2+ messages)
` [ruby-core:80044] "

[ruby-core:80033] [Ruby trunk Feature#13302] Provide a (force) --enable-openssl switch for ruby ./configure (or similar)
 2017-03-12  2:59 UTC  (2+ messages)
` [ruby-core:80043] "

[ruby-core:80042] [Ruby trunk Bug#13176] Segfault during exception raising because rb_thread_t.errinfo is set to IMEMO object
 2017-03-11 19:18 UTC 

[ruby-core:80041] [Ruby trunk Bug#13170] OpenSSL::X509::Name#eql? broken in Ruby 2.4.0
 2017-03-11 18:59 UTC 

[ruby-core:80040] [Ruby trunk Bug#13080] [mingw regression] broken openssl extension in 2.4.0p0
 2017-03-11 18:59 UTC 

[ruby-core:80037] [Ruby trunk Bug#13158] UNIXServer#closed? returns false after UNIXServer#close called
 2017-03-11 18:07 UTC 

[ruby-core:80036] [Ruby trunk Bug#13147] Update documentation for URI#escape
 2017-03-11 18:02 UTC 

[ruby-core:80035] [Ruby trunk Bug#13145] Symbol#clone doesn't work correctly
 2017-03-11 17:51 UTC 

[ruby-core:80031] [Ruby trunk Bug#12884] Using a HashWithIndifferentAccess with a default value in a function with a keyword parameter converts it to a Hash
 2017-03-11 17:17 UTC 

[ruby-core:80029] [Ruby trunk Bug#12821] Object converted to Hash unexpectedly under certain method call
 2017-03-11 17:12 UTC  (2+ messages)
` [ruby-core:80030] [Ruby trunk Bug#12821][Closed] "

[ruby-core:80028] [Ruby trunk Bug#13132] [DOC] Improve documentation for Binding
 2017-03-11 17:10 UTC 

[ruby-core:80027] [Ruby trunk Bug#13120] p [].class shows ThreadSafe::Array when it expects to show Array
 2017-03-11 16:44 UTC 

[ruby-core:80026] [Ruby trunk Bug#13119] String#scrub ignores the block if the string encoding is not ASCII-compatible
 2017-03-11 16:39 UTC 

[ruby-core:80025] [Ruby trunk Bug#12613] iseq_set_sequence: adjust bug -1 < 0 (retry inside begin/rescue)
 2017-03-11 16:29 UTC 

[ruby-core:80024] [Ruby trunk Bug#13107] def_delegators causes random errors in MRI 2.4.0
 2017-03-11 16:24 UTC 

[ruby-core:80023] [Ruby trunk Bug#13113] Performance issue, const_set Module.new is too slow in Ruby 2.4
 2017-03-11 15:03 UTC 

[ruby-core:80022] [Ruby trunk Bug#13112] io/console io.winsize=[rows, cols] throws TypeError: no implicit conversion of false into Integer
 2017-03-11 14:59 UTC 

[ruby-core:80020] [Ruby trunk Bug#13090] Cannot use return statement in lambdas using instance_eval (MRI 2.4)
 2017-03-11 14:25 UTC 

[ruby-core:80018] [Ruby trunk Bug#13084] String cast to Rational on 2.4.0p0 results in SegFault with Mathn required
 2017-03-11 13:35 UTC 

[ruby-core:80016] [Ruby trunk Bug#13076] SEGV in io.c when reading closed stream in Thread
 2017-03-11 13:03 UTC 

[ruby-core:80015] [Ruby trunk Bug#13073] Hash Key => Proc parse failure
 2017-03-11 12:53 UTC 

[ruby-core:80014] [Ruby trunk Bug#13074] When executing instance_exec with symbol.to_proc, it ignores first argument
 2017-03-11 12:45 UTC 

[ruby-core:80005] [Ruby trunk Bug#13301] Bad value parse in IniFile Gem
 2017-03-11 10:48 UTC  (3+ messages)
` [ruby-core:80006] "
` [ruby-core:80013] [Ruby trunk Bug#13301][Third Party's Issue] "

[ruby-core:80012] [Ruby trunk Bug#13075] String#unpack with block / String#unpack1 exposes uninitialized memory
 2017-03-11 10:44 UTC 

[ruby-core:80011] [Ruby trunk Bug#13068] VC6 compilation failures
 2017-03-11 10:28 UTC 

[ruby-core:79981] [Ruby trunk Bug#13297] SIGSEGV on ruby exit after `require 'tk'`
 2017-03-11  8:47 UTC  (4+ messages)
` [ruby-core:79982] "
` [ruby-core:79987] [Ruby trunk Bug#13297][Third Party's Issue] "
` [ruby-core:80010] [Ruby trunk Bug#13297] "

[ruby-core:80009] [Ruby trunk Feature#9453] Return symbols of defined methods for `attr` and friends
 2017-03-11  5:43 UTC 

[ruby-core:80004] [Ruby trunk Feature#13300] Strip chroot path from $LOADED_FEATURES when calling Dir.chroot
 2017-03-11  3:29 UTC  (3+ messages)
` [ruby-core:80007] "
` [ruby-core:80008] "

[ruby-core:56609] [ruby-trunk - Bug #8784][Open] CSV - Empty fields are discarded when col_sep is a space
 2017-03-10 15:12 UTC  (2+ messages)
` [ruby-core:80001] [Ruby trunk Bug#8784] "

[ruby-core:80000] [Ruby trunk Bug#11567] Segmentation fault CFUNC :gets
 2017-03-10 14:08 UTC 

[ruby-core:79972] [Ruby trunk Misc#13296] building ruby for windows always puts the version number into the ruby library, resulting in redundancy when using --with-soname
 2017-03-10 14:02 UTC  (16+ messages)
` [ruby-core:79977] [Ruby trunk Misc#13296][Rejected] "
` [ruby-core:79979] [Ruby trunk Misc#13296] "
` [ruby-core:79985] "
` [ruby-core:79986] "
` [ruby-core:79988] "
` [ruby-core:79989] "
` [ruby-core:79990] "
` [ruby-core:79991] "
` [ruby-core:79992] "
` [ruby-core:79993] [Ruby trunk Misc#13296][Closed] "
` [ruby-core:79994] [Ruby trunk Misc#13296] "
` [ruby-core:79995] "
` [ruby-core:79996] "
` [ruby-core:79997] "
` [ruby-core:79999] "

[ruby-core:79998] DevelopersMeeting20170313Japan
 2017-03-10 12:32 UTC 

[ruby-core:79983] [Ruby trunk Bug#13298] mingw SEGV TestEnumerable#test_callcc
 2017-03-09 20:58 UTC  (2+ messages)
` [ruby-core:79984] "

[ruby-core:79978] [Ruby trunk Bug#13235] [BUG] Segmentation fault at 0x00000000000038
 2017-03-09  8:55 UTC 

[ruby-core:79975] [Ruby trunk Bug#13258] Segmentation fault at 0x00000000000000 during instance_eval
 2017-03-09  3:33 UTC 

[ruby-core:79969] [Ruby trunk Bug#13293] 2017-03-08 trunk 57807 mingw x64, SEGV, test/ruby/test-enum.rb
 2017-03-09  2:37 UTC  (3+ messages)
` [ruby-core:79973] "
` [ruby-core:79974] "

[ruby-core:79971] [Ruby trunk Feature#13295] [PATCH] compile.c: apply opt_str_freeze to String#-@ (uminus)
 2017-03-08 21:26 UTC 

[ruby-core:79970] [Ruby trunk Bug#13294] 2017-03-08 trunk 57807 mingw x64, SEGV, test/ruby/test-array.rb
 2017-03-08 18:10 UTC 

[ruby-core:79968] [Ruby trunk Feature#12698] Method to delete a substring by regex match
 2017-03-08 17:03 UTC 

[ruby-core:79941] [Ruby trunk Bug#13288] mingw issues with 57789
 2017-03-08 15:20 UTC  (12+ messages)
` [ruby-core:79942] "
` [ruby-core:79943] [Ruby trunk Bug#13288][Assigned] "
` [ruby-core:79946] [Ruby trunk Bug#13288] "
` [ruby-core:79947] "
` [ruby-core:79948] "
` [ruby-core:79949] "
` [ruby-core:79950] "
` [ruby-core:79958] "
` [ruby-core:79959] "
` [ruby-core:79962] "
` [ruby-core:79967] "

[ruby-core:79925] [Ruby trunk Feature#13263] Add companion integer nth-root method to recent Integer#isqrt
 2017-03-07 16:31 UTC  (4+ messages)
` [ruby-core:79929] "
` [ruby-core:79938] "
` [ruby-core:79957] "

[ruby-core:79912] [Ruby trunk Bug#13270] IRB hangs when printing "\e]"
 2017-03-07 14:34 UTC  (3+ messages)
` [ruby-core:79937] "
` [ruby-core:79956] [Ruby trunk Bug#13270][Rejected] "

[ruby-core:79939] [Ruby trunk Feature#12573] Introduce a straightforward way to discover whether a process is running
 2017-03-07 13:59 UTC  (5+ messages)
` [ruby-core:79944] "
` [ruby-core:79945] [Ruby trunk Feature#12573][Open] "
` [ruby-core:79954] [Ruby trunk Feature#12573] "
` [ruby-core:79955] "

[ruby-core:79921] [Ruby trunk Bug#13277] Ruby 2.4.0 gem server 2.6.8
 2017-03-06 14:11 UTC  (2+ messages)
` [ruby-core:79935] "

[ruby-core:79934] [Ruby trunk Bug#13286] Segfault when using rb_debug_inspector_open / rb_debug_inspector_frame_binding_get with Fiddle, but not when directly from C extension
 2017-03-06 11:30 UTC 

[ruby-core:79932] [Ruby trunk Bug#13285] You may have encountered a bug in the Ruby interpreter or extension libraries
 2017-03-06  5:55 UTC  (2+ messages)
` [ruby-core:79933] [Ruby trunk Bug#13285][Rejected] "

[ruby-core:79928] [Ruby trunk Bug#13284] IA64 ruby 2.4 miniruby segfault
 2017-03-05 23:56 UTC 

[ruby-core:79918] [Ruby trunk Bug#13276] Ruby Dir.glob returns empty array when too many open files (silent failure)
 2017-03-05 13:14 UTC  (5+ messages)
` [ruby-core:79919] [Ruby trunk Bug#13276] Ruby Dir.glob returns empty array when OS has no more file handles "
` [ruby-core:79920] [Ruby trunk Bug#13276] "
` [ruby-core:79922] [Ruby trunk Bug#13276] Dir.glob returns empty array when OS has no more file handles (expected exception)
` [ruby-core:79924] "

[ruby-core:79911] [Ruby trunk Feature#13278][Third Party's Issue] Rubygems Command Reference added to repo
 2017-03-05  0:15 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).