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

Exception mechanism needs to be used by builtin functions #33

Open
GoogleCodeExporter opened this issue Mar 12, 2015 · 3 comments
Open

Comments

@GoogleCodeExporter
Copy link

As of v338, the exception mechanism only kicks in if a coder uses the
try/raise/retry/finally expressions. Builtin functions currently don't
raise exceptions when unhandled conditions occur. They use some
idiosyncratic way of dealing with such conditions instead. 

All builtin functions should uniformly use the exception mechanism to deal
with .. well exceptional conditions.

Original issue reported on code.google.com by srikuma...@gmail.com on 4 Nov 2007 at 2:24

@GoogleCodeExporter
Copy link
Author

Original comment by srikuma...@gmail.com on 4 Nov 2007 at 2:25

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Original comment by srikuma...@gmail.com on 13 May 2009 at 1:12

  • Added labels: Priority-High
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

There is more use of exceptions in builtin functions such as open-file in r535.

Original comment by srikuma...@gmail.com on 8 Jul 2009 at 2:39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant