You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2023/01/09 13:18:46 UTC

[GitHub] [incubator-devlake] mappjzc opened a new issue, #4159: [Bug][regexp] regexp do not surpport (?!

mappjzc opened a new issue, #4159:
URL: https://github.com/apache/incubator-devlake/issues/4159

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   ![image](https://user-images.githubusercontent.com/2921251/211316596-4f748317-5d13-4b89-a78a-51528ecb145b.png)
   ![image](https://user-images.githubusercontent.com/2921251/211316608-4733e0a1-374a-4028-be3d-d82b0df013ae.png)
   
   
   ### What do you expect to happen
   
   Can compile the string like `(?!deploy)`
   
   ### How to reproduce
   
   1.set the `(?!deploy)` to Jenkins transformation rule.
   2. run it and it will send out an error.
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   main
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@devlake.apache.org.apache.org

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


[GitHub] [incubator-devlake] warren830 commented on issue #4159: [Bug][regexp] regexp invalid or unsupported Perl syntax: `(?!`

Posted by "warren830 (via GitHub)" <gi...@apache.org>.
warren830 commented on issue #4159:
URL: https://github.com/apache/incubator-devlake/issues/4159#issuecomment-1449217539

   (?!deploy) means anything without `deploy`, why do you want to set this to jenkins?


-- 
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: commits-unsubscribe@devlake.apache.org

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


[GitHub] [incubator-devlake] Startrekzky closed issue #4159: [Bug][regexp] regexp invalid or unsupported Perl syntax: `(?!`

Posted by "Startrekzky (via GitHub)" <gi...@apache.org>.
Startrekzky closed issue #4159: [Bug][regexp] regexp invalid or unsupported Perl syntax: `(?!`
URL: https://github.com/apache/incubator-devlake/issues/4159


-- 
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: commits-unsubscribe@devlake.apache.org

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


[GitHub] [incubator-devlake] github-actions[bot] commented on issue #4159: [Bug][regexp] regexp invalid or unsupported Perl syntax: `(?!`

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4159:
URL: https://github.com/apache/incubator-devlake/issues/4159#issuecomment-1427176695

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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: commits-unsubscribe@devlake.apache.org

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


[GitHub] [incubator-devlake] warren830 commented on issue #4159: [Bug][regexp] regexp invalid or unsupported Perl syntax: `(?!`

Posted by "warren830 (via GitHub)" <gi...@apache.org>.
warren830 commented on issue #4159:
URL: https://github.com/apache/incubator-devlake/issues/4159#issuecomment-1449213624

   It should be (?i)deploy 


-- 
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: commits-unsubscribe@devlake.apache.org

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


[GitHub] [incubator-devlake] Startrekzky commented on issue #4159: [Bug][regexp] regexp invalid or unsupported Perl syntax: `(?!`

Posted by "Startrekzky (via GitHub)" <gi...@apache.org>.
Startrekzky commented on issue #4159:
URL: https://github.com/apache/incubator-devlake/issues/4159#issuecomment-1459210522

   This will be solved in #3675 


-- 
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: commits-unsubscribe@devlake.apache.org

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