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

Fix some non-byteclean drivers #807

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Fix some non-byteclean drivers #807

wants to merge 7 commits into from

Commits on Nov 8, 2023

  1. bitwise: Support string-to-char[] in some cases

    This makes bitwise allow converting strings to char[] without encoding
    if the string can be encoded purely as ASCII. Drivers should really
    be pre-encoding strings, which this will also natively allow, but
    a LOT of drivers will need to change for this to be a hard requirement.
    kk7ds committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    779bfa9 View commit details
    Browse the repository at this point in the history
  2. boblov_x3plus: Fix raw bytestring handling

    This driver also hasn't been converted or tested for python3. However,
    it is pretty simple so this change also includes prospective byte-clean
    conversions which may make it just work.
    kk7ds committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    825bcb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0711952 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c25e1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7126df3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bca5bec View commit details
    Browse the repository at this point in the history
  7. vx8: Fix raw bytestring handling (et al)

    This also fixes some other python3isms that apparently never got
    addressed originally.
    kk7ds committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    330720b View commit details
    Browse the repository at this point in the history