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

Remove autodecoding #34

Open
27 of 67 tasks
ljmf00 opened this issue May 18, 2022 · 0 comments
Open
27 of 67 tasks

Remove autodecoding #34

ljmf00 opened this issue May 18, 2022 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@ljmf00
Copy link
Member

ljmf00 commented May 18, 2022

  • Compile and run tests with NoAutodecodeStrings version flag
    • ripstd.algorithm
    • ripstd.array
    • ripstd.ascii
    • ripstd.base64
    • ripstd.bigint
    • ripstd.bitmanip
    • ripstd.compiler
    • ripstd.complex
    • ripstd.concurrency
    • ripstd.container
    • ripstd.conv
    • ripstd.csv
    • ripstd.datetime
    • ripstd.demangle
    • ripstd.digest
    • ripstd.encoding
    • ripstd.exception
    • ripstd.file
    • ripstd.format
    • ripstd.functional
    • ripstd.getopt
    • ripstd.json
    • ripstd.math
    • ripstd.mathspecial
    • ripstd.meta
    • ripstd.mmfile
    • ripstd.net
    • ripstd.numeric
    • ripstd.perallelism
    • ripstd.path
    • ripstd.process
    • ripstd.random
    • ripstd.range
    • ripstd.regex
    • ripstd.signals
    • ripstd.socket
    • ripstd.stdint
    • ripstd.stdio
    • ripstd.string
    • ripstd.sumtype
    • ripstd.system
    • ripstd.traits
    • ripstd.typecons
    • ripstd.uni
    • ripstd.uri
    • ripstd.utf
    • ripstd.uuid
    • ripstd.variant
    • ripstd.zip
    • ripstd.zlib
  • Remove usage of autodecodeStrings, except on isAutodecodableString
  • Remove equal optimization for autodecoding
  • Remove autodecoding special cases:
    • on generic range interface for array overloads
      • popFront
      • popBack
      • front
      • back
    • on byUTF
    • on put
    • on isRandomAccessRange
    • on hasLength
    • on hasSlicing
    • on array
  • Remove byCodeUnit
  • Remove isAutodecodableString and NoAutodecodeStrings
@ljmf00 ljmf00 added the help wanted Extra attention is needed label May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant