Skip to content

Use instance variable @namespace

Bishwa Hang Rai requested to merge fix-namespace-usage into master

What does this MR do and why?

This MR updates the code to use instance variable @namespace instead of method namespace.

By luck, there is a namespace method defined in Grape library, which has memoization. So the logic was working as expected. This MR updates the code to correctly use instance variable.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

  1. Green CI
Recording

namespace_method.mov

Edited by Bishwa Hang Rai

Merge request reports

Loading