Skip to content

tools: update inspector_protocol to 83b1154

Rodrigo Muino Tomonari requested to merge github/fork/cola119/u-p-2 into main

New revision: 83b1154a9661d22bba9a368d368214cc20880419

This updates the usages of the protocol types to the new definitions, using std::vector-based implementations of protocol::Array.

This changes the usages of Array in Node inspector as following:

  • We can use array-style access vec[i]
  • We can use std::make_unique for creation
  • We can use emplace_back to insert elements

Merge request reports

Loading