Closed evandrocoan closed 6 years ago
Can you provide a full debug log of the process you outlined for reproducing?
I quite do not get what is this. Since from the beginning added this to the main post:
It is not that? How may I get this full debug log of the process
?
On that log, we may see, from the moment Sublime Text
started, the ignore packages is correct:
It is documented at https://github.com/wbond/package_control/issues/new.
Sorry, I got that, I am now trying to reproduce it with debug enabled. Why do you think about this new message:
If you are running into a bug, please you should really read https://packagecontrol.io/docs/troubleshooting
before submitting an issue here.
Bug reports must include a debug log (the setting "debug": true, on Package Control.sublime-settings). The Troubleshooting page explains how to capture one.
I cannot get the whole process, the sublime console window, cut it after several lines. Do you now how to increase it? I going to search while it.
It is correctly only getting 3000 lines back, I need more like 10000 lines.
Did you close a window in the current session? When a new window is created, it starts with an empty console. I don't think the console contents in a single window ever get cleared.
No, just after 3000 lines outputting they got cut. See this logs:
Compare Side-By-Side.txt went_ok1.txt
Both of them are cut before 3000 lines. It is like the terminal scroll history of 3000 lines. As we may see from the first one (not within the debugging output extra print), the header is not present: full installation log.txt
DPI scale: 1
startup, version: 3126 windows x32 channel: stable
executable: /D/User/Dropbox/Applications/SoftwareVersioning/SublimeText/sublime_text.exe
working dir: /C/ProgramData/Microsoft/Windows/Start Menu/Atalhos
packages path: /D/User/Dropbox/Applications/SoftwareVersioning/SublimeText/Data/Packages
state path: /D/User/Dropbox/Applications/SoftwareVersioning/SublimeText/Data/Local
zip path: /D/User/Dropbox/Applications/SoftwareVersioning/SublimeText/Packages
zip path: /D/User/Dropbox/Applications/SoftwareVersioning/SublimeText/Data/Installed Packages
ignored_packages: ["Vintage"]
generating syntax summary
generating meta info summary
ignored packages updated to: ["ApplySyntax", "BracketHighlighter", "Color Highlighter", "DictionaryAutoComplete", "SublimeCodeIntel", "Vintage", "WordHighlight"]
pre session restore time: 13.6066
loading dictionary Packages/MultiLingual Dictionary/EN_PT.dic
startup time: 16.8836
first paint time: 16.8886
first paint time: 16.8906
recreating index
For now I got these two files:
Compare Side-By-Side.txt went_ok1.txt
Both cut by the console output only to the last 3000 lines. On the first one, I said it was not installed and was ignored, but I said it because I though I got the full log. On the second everything went ok.
Now I understand better what is happening. It is not a problem on Package Control, but on Sublime Text. Then, it is already reported over there:
ignored_packages
setting on batch operations
The package control sometimes forget to remove 1 or 2 packages from the ignored list, after installing them
Sometimes everything works ok, other times, 1 or 2 packages end up at the
ignored packages list
, when installing something like 65 missing packages.My ignored packages list is just this
Here we may see, it installed the package
DocBlockr
and right after it was kept on the ignored list. Whille the other 63 packges when ok, getting out from the ignored list, at the process end.full installation log.txt
How to reproduce the issue
1) Install
Sublime Text
from https://www.sublimetext.com/32) Close your Sublime Text and delete/rename the folder below, if it exists: (the folder
sublime-text-3/
below contain all your current settings)3) While keeping your Sublime Text closed, clone this repository using this command: (Linux Only)
Sublime Text
run after the repository clone.Sublime Text 3\
below contain all your current settings)4) Open your Sublime Text and wait several minutes until it install all new packages and restart your Sublime Text.
5) You can open the Console on View -> Console (Ctrl+`) to view the download progress.
Environment
Sublime Text Build 3126 x86 - Windows 10 Package control version 3.2.1