Is -Yretain-trees still poised to be enabled by default in the future?
              
              #16176
            
            
              
                Unanswered
              
          
                  
                    
                      neko-kai
                    
                  
                
                  asked this question in
                Metaprogramming
              
            Replies: 2 comments
-
| /cc @nicolasstucki | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| I have the same question as any project using avro4s needs this option enabled to provide default values to Avro schema | 
Beta Was this translation helpful? Give feedback.
                  
                    0 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.
-
We're porting a DSL to Scala 3 that requires inspecting the tree surrounding the macro call - and so requires
-Yretain-treesto work consistently. I've been wary of using-Yretain-trees, but ran into this comment by @nicolasstucki saying that-Yretain-treesmight eventually be enabled by default.Is that still planned to happen? Would it be ok to require
-Yretain-treesfrom users for now until it's enabled by default, or better find another way / change the DSL so that it's not required, because -Yretain-trees by default may not happen?Beta Was this translation helpful? Give feedback.
All reactions