Skip to content

Commit

Permalink
Change visibility from Unhide to Normal
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Jan 3, 2025
1 parent a2b1cd2 commit 9b40266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sjsonnet/src/sjsonnet/Std.scala
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ class Std(private val additionalNativeFunctions: Map[String, Val.Builtin] = Map.
builtin(Range),
builtin("mergePatch", "target", "patch"){ (pos, ev, target: Val, patch: Val) =>
val mergePosition = pos
def createMember(v: => Val) = new Val.Obj.Member(false, Visibility.Unhide) {
def createMember(v: => Val) = new Val.Obj.Member(false, Visibility.Normal) {
def invoke(self: Val.Obj, sup: Val.Obj, fs: FileScope, ev: EvalScope): Val = v
}
def recPair(l: Val, r: Val): Val = (l, r) match{
Expand Down

0 comments on commit 9b40266

Please sign in to comment.