Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend the behaviour of Utf8 to replicate that of strict Text #1386

Closed
wants to merge 26 commits into from

Commits on Feb 12, 2022

  1. Configuration menu
    Copy the full SHA
    2cb75c3 View commit details
    Browse the repository at this point in the history
  2. Extend the behaviour of Utf8 to replicate that of strict Text

    * Few undefined APIs.
    * Few APIs need to be improved, need to be made more performant.
    
    This commit adds the general structure and some basic implementation.
    adithyaov committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    56a045a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8a5a76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd4c051 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95fe359 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d606c34 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25b84fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a419c5c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a5492cd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2cb9aa1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    119633a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4c467cc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e71127a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    426a52d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    74e1280 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    464a444 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9c0cde5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    eb3d9f1 View commit details
    Browse the repository at this point in the history
  19. Improve Utf8.partition

    adithyaov committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    7ecb533 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d8a0897 View commit details
    Browse the repository at this point in the history
  21. Improve Utf8.singleton

    adithyaov committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    9bce2f5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    98e4400 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6af34fa View commit details
    Browse the repository at this point in the history
  24. Give credit to the text package in Utf8

    Some documentation & a few examples are taken from the text package
    adithyaov committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    07c248a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a651995 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. General cleanup and fixes

    adithyaov committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    09c7288 View commit details
    Browse the repository at this point in the history