Tcl Library Source Code

Ticket Change Details
Login
Overview

Artifact ID: e3c02821fd5b155e9d7fc4e1026c189e43f79a5f
Ticket: 1485d64881ca47bb69d65295e859d8f57f6713ae
Public procedures not exported
User & Date: anonymous 2015-04-16 08:20:29
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    commit 4d7710c4eca7a1abff10385769cf512e
    Author: Adrián Medraño Calvo <[email protected]>
    Date:   Thu Apr 16 10:15:15 2015 +0200
    
        [ws]: Export public procedures
    
    diff --git a/src/websocket.tcl b/src/websocket.tcl
    index 6d60537..a9e0624 100644
    --- a/src/websocket.tcl
    +++ b/src/websocket.tcl
    @@ -65,6 +65,8 @@
     	variable libdir [file dirname [file normalize [info script]]]
     	${log}::setlevel $WS(loglevel)
         }
    +    # Export all public procedures.
    +    namespace export {[a-z]*}
     }
    
  5. foundin changed to: "1.4"
  6. is_private changed to: "0"
  7. login: "anonymous"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "7e3820ed81064cf9306d34dd9be1633e66f1a08b"
  10. resolution changed to: "None"
  11. severity changed to: "Minor"
  12. status changed to: "Open"
  13. submitter changed to: "anonymous"
  14. subsystem changed to: "websocket"
  15. title changed to: "Public procedures not exported"
  16. type changed to: "Bug"