Skip to content
Snippets Groups Projects
Select Git revision
  • 44419a06006c3f676ce82500e24d30e9e7d5da1f
  • master default protected
  • branch1
  • branch2
  • newbranch
  • temp2
  • temp
  • v1.1.0
  • untag
  • v1.0.0
10 results

git-tutorial

Forked from Polito Guillermo / git-tutorial-to-fork
Source project has a limited visibility.
sdegrande's avatar
sdegrande authored
Currently, we use:
  publish(ISignal{"signal-name", signalValue});

This patch replaces it with (T being the signal type, or void):
  publish(Signal<T>{"signal-name", signalValue});

This is rather cosmetic, but it explicitly denotes the signal type, and
thus helps reading and understanding the code.
45712caf
History
Name Last commit Last update