This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Xavier Noria
fxn.bsky.social
did:plc:dbfb7k4eiwvy6pomjvexsief
alias_method does not give you a polymorphic alias.
That is, if C#foo is aliased as C#bar, and D < C defines D#foo, D objects respond to foo and bar, but the latter executes C#foo, not the override.
This is relevant when renaming methods of public classes that client code may have subclassed.
2024-11-20T07:51:18.978Z