The Wayback Machine - https://web.archive.org/web/20220501195150/https://github.com/topics/eclipse
Skip to content
#

eclipse

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

sunix
sunix commented Mar 30, 2021

Describe the bug

Some devfiles have several commands that need to be executed in a precise order to succeed.
Some are named with prefixed numbers that help the user, but some others are not.

For instance:

  • angular
  • python-django

Che version

  • latest
  • nightly
  • other: please spec
kind/bug severity/P2 good first issue area/devfile-registry
iceoryx
elBoberido
elBoberido commented Mar 31, 2022

Required information

Operating system:
POSIX

Compiler version:
all

Observed result or behaviour:
A library build with iceoryx 1.0 could dynamically link to iceoryx 2.0 shared libs

Expected result or behaviour:
Linking should not be possible

Further information*

objdump -p build/iceoryx_examples/icedelivery/iox-cpp-publisher

produces the follo

bug good first issue
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