You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran into this while working on Rust Tagging. I wasn't able to compile and test because .rs files imply either Rust source of Renderscript. We omit spurious extensions in Source.Language, but instead of a result that returns Unknown -> "Unknown", we should probably throw an exception indicating why this is tripping up (ie., "ambiguous file extension").
for the time being, I added RenderScript for my PR:
Ran into this while working on Rust Tagging. I wasn't able to compile and test because
.rs
files imply either Rust source of Renderscript. We omit spurious extensions inSource.Language
, but instead of a result that returnsUnknown -> "Unknown"
, we should probably throw an exception indicating why this is tripping up (ie., "ambiguous file extension").for the time being, I added
RenderScript
for my PR:The text was updated successfully, but these errors were encountered: