 2cbce1fbf0
			
		
	
	
		2cbce1fbf0
		
	
	
	
	
		
			
			Add more `odeprecated` calls to places that have been deprecated for a while in the wild and move some of the existing `odeprecated` calls to be `odisabled` to allow deleting the compatibility code.
		
			
				
	
	
		
			10 lines
		
	
	
		
			220 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			220 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| class Formula
 | |
|   def fails_with_llvm(_msg = nil, _data = nil)
 | |
|     odisabled "Formula#fails_with_llvm in install"
 | |
|   end
 | |
| 
 | |
|   def self.fails_with_llvm(_msg = nil, _data = {})
 | |
|     odisabled "Formula.fails_with_llvm"
 | |
|   end
 | |
| end
 |