Skip to content

Unable to start on Windows #65

Description

@Goreek

Steps to reproduce

  1. Compile wafer project by Windows Rust compiler rustc 1.73.0 (cc66ad468 2023-10-03)
  2. Run .\target\debug\wafer.exe (it will use default wafer.yaml)

Expected result
Successful run of calculation

Actual result

Error loading configuration: Unable to create the output directory './output/develop_2023-10-25_20:43:55' caused by: The filename, directory name, or volume label syntax is incorrect. (os error 123)

Additional details
The generated project folder name has colon symbols ':'. It is unacceptable on Windows.
Method wafer::output::get_project_dir() should sanitize the time component of name as well.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions