Menu

#4242 STYLE-WARNING in share/contrib/diffequations/odelin.lisp

None
open
nobody
5
2024-07-10
2024-01-08
No

Originally reported by Richard Gobeli as a follow-up to bug [#4184] bessel_simplify error. Broken out to a new bug as not related.

I have a work file that when loading contrib_ode I get thses warnings.
My work sheet uses N,Q,V, and X.
I don't know, if the intenal variables will affect or be affected by the external variables.

(%i405) load( "contrib_ode");
; file: C:/maxima-current/share/maxima/branch_5_47_base_526_g08584e36f/share/contrib/diffequations/odelin.lisp

; in: DEFUN HYPERGEO21-XI-DENOM-FILTER
; (IGNORE MAXIMA::N)
;
; caught STYLE-WARNING:
; Declaring special variable N to be IGNORE
; file: C:/maxima-current/share/maxima/branch_5_47_base_526_g08584e36f/share/contrib/diffequations/odelin.lisp
; in: DEFUN HYPERGEO21-XI-DEGREE-BOUND
; (IGNORE MAXIMA::Q MAXIMA::V MAXIMA::X)
;
; caught STYLE-WARNING:
; Declaring special variable X to be IGNORE
;
; compilation unit finished
; caught 2 STYLE-WARNING conditions
(%o405) "C:/maxima-current/share/maxima/branch_5_47_base_526_g08584e36f/share/contrib/diffequations/contrib_ode.mac"

Related

Bugs: #4184

Discussion

  • Robert Dodier

    Robert Dodier - 2024-07-10
    • labels: --> share packages, contrib_ode, sbcl
     
  • Robert Dodier

    Robert Dodier - 2024-07-10

    I think it's SBCL which generates warnings like that; I've tagged it accordingly. If that's not right, we'll just change the tag.

     

Log in to post a comment.