You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RPC Spec submodule is not pointing to the correct commit and is referencing a commit before the 7.1.0 release. If the library is rebuilt from this submodule then it will be missing RPC updates that were included in the 7.1.0 release.
Reproduction Steps
Checkout the sdl_javascript_suite repo.
Run git submodule init and git submodule update in a terminal window.
Expected Behavior
The RPC Spec submodule is pointing to the 7.1.0 release of the RPC Spec.
Observed Behavior
The RPC Spec submodule is not pointing to the 7.1.0 release of the RPC Spec.
The text was updated successfully, but these errors were encountered:
Bug Report
The RPC Spec submodule is not pointing to the correct commit and is referencing a commit before the 7.1.0 release. If the library is rebuilt from this submodule then it will be missing RPC updates that were included in the 7.1.0 release.
Reproduction Steps
git submodule init
andgit submodule update
in a terminal window.Expected Behavior
The RPC Spec submodule is pointing to the 7.1.0 release of the RPC Spec.
Observed Behavior
The RPC Spec submodule is not pointing to the 7.1.0 release of the RPC Spec.
The text was updated successfully, but these errors were encountered: