LoadError: Method overwriting is not permitted during Module precompile #50725
                  
                    
                      singularitti
                    
                  
                
                  started this conversation in
                General
              
            Replies: 1 comment 10 replies
-
| It has always given a fatal error warning, so it is not a news change. But recently things got more crash-y for people that missed the warning (previously it continued so you could see all of the warnings at once, but now it just exits immediately at the first code mistake), so we made it fail more clearly, to help code authors see that more easily on CI runs. | 
Beta Was this translation helpful? Give feedback.
                  
                    10 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I'm seeing a
ERROR: LoadError: Method overwriting is not permitted during Module precompile. on Julia v1.10.0-beta1 when precompiling my package. It did not happen on v1.9. Is there a behavioral change that was not mentioned in NEWS.md?Beta Was this translation helpful? Give feedback.
All reactions