Brandon Simmons

Results 120 comments of Brandon Simmons

whoops I need to update the test then fixup dependent PR too...

To belatedly answer some of my own questions: - interleaved "START ... STOP" spans are collapsed (as expected?) in the "User Events" timeline, where I guess they have the meaning...

This seems like it would be really nice! Since I had this in an open tab, in case it's helpful: https://github.com/rust-lang/measureme/tree/master/crox

OT: @nfrisby have you written about your experience using ghc-events-analyze anywhere or have any best practices to share? (I ask partly because I don't totally follow your feature request here;...

I guess I'm not following the back and forth here. > It means that the local packages in the project are configured with -O1. I have a project where I...

It sounds like in the message "Build profile: -w ghc-8.6.5 -O1" the "-O1" will often be meaningless, one of many global defaults which might be overridden in sections of the...

I just reminded myself that top-level things in cabal.project apply to all _local_ packages, while a `package *` stanza will affect library dependencies as well. So I think I could...

can someone summarize the migration from 3.8 to 3.10 for us please? We have chains of cabal.project files which import each other `A` imports `B` imports `C`, we sometimes invoke...

> 3.10: Project imports in any given file should be relative to that specific file. No that's not right. In my example if you do `--project-file subdir/A` the import of...

No, an `import`-ed project file's `import` needs to use paths relative to the top-level afaict. Just try an imported chain of files as I describe here https://github.com/haskell/cabal/issues/8795#issuecomment-1581606544