-
Notifications
You must be signed in to change notification settings - Fork 48
Export issues #1550
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
Comments
@TWAMatthias Are you on Windows? If so, your second issue is probably a duplicate of #1531. |
@isc-bsaviano I have switched it off - but it may be a problem that you want to fix. |
Hi @TWAMatthias, thanks for checking. The As for the export issue, I think it's going to be very difficult for me to reproduce given my experience debugging #1526, which I believe was reported by a colleague of yours. If you are willing to help me identify the cause I can give you a version of the extension with extensive logging so we can see what is going on. Do you only see this issue when exporting from the Explorer view? |
Hi @isc-bsaviano,
To be honest, I can't see how the git setting would help. I tested the git config. During iris-export vscode it still opens all exported classes (unsaved state, CRLF). When I save it, it compiles and converts it back to LF. Nothing to do for git, but a lot for vscode and iris - for a whole bunch of nothing. When we set I can't see why the But this is up to you. We set the
I tested a like bit more. The solution from #1526 unfortunately doesn't work properly. I switch to a branch with about 60 changed classes and I got the same issues.
ERROR #5864: User 'SYSTEM' in process '9232' has 'hide.this.package.MyClass.cls' open for editing.
> ERROR #5030: An error occurred while compiling class 'hide.this.package.MyClass2' And yes, you can send me a custom version with more logging. br Matthias |
Thank you for responding @TWAMatthias. Those git settings should tel it to ignore line ending differences. They are in use a lot by teams that work on different operating systems. I can look into changing this extension's behavior so the line endings are preserved where we can. However, having git ignore line endings will prevent this behavior from happening with any tool your team might use, so I would recommend doing it anyways. Thank you for volunteering to install a version with logging. Please install the vsix in the attached zip archive, reproduce your issue, and then send me the contents of the |
Hi,
I am currently using v3.0.2-beta.12 to test the Git functionality and I have two problems with the export. Latest 2.x version seems to be fine.
When I run "Export" in the Iris-Explorer:
br Matthias
The text was updated successfully, but these errors were encountered: