Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stack-walker: Remove obsolete library #1619

Merged
merged 2 commits into from
Jun 20, 2024

Conversation

housel
Copy link
Member

@housel housel commented Jun 20, 2024

Remove an obsolete library that was only portable to x86-linux and x86-freebsd.

This code was only portable to 32-bit x86 (without frame pointer
elimination). Portable backtraces are now provided by the run-time via
libunwind.

* sources/lib/stack-walker/*: Remove.

* sources/registry/*/stack-walker: Remove

* sources/environment/dswank/library.dylan: Remove (commented-out)
  reference to the stack-walker library.

* OVERVIEW.txt: Remove mention of the stack-walker library.

* documentation/source/release-notes/2024.2.rst: Note removal of the
  stack-walker library.
@housel housel merged commit 49127ba into dylan-lang:master Jun 20, 2024
2 of 3 checks passed
@housel housel deleted the stack-walker-whut branch June 20, 2024 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants