Sublime Forum

Dev Build 3090

#1

Dev Build 3090 is out now.

.sublime-syntax files can now include .tmLanguage files, by pushing or including a context with the name “scope:source.css”, for example. This was done to allow overriding the inbuilt CSS and JavaScript etc packages - I initially didn’t realise how many people were doing this, which is why it wasn’t there from the start.

This is impemented by internally converting all tmLanguage files into sublime-syntax ones when they’re loaded. It’s quite possible that changing the tmLanguage processing in this way has broken something, so please let me know of any regressions.

1 Like

#2

I’m using https://github.com/SublimeText-Markdown/MarkdownEditing , and it was broken by Build 3090.

The error I get is “Error loading syntax file ‘Packages/MarkdownEditing/Markdown.tmLanguage’: no such context scope:source.cs#.documentation”

Rolling back to previous build :angry:

0 Likes

#3

error: Error loading syntax file “Packages/C#/C#.tmLanguage”: no such context .documentation

c# is broken.

How do I roll back to previous build?

0 Likes

#4

[quote=“evepoe”]error: Error loading syntax file “Packages/C#/C#.tmLanguage”: no such context .documentation

c# is broken.

How do I roll back to previous build?[/quote]

Go to sublimetext.com/3dev

Copy the link for your OS, e.g: c758482.r82.cf2.rackcdn.com/Subl … 203090.dmg for Mac OSX

Change the last 4 digits of the URL to 3088, eg. c758482.r82.cf2.rackcdn.com/Subl … 203088.dmg

Download

Install.

0 Likes

#5

There seems to be something wrong between 3090 and SublimeLinter3.
It launches several instances and crashes in a short period.
If I disable SublimeLinter3 by modifying the Preferences.sublime-settings manually, it won’t happen.

OS: Windows 7 x64

0 Likes

#6

Still not a fan of how newest builds import other sublime-syntax files. I have to say, I really like the old syntax import method; just include css.source. It was more flexible. This lexicographical order stuff is kind of a pain.

0 Likes

#7

Reporting in that my sublime became unusable with this build, crashing on startup. Attempting solutions above.

0 Likes

#8

[quote=“evepoe”]error: Error loading syntax file “Packages/C#/C#.tmLanguage”: no such context .documentation
[/quote]

Same problem with SCSS syntax

EDIT: Solved by deleting the SCSS package cache.

0 Likes

#9

Some PHP files make ST3 to crash, and my whole computer in the same time.

0 Likes

#10

I think it’s safe to say that the advice here would be not to upgrade to 3090 :smile:

0 Likes

#11

3091 is out now addressing the above issues.

@facelessuser: the primary change in 3090 was changing the way syntax files are included, it’s already what you suggest

0 Likes

#12

No issues here :smile:

Do you know when you’ll be open sourcing the current schemes, so we can improve them quicker? :smile:

0 Likes

#13

My PlainNotes files that are using Note.tmLanguage are causing sublime to go into an infinite loop (CPU usage 98%) in Dev Build 3091. It was woking just fine under build 3088

UPDATE 1: I downgraded to 3088 and removed PlainNotes plugin directory in Cache folder. Now it does not go into infinite loop but raises this error:

Error loading syntax file "Packages/PlainNotes/Note.tmLanguage": no such context scope:text.html.basic at line 620 column 24

I have HTML default package enabled and it should find both HTML.sublime-syntax and HTML.tmLanguage. don’t know why it can’t find the text.html.basic.

By the way: trying to set syntax to html using command palette I get two commands options that are identical: Set Syntax: HTML. It would be nice to differentiate them somehow so that we know which one is sublime-syntax and which one is the old tmLanguage

0 Likes

#14

Every time I’m opening a project i get this:

[quote]worker 11276 appears stuck while processing file /C/work/zzzz/xxxTheme/wp-content/themes/xxx/comments.php, killing process
worker 13664 appears stuck while processing file /C/work/zzzz/xxxTheme/wp-content/themes/xxx/functions.php, killing process
worker 13860 appears stuck while processing file /C/work/zzzz/xxxTheme/wp-activate.php, killing process
worker 12216 appears stuck while processing file /C/work/zzzz/xxxTheme/index.php, killing process
worker 5600 appears stuck while processing file /C/work/zzzz/xxxTheme/wp-comments-post.php, killing process
worker 10412 appears stuck while processing file /C/work/zzzz/xxxTheme/wp-blog-header.php, killing process[/quote]

I tried to remove cache, but no dice (didn’t tried yet to disable packages)

I’m on W8.1

0 Likes

#15

WTF is wrong with Sublime Text 3 devs ?!? So much releases with almost only regression fix !!! And now, you just can’t open PHP file…

PLEASE, before publishing a new release, TEST IT and be sure there is no more f******g bugs !!! :angry:

After this kind words, I quit fore Atom :smiling_imp:

0 Likes

#16

[quote=“Yago”]WTF is wrong with Sublime Text 3 devs ?!? So much releases with almost only regression fix !!! And now, you just can’t open PHP file…

PLEASE, before publishing a new release, TEST IT and be sure there is no more f******g bugs !!! :angry:

After this kind words, I quit fore Atom :smiling_imp:[/quote]

You know ST3 is a beta, right?

0 Likes

#17

[quote=“Yago”]WTF is wrong with Sublime Text 3 devs ?!? So much releases with almost only regression fix !!! And now, you just can’t open PHP file…

PLEASE, before publishing a new release, TEST IT and be sure there is no more f******g bugs !!! :angry:

After this kind words, I quit fore Atom :smiling_imp:[/quote]

Please refrain from posting unproductive and uninsightful comments like this, or you’ll be banned.

0 Likes

#18

Yes I know this is an alpha, since almost 3 years !

But anybody who is just a little bit sane doesn’t publish a release who fucked up your working tool !!! It’s been 3 month that everytime a open a .SCSS file the color syntax failed and now, PHP ?!? :angry:

I work with sublime text since a very long time, and this is the first time where I am really upset and where I think to using Atom, who have a more serious team behind…

0 Likes

#19

[quote=“horsewhip”]

[quote=“Yago”]WTF is wrong with Sublime Text 3 devs ?!? So much releases with almost only regression fix !!! And now, you just can’t open PHP file…

PLEASE, before publishing a new release, TEST IT and be sure there is no more f******g bugs !!! :angry:

After this kind words, I quit fore Atom :smiling_imp:[/quote]

You know ST3 is a beta, right?[/quote]

3090 is not even beta, it’s a dev build. Errors are expected. Don’t use a dev build if you don’t want to see surprises, both good and bad ones.

0 Likes

#20

[quote=“Yago”]Yes I know this is an alpha, since almost 3 years !

But anybody who is just a little bit sane doesn’t publish a release who fucked up your working tool !!! It’s been 3 month that everytime a open a .SCSS file the color syntax failed and now, PHP ?!? :angry:

I work with sublime text since a very long time, and this is the first time where I am really upset and where I think to using Atom, who have a more serious team behind…[/quote]

If you’re using a dev build in a critical environment, then you only have yourself to blame. If you’d prefer Atom, then go work with that.

0 Likes