Skip to content

Referred names in namespace should not be accessible through the namespace #62

@jfhamlin

Description

@jfhamlin

EXPECTED

user=> (require 'clojure.string)
nil
user=> clojure.string/+
Syntax error compiling at (REPL:0:0).
No such var: clojure.string/+
user=> 

ACTUAL

user=> (require 'glojure.string)
nil
user=> glojure.string/+
#object[ 0xf3374ba "#object[*runtime.Fn]"]
user=>  

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions