Added `rebuildToolList()` to fix nullpointer in contributions check by Stefterv · Pull Request #1381 · processing/processing4

Conversation

@Stefterv

I just discovered that in 4.5.0 the contributions update didn't actually work, as the order of the logic changed in #1299 and the tools list did not get build before it was being read.
In general I think we should really start rebuilding the startup logic of the PDE, as currently it is really hard to understand the interdependencies between different sections, also these sections do not work standalone at all.

catilac

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hear you. @Stefterv would you be able to create an issue describing what the startup work entails?

2 participants

@Stefterv @catilac