You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/08/06 05:53:01 UTC

[GitHub] [lucene-jira-archive] mocobeta opened a new issue, #115: Code block is sometimes not properly converted

mocobeta opened a new issue, #115:
URL: https://github.com/apache/lucene-jira-archive/issues/115

   Not sure whether we can fix it or not.
   
   Original Jira comment: https://issues.apache.org/jira/browse/LUCENE-3151?focusedCommentId=13419045&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-13419045
   
   Migrated comment: https://github.com/mocobeta/forks-migration-test-2/issues/3142#issuecomment-1205091811
   
   I think the cause is that the author inserted no line feed before/after `{code}`. `{code}` is a block element but Jira leniently handles this like inline markup.
   ```
   I should add: to run this, for now, do {code}ant jar-analyzer-definition{code}.  Still need to make sure it fully hooks into the rest of the build correctly, too.
   ``` 
   


-- 
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: issues-unsubscribe@lucene.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-jira-archive] mocobeta commented on issue #115: Code block is sometimes not properly converted

Posted by GitBox <gi...@apache.org>.
mocobeta commented on issue #115:
URL: https://github.com/apache/lucene-jira-archive/issues/115#issuecomment-1207159414

   This command lists such inlined `{code}` uses.
   
   ```
   $ grep "{code}" -r jira-dump/ | grep -Fv "\n{code}" | grep -Fv "{code}\r\n" | grep -Fv "{code}\"," | cut -d' ' -f1
   jira-dump/LUCENE-743.json:
   jira-dump/LUCENE-1026.json:
   jira-dump/LUCENE-1422.json:
   jira-dump/LUCENE-1536.json:
   jira-dump/LUCENE-1575.json:
   jira-dump/LUCENE-1689.json:
   jira-dump/LUCENE-1693.json:
   jira-dump/LUCENE-1704.json:
   jira-dump/LUCENE-1871.json:
   jira-dump/LUCENE-2308.json:
   jira-dump/LUCENE-2648.json:
   jira-dump/LUCENE-2795.json:
   jira-dump/LUCENE-2843.json:
   jira-dump/LUCENE-2878.json:
   jira-dump/LUCENE-2986.json:
   jira-dump/LUCENE-3115.json:
   jira-dump/LUCENE-3151.json:
   jira-dump/LUCENE-3171.json:
   jira-dump/LUCENE-3390.json:
   jira-dump/LUCENE-3666.json:
   jira-dump/LUCENE-3684.json:
   jira-dump/LUCENE-3983.json:
   jira-dump/LUCENE-4092.json:
   jira-dump/LUCENE-4949.json:
   jira-dump/LUCENE-5030.json:
   jira-dump/LUCENE-5030.json:
   jira-dump/LUCENE-5189.json:
   jira-dump/LUCENE-5250.json:
   jira-dump/LUCENE-5263.json:
   jira-dump/LUCENE-5523.json:
   jira-dump/LUCENE-5560.json:
   jira-dump/LUCENE-5833.json:
   jira-dump/LUCENE-6373.json:
   jira-dump/LUCENE-6464.json:
   jira-dump/LUCENE-6515.json:
   jira-dump/LUCENE-6595.json:
   jira-dump/LUCENE-6711.json:
   jira-dump/LUCENE-6973.json:
   jira-dump/LUCENE-7287.json:
   jira-dump/LUCENE-7354.json:
   jira-dump/LUCENE-7563.json:
   jira-dump/LUCENE-7575.json:
   jira-dump/LUCENE-7638.json:
   jira-dump/LUCENE-7655.json:
   jira-dump/LUCENE-7797.json:
   jira-dump/LUCENE-7861.json:
   jira-dump/LUCENE-8268.json:
   jira-dump/LUCENE-9020.json:
   ```


-- 
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: issues-unsubscribe@lucene.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-jira-archive] mocobeta commented on issue #115: Code block is sometimes not properly converted

Posted by GitBox <gi...@apache.org>.
mocobeta commented on issue #115:
URL: https://github.com/apache/lucene-jira-archive/issues/115#issuecomment-1207156466

   Another example:
   Jira https://issues.apache.org/jira/browse/LUCENE-3115
   Migrated issue https://github.com/mocobeta/forks-migration-test-2/issues/3142#issuecomment-1205091811


-- 
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: issues-unsubscribe@lucene.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-jira-archive] mocobeta closed issue #115: Code block is sometimes not properly converted

Posted by GitBox <gi...@apache.org>.
mocobeta closed issue #115: Code block is sometimes not properly converted
URL: https://github.com/apache/lucene-jira-archive/issues/115


-- 
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: issues-unsubscribe@lucene.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-jira-archive] mocobeta commented on issue #115: Code block is sometimes not properly converted

Posted by GitBox <gi...@apache.org>.
mocobeta commented on issue #115:
URL: https://github.com/apache/lucene-jira-archive/issues/115#issuecomment-1207993420

   > I think the cause is that the author inserted no line feed before/after `{code}`. `{code}` is a block element but Jira leniently handles this like inline markup.
   
   It's not correct - the parser correctly recognize `{code}...{code}` element. Looks like extra linefeeds are needed in the converted result.


-- 
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: issues-unsubscribe@lucene.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org