Skip to content
#

eclipse

Here are 2,141 public repositories matching this topic...

iceoryx
elfenpiff
elfenpiff commented Feb 16, 2022

Required information

When acquiring a too large chunk via the publisher so that no mempool is available the memory manager calls the error handler despite having a fitting enum value to return - AllocationError::RUNNING_OUT_OF_CHUNKS.

Maybe we could also add a new enum value called AllocationError::CHUNK_SIZE_TOO_LARGE and return this to the user. There is no need to call the error ha

eric-milles
eric-milles commented Feb 18, 2019

Consider the following:

void meth(Closure closure) {
  closure.|
}

When invoking content assist (Ctrl+Space) at |, the methods and properties of groovy.lang.Closure are very low in the list of proposals. This is due to very-well-known type adjustments made within org.codehaus.groovy.eclipse.codeassist.proposals.AbstractGroovyProposal.getRelevanceClass().

Improve this page

Add a description, image, and links to the eclipse topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the eclipse topic, visit your repo's landing page and select "manage topics."

Learn more