Skip to content

Conversation

technomancy
Copy link
Contributor

I have it set right now to not overwrite any existing file with that name.

Currently it saves into the TIC data directory rather than the current
directory; if you pass it an absolute path it fails; I believe the
path should be interpreted as relative to the current directory, but
I'm not sure how to accomplish this.

I have it set right now to not overwrite any existing file with that name.

Currently it saves into the TIC data directory rather than the current
directory; if you pass it an absolute path it fails; I believe the
path should be interpreted as relative to the current directory, but
I'm not sure how to accomplish this.
Copy link
Owner

@nesbox nesbox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@nesbox nesbox merged commit 6d86918 into nesbox:master May 30, 2020
@nesbox nesbox added this to the 0.80.0 milestone May 30, 2020
@nesbox nesbox added the console Issues related to console inside TIC-80 label May 30, 2020
@technomancy
Copy link
Contributor Author

Thanks for merging this. Do you have any thoughts on my question? Right now this only saves into the TIC data folder in ~/.local/share/com.nesbox/TIC-80, but I think it would be better if it saved in the current directory instead.

@technomancy technomancy deleted the export-argument branch May 30, 2020 15:00
@nesbox
Copy link
Owner

nesbox commented May 31, 2020

@technomancy yes, saving to a working folder would be more predictable.
I think I'll redesign and clean up command line parameters handling in the next version and will try to make TIC work more like a compiler.

@nesbox nesbox removed this from the 0.80.0 milestone Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
console Issues related to console inside TIC-80
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants