You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by GitBox <gi...@apache.org> on 2021/05/27 22:47:41 UTC

[GitHub] [lucenenet] rclabo opened a new pull request #490: Improved debugger experience for BytesRef

rclabo opened a new pull request #490:
URL: https://github.com/apache/lucenenet/pull/490


   Improved debugger experience for BytesRef.  In addition to the decimal bytes values it now shows the BytesRef as a Utf8String.  If the BytesRef is not a Utf8 string that representation will just be gibberish.


-- 
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.

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



[GitHub] [lucenenet] NightOwl888 merged pull request #490: Improved debugger experience for BytesRef

Posted by GitBox <gi...@apache.org>.
NightOwl888 merged pull request #490:
URL: https://github.com/apache/lucenenet/pull/490


   


-- 
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.

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



[GitHub] [lucenenet] rclabo commented on pull request #490: Improved debugger experience for BytesRef

Posted by GitBox <gi...@apache.org>.
rclabo commented on pull request #490:
URL: https://github.com/apache/lucenenet/pull/490#issuecomment-850379586


   This should be all ready to go.  When I submitted this initially in a new branch I forgot to including the necessary using statement which is why it failed _all_ the tests.  But I added that in the 2nd commit so it's all happy now.  (I realized my mistake about .5 seconds after I submitted the PR. Dooh!)  Anyway, all is well that ends well...right?


-- 
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.

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