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

temporary cpp file is now deleted correctly on windows #114

Merged
merged 1 commit into from Jun 11, 2019

Conversation

arielf212
Copy link
Contributor

in order to delete the temporary cpp file (ldpl-temp.cpp) the compiler called the rm system command.
windows does not have this command, and instead has del.
I added a simple preprocessor check that will use del on windows and rm on everything else.

in order to delete the temporary cpp file (`ldpl-temp.cpp`) the compiler called the `rm` system command.
windows does not have this command, and instead has `del`.
I added a simple preprocessor check that will use `del` on windows and `rm` on everything else.
@Lartu
Copy link
Owner

Lartu commented Jun 11, 2019

Nice! Thank you very, very much for this! And sorry for the late reply, I've been super busy these last days. I saw the email the moment you submitted this PR, but I haven't had a second to sit down until just now.

Thank you very, very much for your contribution! 😄

@Lartu Lartu merged commit 83e2865 into Lartu:master Jun 11, 2019
@arielf212
Copy link
Contributor Author

Thank you for making an amazingly fun language! ^^

@Lartu
Copy link
Owner

Lartu commented Jun 11, 2019

Haha, thank you 😄 glad you like it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants