Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
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. |
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 emptya
titled 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.