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

Working Exception and AnyException #93

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

danielpclark
Copy link
Contributor

@danielpclark danielpclark commented Mar 1, 2018

I believe this is good to go except for most of the documentation was copied from the Ruby doc. So I'll likely need to revise it. I don't mind if you merge it. This doesn't effect any current systems, implementations, or behavior.

The full_message method is commented out as it would cause a panic if used as is. In Ruby it outputs:

"\e[1mTraceback \e[m(most recent call last):\n(irb):10:in `full_message': \e[1msomething went wrong (\e[4;1mStandardError\e[m\e[1m)\n\e[m"

TODO

  • Update documentation
  • Add alternative to raise for rb_exc_raise which works best with this.
  • Wait for ruby-sys update and update Cargo.toml

@danielpclark danielpclark changed the title WIP: Working Exception and AnyException Working Exception and AnyException Mar 6, 2018
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.

None yet

1 participant