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
Currently lensnames effectively have global scope. This may (will) cause conflicts in that one may unintentionally register a filter to a lens from another library.
One work around is for lenses to have scoped within the module.
e.g.
functionmyf()
lens(:x,10)
end
The lensname :x would be comverted to :mymodule_x
The text was updated successfully, but these errors were encountered:
Currently lensnames effectively have global scope. This may (will) cause conflicts in that one may unintentionally register a filter to a lens from another library.
One work around is for lenses to have scoped within the module.
e.g.
The lensname
:x
would be comverted to:mymodule_x
The text was updated successfully, but these errors were encountered: