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

Investigate support for "rename file" #234

Closed
Tracked by #231
magnus-madsen opened this issue Dec 9, 2022 · 4 comments
Closed
Tracked by #231

Investigate support for "rename file" #234

magnus-madsen opened this issue Dec 9, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@magnus-madsen
Copy link
Member

magnus-madsen commented Dec 9, 2022

Renaming a file seems to break the extension. (Possibly because the creation/deletion is not registered correctly?).

@magnus-madsen magnus-madsen added the bug Something isn't working label Jan 15, 2023
@mR4smussen
Copy link
Contributor

Renaming a file seems to break the extension

I want to be sure I’m seeing the same error as you are.
When I rename a file, the compiler throws a "function overload" error for around one second before going back to normal?
This could be caused by the compiler taking around a second longer to realise that the old file name no longer exists than it takes for the compiler to see that a new file exists (making two identical files exist for a short period)

@magnus-madsen
Copy link
Member Author

Oh, so it does go back to normal?

@mR4smussen
Copy link
Contributor

Yes, I can rename a .flix file and after a second everything seems to be back to normal.

@magnus-madsen
Copy link
Member Author

In that case, I think we can consider this fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants