You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/06/16 19:48:08 UTC

[GitHub] [netbeans] matthiasblaesing opened a new pull request, #4232: JS: Don't generate hint for missing semicolon in generated constructor node

matthiasblaesing opened a new pull request, #4232:
URL: https://github.com/apache/netbeans/pull/4232

   For this construct:
   
   class A {
   }
   class B extends A {
   }
   
   the graaljs parser generates the default constructor:
   
   constructor(...args) {
     super(...args);
   }
   
   This irritates the semicolon hint, as the token for the semicolon can't
   be found and thus the hint is generated.
   
   Closes: #4214
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing commented on pull request #4232: JS: Don't generate hint for missing semicolon in generated constructor node

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on PR #4232:
URL: https://github.com/apache/netbeans/pull/4232#issuecomment-1158082068

   A test build is available here: http://doppel-helix.eu/NetBeans-dev-dev-a41856a75601a4565852a022fccf4bd237c1fea5-release.zip


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing commented on pull request #4232: JS: Don't generate hint for missing semicolon in generated constructor node

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on PR #4232:
URL: https://github.com/apache/netbeans/pull/4232#issuecomment-1166519822

   I intent to merge this next week. If anyone wants to object, please do so now.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing merged pull request #4232: JS: Don't generate hint for missing semicolon in generated constructor node

Posted by GitBox <gi...@apache.org>.
matthiasblaesing merged PR #4232:
URL: https://github.com/apache/netbeans/pull/4232


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists