Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Resolve use of deprecated symlink #47

Open
epage opened this issue Aug 15, 2018 · 0 comments
Open

Resolve use of deprecated symlink #47

epage opened this issue Aug 15, 2018 · 0 comments
Labels
breaking-change bug Something isn't working
Milestone

Comments

@epage
Copy link
Contributor

epage commented Aug 15, 2018

action::Symlink uses a deprecated function.

Deprecated since 1.1.0: replaced with std::os::unix::fs::symlink and std::os::windows::fs::{symlink_file, symlink_dir}

  • Should/can we detect if its a file or directory and automatically use the right function
  • Should we expose separate symlink action, builder, and de?
  • Should we have a file_type field?
@epage epage added bug Something isn't working breaking-change labels Aug 15, 2018
@epage epage added this to the 1.0 milestone Aug 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
breaking-change bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant