erlyaws / yaws

Yaws webserver
https://erlyaws.github.io
BSD 3-Clause "New" or "Revised" License
1.28k stars 267 forks source link

Drop stacktrace polyfill #452

Closed michalmuskala closed 2 years ago

michalmuskala commented 2 years ago

Yaws requires OTP 21.3 - the Class:Reason:Stack syntax was introduced in OTP 21, thus the macro filling in for compatibility with older versions is no longer needed and can be removed.

vinoski commented 2 years ago

@michalmuskala nice to see you again, and thanks so much! I really appreciate the help.