Giter VIP home page Giter VIP logo

Comments (11)

JonathanMagnan avatar JonathanMagnan commented on July 20, 2024 1

Hello @Bykiev ,

Thank you for reporting which one you would like we look at. If there is more, just wait a few days until we complete those first.

I have assigned one of my developers to it.

from graphdiff.

JonathanMagnan avatar JonathanMagnan commented on July 20, 2024 1

After discussion with my developer,

From what we understand is the pull try to make the following example work:

var node1 = new ModelRoot()
{
	Id = Guid.NewGuid(),
	MyModelsLevel1 = new List<ModelLevel1>()
	{
		new ModelLevel1() {Id = guid},
		new ModelLevel1() {Id = guid}
	}
};

There is 2 distinct object with the same Id, it doesn't make sense to make this situation works. Even Entity Framework will throw an error.

It's the developer's responsibility to use the same entity instance for the same Id. Making this work will only add some weird behavior as if other properties have different values, then only values from the first entity found will be taken.

That's currently our opinion on this pull, we will wait for your feedback before closing it.

from graphdiff.

JonathanMagnan avatar JonathanMagnan commented on July 20, 2024

Hello @Bykiev ,

Sure it is!

We fixe new issues and look to new pull requests (there is nothing in 2020).

However, I must admit we do not have really the time to go in the past and fix or look to everything.

We might eventually do a big cleanup as we did with some other free library but at this moment, we just try to answer and make new requests.

Do it answer correctly to your question.

Best Regards,

Jon


Performance Libraries
context.BulkInsert(list, options => options.BatchSize = 1000);
Entity Framework ExtensionsEntity Framework ClassicBulk OperationsDapper Plus

Runtime Evaluation
Eval.Execute("x + y", new {x = 1, y = 2}); // return 3
C# Eval FunctionSQL Eval Function

from graphdiff.

Bykiev avatar Bykiev commented on July 20, 2024

@JonathanMagnan, thank you for your quick response!

Indeed, all open pull requests are old, but still valid (I've reviewed #142, #161, #174). I faced with most of the issues described and nothing was fixed...

from graphdiff.

JonathanMagnan avatar JonathanMagnan commented on July 20, 2024

Hello @Bykiev ,

The fix for the pull for #142 and #161 has been merged and released.

My developer refused the #174, so I will look at it to understand more why.

from graphdiff.

Bykiev avatar Bykiev commented on July 20, 2024

Hi @JonathanMagnan,

Thank you for your time and work! I've reviewed this PR again. indeed there is smth wrong with the tests, but test in PR #143 covers the issue described in #116 and after applying PR #174 test will be passed.

from graphdiff.

Bykiev avatar Bykiev commented on July 20, 2024

@JonathanMagnan, is any news?

from graphdiff.

JonathanMagnan avatar JonathanMagnan commented on July 20, 2024

Hello @Bykiev ,

It seems I missed your last comment.

I will try to make an initial check today on those PRs.

from graphdiff.

JonathanMagnan avatar JonathanMagnan commented on July 20, 2024

I started to look at it and I believe my developer misunderstood the purpose of the PR #174, we already merged the pull #143 and we now better understand the problem.

So we are working on it at this moment :)

from graphdiff.

JonathanMagnan avatar JonathanMagnan commented on July 20, 2024

Hello @Bykiev ,

I now better understand why my developer initially refused it.

There is in fact, 2 different fix in this pull.

The first fix is about duplicate entities (#116) which have been accepted.

The second fix is about 2 different entity with the same id which have been refused (could eventually be done by enabling an option).

The v3.1.2 has been released.

Let us know if something else is missing ;)

Have a great day,

Best Regards,

Jon

from graphdiff.

Bykiev avatar Bykiev commented on July 20, 2024

@JonathanMagnan, thanks!

from graphdiff.

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.