TritonVM / tasm-lang

Writing tasm with Rust syntax
15 stars 2 forks source link

CI fails: `::` not allowed in file names on Windows #69

Closed Sword-Smith closed 6 months ago

Sword-Smith commented 6 months ago

CI on Windows fails because a profile file contains the substring "::". Change the profile-generating logic such that :: is replaced by e.g. __ (two underscores).