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

v1.0.0 Complete #18

Merged
merged 14 commits into from Sep 23, 2022
Merged

v1.0.0 Complete #18

merged 14 commits into from Sep 23, 2022

Conversation

mauro-balades and others added 14 commits September 15, 2022 19:18
check if project config file exists / it is a file
fs_extra (https://docs.rs/fs_extra/latest) is an extension to std::fs that allows for the moving and copying of files. This will be used to move files out of deps/ into target/{build/run}.
Added github action for rust.yml.
Rust likes to give a lot of warnings <_<
Error handling was using ? to bubble up the error.
Now I'm just handling it inside the function.
Target profiles, directory generation, and automatically moving dependencies when needed
Went through all the manager module code to ensure rectx takes into account Windows code for paths.
This means mostly converting format! to std::path::Path, or adding additional logic that checks std::env::const::OS an ensure the format! generates the correct kind of path.

Issue: #14
Went through all the config module code to ensure rectx takes into account Windows code for paths.
This means mostly converting format! to std::path::Path, or adding additional logic that checks std::env::const::OS an ensure the format! generates the correct kind of path.

Issue: #14
Cross-platform support for Windows
@hrszpuk hrszpuk added the enhancement New feature or request label Sep 23, 2022
@hrszpuk hrszpuk added this to the Release v1.0.0 milestone Sep 23, 2022
@hrszpuk hrszpuk self-assigned this Sep 23, 2022
@hrszpuk hrszpuk merged commit 3db11e1 into master Sep 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants