

Bogdan, next year: “I remade the universe, it runs 10x as fast as the previous one, and now there’s a debugging console to fix things live.”

@popa.bogdanp ^

@popa.bogdanp Watched the video. This is a great idea and execution.

Thanks! :smile:

@cperivol it’s “A formal foundation for symbolic evaluation with merging”

I just pushed a commit with a commit message that described only a very small part of the changes that were in that commit. I see that force-pushes are not a thing:

remote: error: GH006: Protected branch update failed for refs/heads/master.
remote: error: Cannot force-push to this protected branch
To <http://github.com:/racket/htdp\|github.com:/racket/htdp>
! [remote rejected] master -> master (protected branch hook declined)
error: failed to push some refs to '<http://github.com:/racket/htdp\|github.com:/racket/htdp>'

… so I’m wondering what the best way to associate information with this commit is. Removing the protection seems like a bad idea. I could make a tiny bogus commit with a message that refers to this one, that’s the best I’ve got at this point.