Coder Social home page Coder Social logo

Comments (6)

Hubbitus avatar Hubbitus commented on June 11, 2024 1

Situation became even worst, please look at the class Pimcore\Model\Listing\Dao\AbstractDao:

<?php

namespace Pimcore\Model\Listing\Dao;

use Pimcore\Model;

abstract class AbstractDao extends Model\Dao\AbstractDao
{

There use Pimcore\Model; is not class use, but namespace! And class extend the same-named class from another namespace!

So, I see only single robust solution to resolve all such cases - use reflection instead of parsing...

from php-avro-schema-generator.

nick-zh avatar nick-zh commented on June 11, 2024 1

Good find, i agree, this is probably the best way to go 👍

from php-avro-schema-generator.

nick-zh avatar nick-zh commented on June 11, 2024 1

I think that's an acceptable trade off, since this is not something that needs to be super fast but accurate. Impact should be negligible 😁

from php-avro-schema-generator.

Hubbitus avatar Hubbitus commented on June 11, 2024

At master branch 32d5b78

from php-avro-schema-generator.

Hubbitus avatar Hubbitus commented on June 11, 2024

Please wait and do not merge request!

from php-avro-schema-generator.

Hubbitus avatar Hubbitus commented on June 11, 2024

Meantime that may be slow sometimes...

from php-avro-schema-generator.

Related Issues (18)

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.