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
file ends with colon open but content isnt read #20077
Comments
|
Thanks for reaching out!
I was unable to reproduce with Atom 1.41.0 on Ubuntu 19.04. Can you update to 1.41.0 and let us know if you still see the same issue? I'm also assuming I understand this part of your report correctly:
Just to clarify, you mean the file opens but it's empty? Or does the file not open at all? |
hello, i thought theere are no contributors.. i updated to atom 1.41.0. reproduce: what works: directory -> open file, filenme like ":" i was trying to fix the issue by compiling the atom source code like https://gist.github.com/anriseth/8385fe663db51ce4a218868bdb1cba7b but it failed with some v8 file not sure what.... |
Oh interesting - with this extra detail I can reproduce I see that the tab filename is actually |
exactly.. that what i was saying ..... |
|
@lee-dohm what are those labels mean? |
|
They’re what we use to prioritize tasks against each other. |
|
Is this issue still open? If yes then I want to work on this. This is actually my first time contributing to a project on github. Any guidance is welcome. |
|
i confirm, there is yyyy2021 and problem still exists. make 2 files check each works: fail (open untitled) When i open it in my UI, instead of Kate, Sublime, KWrite, vim, Okular, Libre Office, Pluma, MousePad, FeatherPad - they are works. So.. when you plan to fix it? UPD: atom 1.55.0 |
|
I can still reproduce. |
|
I can reproduce the issue "1.57.0", it ignores when a ":" comes in the file name and there is no extension after that like 'a:', "a:8". But "a:b" is working and "a:8" is not working. I'll try to fix this soon. |
Edit by @rsese to add more specific repro steps
echo "123" > a:Application: Open File(Ctrl+O on Linux)Expect the
a:file to open, actual behavior is an emptyatitled tab is open.Seems
:is legal though maybe not ideal for a filename on Linux?:is illegal for a filename on Windows and I'm not sure about macOS behavior if it's specifically an illegal character but the behavior was the same on macOS 10.14.6 (except the file open dialog showeda/in the open dialog).Prerequisites
Description
Steps to Reproduce
Expected behavior:
open the content
Actual behavior:
not open the content
Reproduces how often:
∞
Versions
Atom : 1.37.0
Electron: 2.0.18
Chrome : 61.0.3163.100
Node : 8.9.3
debian
Additional Information
im using atom 1.37 x64 version on linux.
i tried to open a file that ends with ':' and it opened but content of file didn't load. it loaded it empty.
The text was updated successfully, but these errors were encountered: