question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

synchronized highlighting

See original GitHub issue

Relates to #288

synchronized particularly breaks the highlighting especially in a switch/case. Untested against Laurent’s dlang extension.

__gshared int test;
void main(string[] args) {
	synchronized ++test;
	switch (args.length) { // <- broke
	case 0:
		synchronized ++test;
		break; // <- broken, including this comment
	default: // <- broken, including this comment
	}
}

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
WebFreak001commented, Jan 1, 2021

I don’t want to promise anything, just soon™ 😃

(jk, yes expect it actually soon)

0reactions
WebFreak001commented, Dec 9, 2021

0.23.x released

Read more comments on GitHub >

github_iconTop Results From Across the Web

Highlight - Inside Synchro
A Highlight routine lasts 2:30 minutes, and it consists of eight to 10 swimmers, just like the combo. It has a few required...
Read more >
Highlight Safety - The Online Synchro Coach
The most important thing to consider is choosing highlights that are appropriate for you own teams abilities. This includes physical abilities and cognitive ......
Read more >
Readwise
... email resurfacing your best highlights from Kindle, Instapaper, iBooks, and more. ... Review the best parts easily through a daily email &...
Read more >
Syncing Digital Highlights from Readwise to Obsidian
Readwise makes it easy to sync your Kindle highlights directly to Obsidian. But you need to know how to set it up first....
Read more >
Highlighting text across different devices with synchronization
I just downloaded Zotero and the desktop version it's pretty good. I have an android tablet and I would like to maintain a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found