Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Safer string coercions #150

Merged
merged 1 commit into from
Jun 2, 2018
Merged

Safer string coercions #150

merged 1 commit into from
Jun 2, 2018

Commits on Jun 1, 2018

  1. Safer string coercions

    Previously, we blindly assume Ruby strings are UTF-8 and turn them
    into Rust Strings (which *are* assumed to be UTF-8). This is clearly
    unsafe so this commit adds some checks to cofirm that and generate
    type errors appropiately.
    chancancode committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    faaa6b1 View commit details
    Browse the repository at this point in the history