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/12/28 10:42:13 UTC

[GitHub] [lucene] uschindler opened a new pull request, #12043: Add sanity checks before using MemorySegment API

uschindler opened a new pull request, #12043:
URL: https://github.com/apache/lucene/pull/12043

   Followup on #12033:
   - do sanity checks before enabling MemorySegment usage in Lucene
   - remove useless distribution test


-- 
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] uschindler closed pull request #12043: Add sanity checks before using MemorySegment API

Posted by GitBox <gi...@apache.org>.
uschindler closed pull request #12043: Add sanity checks before using MemorySegment API
URL: https://github.com/apache/lucene/pull/12043


-- 
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] uschindler commented on pull request #12043: Add sanity checks before using MemorySegment API

Posted by GitBox <gi...@apache.org>.
uschindler commented on PR #12043:
URL: https://github.com/apache/lucene/pull/12043#issuecomment-1366556755

   Although I am not sure if we really need this, as JEP 12 states:
   
   > Universally available. The Umbrella JSR for the Java SE $N Platform enumerates the preview features of the platform. The desire for feedback and the expectation of quality means that these features are not "optional"; they must all be supported in full by every implementation of Java SE $N. In particular, all preview features must be disabled by default in a Java SE implementation, and an implementation must offer a mechanism to enable all preview features. An implementation must not allow preview features to be enabled on an individual basis, since all preview features have equal status in the Java SE Platform.
   
   So I think we can close this PR, unless somebody wants to go safe.


-- 
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] uschindler commented on pull request #12043: Add sanity checks before using MemorySegment API

Posted by GitBox <gi...@apache.org>.
uschindler commented on PR #12043:
URL: https://github.com/apache/lucene/pull/12043#issuecomment-1366589879

   Closing as this PR is not needed beacue vendors are required to implement Preview Features because they are part of the spec.


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