Actions
Bug #10671
closedUpdate documentation for literal syntax to reflect the fact that symbols are GC-ed
    Bug #10671:
    Update documentation for literal syntax to reflect the fact that symbols are GC-ed
  
Description
The existing doc warns that symbols are not GC-ed. However, this is not true anymore for 2.2.
Files
        
           Updated by nobu (Nobuyoshi Nakada) almost 11 years ago
          Updated by nobu (Nobuyoshi Nakada) almost 11 years ago
          
          
        
        
      
      - Status changed from Open to Closed
- % Done changed from 0 to 100
Applied in changeset r49056.
literals.rdoc: Update for symbol literals
- doc/syntax/literals.rdoc (Symbols): now Symbols created by
 interpolation can be garbage collected. patch by Yihang Ho in
 [ruby-core:67194]. [Bug #10671]
 [ci skip]
        
           Updated by usa (Usaku NAKAMURA) almost 11 years ago
          Updated by usa (Usaku NAKAMURA) almost 11 years ago
          
          
        
        
      
      - Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN to 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: REQUIRED
        
           Updated by naruse (Yui NARUSE) almost 11 years ago
          Updated by naruse (Yui NARUSE) almost 11 years ago
          
          
        
        
      
      - Backport changed from 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: REQUIRED to 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONE
ruby_2_2 r49375 merged revision(s) 49056.
Actions