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] castable as for untyped atomic value(s) #4900

Merged

Commits on May 17, 2023

  1. [fix] castable as for untyped atomic value(s)

    It appears perfectly acceptable for UntypedAtomicValue.convertTo to convert to subtypes of Type.STRING as StringValue(… value, requiredType). The conversion was omitted, and the omission was breaking “castable as” for Type.NCNAME in particular.
    
    These conversions are already acceptable for StringValue(s), and are borrowed from there.
    alanpaxton committed May 17, 2023
    Configuration menu
    Copy the full SHA
    b364aa7 View commit details
    Browse the repository at this point in the history