[dylan-lang/opendylan] ceb2ec: [dylan] Call new invoke-handler function.

GitHub <[email protected]> Tue, 20 Oct 2015 18:07:39 -0700
Newsgroups gmane.comp.lang.dylan.gwydion.cvs
Message-ID <5626e55b57dde_4f193fcb0bf792a0647e0@hookshot-fe4-cp1-prd.iad.github.net.mail>
  Branch: refs/heads/master
  Home:   https://github.com/dylan-lang/opendylan
  Commit: ceb2ec963e31e928540e50315ae313c14ce1dcda
      https://github.com/dylan-lang/opendylan/commit/ceb2ec963e31e928540e50315ae313c14ce1dcda
  Author: Bruce Mitchener <[email protected]>
  Date:   2015-10-21 (Wed, 21 Oct 2015)

  Changed paths:
    M sources/dylan/condition.dylan

  Log Message:
  -----------
  [dylan] Call new invoke-handler function.

When debugging, it is useful to be able to set some breakpoints
for when an exception is going to be handled. This moves the
invocation of a handler from something that happens in the search
loop to a separate function to make it easier to create a breakpoint.

(Setting it by file:line number isn't going to work out well once
the debugger is more aware of Dylan since it is better to set
a breakpoint on a well known function within the runtime.)

* sources/dylan/condition.dylan
  (signal): Move invoking handler function to invoke-handler.
  (invoke-handler): New function.


  Commit: 4940fff037d6b0e01d2639e00eada02d344990f0
      https://github.com/dylan-lang/opendylan/commit/4940fff037d6b0e01d2639e00eada02d344990f0
  Author: Peter S. Housel <[email protected]>
  Date:   2015-10-20 (Tue, 20 Oct 2015)

  Changed paths:
    M sources/dylan/condition.dylan

  Log Message:
  -----------
  Merge pull request #1003 from waywardmonkeys/invoke-handler

[dylan] Call new invoke-handler function.


Compare: https://github.com/dylan-lang/opendylan/compare/70f42d4f4fb7...4940fff037d6

_______________________________________________
chatter mailing list
[email protected]
https://lists.opendylan.org/mailman/listinfo/chatter