Giter VIP home page Giter VIP logo

Comments (4)

justingaylor avatar justingaylor commented on July 17, 2024
  1. We should raise an error when an Attributor::Struct inside another Attributor::Struct is unnamed. We do not have any handle to an anonymous struct underneath, hence the original example above is not useful.
  2. Also, when encountering an attribute definition with a name and a block, we do not infer the type to be an Attributor::Struct. We should do that.

Until we fix the above two problems, the workaround will be to explicitly give the name AND type:

attribute_definition = Proc.new do
  attribute 'metrics', Attributor::Struct do   # <====== LIKE HERE
    attribute 'months', Attributor::Integer
  end
end

klass = Attributor::Struct.construct(attribute_definition)

from attributor.

careo avatar careo commented on July 17, 2024

What would you expect the resulting object to do in the first case? It's just a proc that wraps a proc, there's no outer attribute.

from attributor.

justingaylor avatar justingaylor commented on July 17, 2024

@careo Yep, I think that's exactly my point. Since there's no outer attribute, there is no way to get to the underlying attribute. Or at least, I don't believe there used to be. There has been a bunch of changes in the last year, so not sure if this is still a valid concern.

from attributor.

careo avatar careo commented on July 17, 2024

Ok. So not really something to fret.

from attributor.

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.