Git Product home page Git Product logo

Comments (5)

spearce avatar spearce commented on May 8, 2024
What steps will reproduce the problem?
1. View github.googlesource.com


What is the expected output? What do you see instead?
I expect the repositories listed to be sorted lexicographically (AaBb-Az). Instead,
they are sorted A-Za-z.


Please provide any additional information below.

I'm not sure if the correct solution is:
DefaultAccess.java:102
    Map<String, RepositoryDescription> repos = Maps.newTreeMap(String.CASE_INSENSITIVE_ORDER);

or something more complicated using Collators to sort the package in a truly localized
way (to ensure that Foo and foo always sort the same way, rather than just normalizing
both to foo and having the comparator return 0).

Reported by None on 2013-11-27 12:14:30

from gitiles.

spearce avatar spearce commented on May 8, 2024
https://gerrit-review.googlesource.com/52290

Now that I've written it I have mixed feelings about the whole affair as you can see
on the change discussion.

Reported by None on 2013-11-27 13:32:58

from gitiles.

spearce avatar spearce commented on May 8, 2024
I went ahead and wrote this myself after some further investigation.
https://gerrit-review.googlesource.com/#/c/52291/

Reported by None on 2013-11-27 13:37:41

from gitiles.

spearce avatar spearce commented on May 8, 2024
Aaaaand I'm four minutes late :)

Reported by None on 2013-11-27 13:37:53

from gitiles.

spearce avatar spearce commented on May 8, 2024

Reported by None on 2015-03-25 16:58:12

from gitiles.

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.