Giter Site home page Giter Site logo

Comments (3)

tenderlove avatar tenderlove commented on July 28, 2024

Are you sure about this? I'm able to do cyclic hashes from dev:

[apatterson@nyctaefiebert psych (master)]$ ruby -v
ruby 1.9.2dev (2010-03-19 trunk 26977) [x86_64-darwin10.2.0]
[apatterson@nyctaefiebert psych (master)]$ irb
irb(main):001:0> x = {}=> {}
irb(main):002:0> x[x] = x=> {{...}=>{...}}
irb(main):003:0>

from psych.

tenderlove avatar tenderlove commented on July 28, 2024

Just to make sure my irb wasn't wrong:

[apatterson@nyctaefiebert psych (master)]$ ruby -v
ruby 1.9.2dev (2010-03-19 trunk 26977) [x86_64-darwin10.2.0]
[apatterson@nyctaefiebert psych (master)]$ ruby -e'x = {}; x[x] = x; p x'
{{...}=>{...}}
[apatterson@nyctaefiebert psych (master)]$

from psych.

l15n avatar l15n commented on July 28, 2024
lchin@Carthage $ ruby -v
ruby 1.9.2dev (2010-03-06 trunk 26827) [x86_64-darwin10.2.0]
lchin@Carthage $ ruby -e'x = {}; x[x] = x; p x'
-e:1:in `[]=': recursive key for hash (ArgumentError)
    from -e:1:in `<main>'

Didn't work at the time, but is now fixed in:

http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/hash.c?view=log#rev26961

Perhaps it helped that I chatted with nobu on twitter just before those commits.

http://togetter.com/li/10219

So it is no longer a problem.

from psych.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.