Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

39 Add IP::addr (partial) #40

Merged
merged 1 commit into from
Aug 7, 2015
Merged

Conversation

nhemingway
Copy link
Contributor

No description provided.

@landro
Copy link
Owner

landro commented May 19, 2015

@nhemingway did you try running the tests with ./tests.sh tclsh? it seems there is an issue related to recursion?

self-referential recursion in "unknown" for command "uplevel"
    while executing
"uplevel 1 {::namespace current}"
    (autoloading "uplevel")
    (procedure "::unknown" line 30)
    invoked from within
"uplevel 1 [list ::source -encoding utf-8 $langfile]"
    (procedure "::msgcat::mcload" line 10)
    invoked from within
"::msgcat::mcload [file join [file dirname [info script]] msgs]"
    (in namespace eval "::ip" script line 2)
    invoked from within
"namespace eval ::ip {
    ::msgcat::mcload [file join [file dirname [info script]] msgs]
}"
    (file "/System/Library/Tcl/tcllib1.12/dns/ipMore.tcl" line 63)
    invoked from within
"source [file join [file dirname [info script]] ipMore.tcl]"
    (file "/System/Library/Tcl/tcllib1.12/dns/ip.tcl" line 548)
    invoked from within
"source /System/Library/Tcl/tcllib1.12/dns/ip.tcl"
    ("package ifneeded ip 1.2" script)
    invoked from within
"package require ip"
    (file "src/ip.tcl" line 3)
    invoked from within
"source src/ip.tcl"
    (file "test/test_ip.tcl" line 1)

@landro landro merged commit 7056083 into landro:master Aug 7, 2015
@nhemingway nhemingway deleted the neilh/39-IP-addr branch March 30, 2016 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants