Menu

#1512 load(basic) warnings

closed
3
2014-07-17
2008-10-16
No

In a fresh Maxima, load("basic") gives warnings about
redefining functions. These functions aren't built in,
so I think the warnings are spurious. As far as I know,
the warnings don't cause problems, they are only distracting.

(%i1) load("basic")$
Warning - you are redefining the Maxima function prog1
Warning - you are redefining the Maxima function symbolcheck
Warning - you are redefining the Maxima function push
Warning - you are redefining the Maxima function pop
Warning - you are redefining the Maxima function tr_ev

Discussion

  • Barton Willis

    Barton Willis - 2008-10-30

    I think the eval_when and herald_package statements should be cut---that
    eliminates the warnings. The stuff to autoload stuff needs to be somewhere
    else.

    /*
    eval_when([translate,batch,demo],
    if get('sharem,'version) = false
    then load(autolo))$

    herald_package(basic)$
    */

     
  • Barton Willis

    Barton Willis - 2008-10-30
    • assigned_to: nobody --> willisbl
     
  • Dieter Kaiser

    Dieter Kaiser - 2010-09-05

    Fixed in basic.mac revision 1.3.
    Closing this bug report as fixed.
    Dieter Kaiser

     
  • Dieter Kaiser

    Dieter Kaiser - 2010-09-05
    • status: open --> closed
     

Log in to post a comment.