Re: waves branch and wave copy constructor
Felix Salfelder <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Al. On Sat, Mar 07, 2015 at 11:14:23AM -0500, al davis wrote: > Look at the unstable branch. There is an updated dispatcher. > This issue is not fixed there, but it explains what is > happening. ok, i missed these commits. :/ > Proper fix is that the simple one is the only one. i do not see how the current constructor could work for non-static dispatchers (as it does not initialize _map "cleanly"). are you suggesting to unconditionally initialize _map, and shortcut/remove the link-order sanity check eventually (and cross fingers instead)? somehow i think _map should be just a map (rather than map*) and the sanitycheck should be done another way... thanks felix