Skip to content

[BUG] Namespace is messed up (Ruby) #426

@marwal-88

Description

@marwal-88

Describe the bug
Namespace is messed up.

Software Version
Linux 6.16.4-2-MANJARO x86_64
Manjaro Linux 25.0.8
Obsidian 1.9.12

To Reproduce

module Fail
  @title = 'one'
  @note = 'two'
end
  1. Click "Run"
  2. Read Error Message

(@title is expanded into the name of the note)
(@note is expanded into an apps:// url)
in my case: "modules_rbk" and
"app://58be38b57dd39828e1ba6fb9110dd45d97b6/Ruby/modules_rkb.md"

Expected behavior
Code ran in the codebox should not share namespace with the code responsible
for executing the code in the codebox.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingon holdCurrently not worked on, but may be worked on in the future.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions