Giter Site home page Giter Site logo

Comments (3)

greglook avatar greglook commented on July 17, 2024

Ah, good points. When I was writing Puget as part of Vault, the main focus was on canonical printed representations so that the results hashed consistently. Now that its main use is in the REPL, it's probably reasonable to add a :sort-mode option that lets the user choose between always sort (the current default), never sort, or conditionally sort using some heuristic (perhaps configured with a :sort-limit key?)

There's already some precedent for tweaking the canonicalization with the :strict setting.

from puget.

greglook avatar greglook commented on July 17, 2024

Took a crack at this, I think the updates in e0d3da8 should solve your issue here. I didn't want to make things too complex, so the new :sort-keys option has three possible states:

  • true will cause all map and set collections to be sorted (this is the default).
  • An integer will cause collections up to that size to be sorted, larger ones will be iterated as-is.
  • false will not sort any collection keys

from puget.

brandonbloom avatar brandonbloom commented on July 17, 2024

This works great for me. Thanks!

from puget.

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.