Joe Schafer
                                            Joe Schafer
                                        
                                    What's your version of `golang.org/x/tools` in go.mod? I'm on 0.7.0, which is the same version used by rules_go. Older versions will break rules_go because x/tools moves around the internal directories.
I hit this trying to upgrade rules_go in order to upgrade to Go 1.21. I think the instructions could use a bit more hand-holding. I spent about 3 hours trying...
Hello, Totally, I'm not currently using emacs so I won't get to it but happy to take PRs.
It looks like `package` is loading the files. `esup` isn't very smart, it examines top-level forms and only steps into `require` and `load` forms. I've figured a better approach is...
Thanks for investigating this and finding the culprit. Error reporting will be pretty straight forward as most information is captured in the logs. I'm not sure how to tackle the...
Yep, the error reporting needs some work. It's currently hidden away in the parent's `*esup-log*` buffer. I think it should fairly straightforward to surface the errors in the parent emacs....
Error reporting is added for v0.6. 
Ah nope, forgot that was the underlying issue.
Try this, you can pass in a file manually to have Emacs profile it. `(esup "c:/Users/Simon/.emacs.d/init.el")` By default, esup uses `user-init-file`. Emacs probably resolves the symlink to the dropbox folder...
I'll test out an implementation here: https://github.com/simple-circle/httpcompression/commit/134d732e749ba38a26997fb36b380c02b71ba245 Let me know if you're interested in a PR, and I'll send it your way.