Git Product home page Git Product logo

Comments (5)

pbiggar avatar pbiggar commented on May 11, 2024

Good point. Let's:

  • treat -1 as wrapping, so it inserts in the last position (similar to python)
  • if the index is greater than the bounds, put it at the end.

from tablecloth.

jdeisenberg avatar jdeisenberg commented on May 11, 2024

Treating -1 as wrapping makes things far more difficult, because people would then expect -2, -3... -len(xs) to work in the same way. I think the “do nothing if out of bounds“ is safest and easiest to implement.

from tablecloth.

pbiggar avatar pbiggar commented on May 11, 2024

Good point, let's do that for now then.

from tablecloth.

Dean177 avatar Dean177 commented on May 11, 2024

The behaviour of this has now changed.

There is a test case demonstrating that when the index is greater than the length of the list then the value is appended.

The documentation examples still refer to the old behaviour and there is no test case for a negative index.

from tablecloth.

pbiggar avatar pbiggar commented on May 11, 2024

Handled this in #224.

It looks like the wrapping behaviour was supported in the rescript version, so I made native match it, and added tests.

Happy to have done it the other way, this was just easier.

from tablecloth.

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.