tolysz / hiccup

Automatically exported from code.google.com/p/hiccup
GNU Lesser General Public License v2.1
1 stars 0 forks source link

uplevel in namespace eval doesn't leave namespace #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
namespace eval boo {
  uplevel { puts [namespace current] }
}

# Currently, this returns '::boo', not '::'

Original issue reported on code.google.com by consa...@gmail.com on 19 Feb 2008 at 8:02

GoogleCodeExporter commented 9 years ago

Original comment by consa...@gmail.com on 25 Feb 2008 at 9:33

GoogleCodeExporter commented 9 years ago

Original comment by consa...@gmail.com on 4 Mar 2008 at 10:12