I’m getting a sporadic <varname> not defined error on 1.1.1 for one of my workspace variables. The next time I run the command it typically executes as expected.
I recall there being an earlier sporadic issue where there was some conflict between Juno and Julia, perhaps it is related?
             
            
              
              
              
            
            
           
          
            
            
              This might be something like https://github.com/JunoLab/Juno.jl/issues/304, wher you’re accidentally evaling something in the wrong module?
             
            
              
              
              1 Like
            
            
           
          
            
            
              That sounds likely. It tends to happen after I’ve evaluated something within a module in a file, then go back to the REPL.
             
            
              
              
              
            
            
           
          
            
            
              Reworking Juno’s module selection code is long overdue – I’ll try to start on reworking it as soon as I find some time.