Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement file.write #29

Closed
hulto opened this issue Mar 18, 2022 · 0 comments
Closed

Implement file.write #29

hulto opened this issue Mar 18, 2022 · 0 comments
Labels
eldritch Related to the Eldritch language feature New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@hulto
Copy link
Collaborator

hulto commented Mar 18, 2022

Implement Eldritch's file.write function, which should exhibit the following behaviour:

  • If the file does exists this method should error.
  • It should write a string to a file path.
  • It should be implemented to be cross platform (e.g. Windows support). If an invalid path is supplied for the current operating system, an error should be returned.
@hulto hulto added feature New feature or request good first issue Good for newcomers and removed feature New feature or request labels Mar 18, 2022
@KCarretto KCarretto added feature New feature or request eldritch Related to the Eldritch language labels Mar 22, 2023
@KCarretto KCarretto changed the title [feature] file.write Implement file.write Mar 22, 2023
@hulto hulto added the help wanted Extra attention is needed label Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
eldritch Related to the Eldritch language feature New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants