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.

Parameter list is not parsed correctly.

See original GitHub issue

Pls, look at the example:

type A struct{}

func (A)Example(A)(A) {}

In atom using tree-sitter A in function declaration is not highlited as type. If I understand right it parsed as parameter name. Function declaration go spec.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
maxbrunsfeldcommented, Feb 15, 2018

This fix will go out in Atom 1.25-beta1.

0reactions
maxbrunsfeldcommented, Feb 15, 2018

I think we’re doing it right now:

parameters

Read more comments on GitHub >

github_iconTop Results From Across the Web

Rails JSON request is not parsed correctly into post parameters
I'm trying to debug a problem where Rails isn't decoding the JSON POST data. The server logs show: 2011-12-14T06: ...
Read more >
Parsing error when using variable as parameter value for ...
/TestPipeline.yaml (Line: 23, Col: 19): The 'InstanceId' parameter value '' is not a valid Number. It seems that the value is not parsed...
Read more >
URL parameters parsed incorrectly using HTTP/2 connector
I'm using Tomcat 8.5.9. It appears that query strings containing percent encoded ampersand (%26) and percent (%25) characters are not parsed ...
Read more >
Parsing arguments and building values — Python 3.11.1 ...
Indicates that the remaining arguments in the Python argument list are optional. The C variables corresponding to optional arguments should be initialized to ......
Read more >
Trailing commas - JavaScript - MDN Web Docs
Trailing commas are also allowed in function parameter lists. ... Omit the trailing commas to parse the JSON correctly: JSON.parse("[1, 2, ...
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