GithubHelp home page GithubHelp logo

Decode to typed fields fails about schema HOT 6 CLOSED

gorilla avatar gorilla commented on June 18, 2024
Decode to typed fields fails

from schema.

Comments (6)

kisielk avatar kisielk commented on June 18, 2024

Hm yes, that should work but I guess there is a bug there.

from schema.

kisielk avatar kisielk commented on June 18, 2024

I think this is going to take an overhaul of the decoding system to fix. The converters need to work based on the underlying kind and then using the appropriate SetT method in the reflect package. encoding/json's decoder.go is a good example of how it should work.

from schema.

teburd avatar teburd commented on June 18, 2024

ran in to this same exact issue myself when trying to decode into something like...

type EnumType int
type EnumTypes []EnumTypes

type DecodeIntoStruct struct {
   Types EnumTypes `schema:"types"`
}

In this case it fails on the reflect.Append call

from schema.

teburd avatar teburd commented on June 18, 2024

This looks like its fixed with the text unmarshaler PR

from schema.

kisielk avatar kisielk commented on June 18, 2024

Do you mean #30?

from schema.

themihai avatar themihai commented on June 18, 2024

It seems this was fixed on #39 so I'm closing it for now.

from schema.

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.