Giter Site home page Giter Site logo

Comments (5)

tonyarnold avatar tonyarnold commented on September 12, 2024

Hi @julien1619 - thanks for reporting this. Is there any chance I could get you to put together a quick test case/app demonstrating the overflow?

from differ.

dineshba avatar dineshba commented on September 12, 2024

Hi @julien1619, I am trying to reproduce the error like below

let from: [Int] = [1, 2, 3, 4]
let to: [Int] = (0...4000).map({$0})
let diff = from.extendedDiff(to)
let patch = diff.patch(from: from, to: to)
print(patch)

Am i doing it correctly ?

Note: I tried with 4000 and i didn't get the error.

Thanks.

from differ.

julien1619 avatar julien1619 commented on September 12, 2024

Hi @tonyarnold and @dineshba ! Sorry for the delay but I was a little bit in a rush.

Your snippet seems similar to what I have, however, my data were an array of structs. I will try to give you a test case that will demonstrate the overflow. I quickly tried it but didn't succeed to reproduce it outside of my use case, so I'll keep trying.

from differ.

dineshba avatar dineshba commented on September 12, 2024

Thanks for your response @julien1619. I tried with simple struct but couldn't able to reproduce.

If you reproduce, please post here. We can try to fix it.

from differ.

jenox avatar jenox commented on September 12, 2024

@julien1619 this issue might be fixed in #66. Could you please verify that this is indeed the case?

from differ.

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.