Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Exceptions? #770

Closed
wjk opened this issue Feb 1, 2016 · 6 comments
Closed

Exceptions? #770

wjk opened this issue Feb 1, 2016 · 6 comments
Assignees
Labels

Comments

@wjk
Copy link
Contributor

wjk commented Feb 1, 2016

Just a quick question: are exceptions implemented? When I try running a dead-simple program that throws an InvalidOperationException, I get the following output:

Call to an unimplemented runtime method; execution cannot continue.
Method: RhpThrowEx

This makes me think that exceptions are not implemented, yet we have System.Private.StackTraceGenerator, which presumably would be used in creating stack traces for exceptions. If exceptions are not yet implemented, what does that project do?

@gkhanna79
Copy link
Member

That is correct - EH is still to be implemented.

CC @smosier

@jkotas
Copy link
Member

jkotas commented Feb 1, 2016

yet we have System.Private.StackTraceGenerator

We have moved all existing code that we believe will be needed for the project to github. Now, we are working on integrating the parts together. E.g. the same applies to reflection - there is a lot of code related to reflection, but reflection is not functional yet.

@kangaroo
Copy link
Contributor

Whats the plan here with respect to ModuleHeader? The current bootstrapped registers a SimpleModuleHeader which does not contain, well, much of anything. All of the code in the StackFrameIterator and RuntimeInstance seem to presume that all the Module's will have a full ModuleHeader.

I'm happy to pitch in here, but whats the plan of record?

@kangaroo
Copy link
Contributor

Never mind -- I just saw #886

@jkotas
Copy link
Member

jkotas commented Feb 19, 2016

The good stuff is actually coming in #851. It should be a list of <section id, start/end> so that we have flexibility about which sections to included in different configs.

@jkotas jkotas assigned jkotas and unassigned smosier Feb 19, 2016
@jkotas
Copy link
Member

jkotas commented Feb 21, 2016

This is tracked by #509, #910 and #911.

@jkotas jkotas closed this as completed Feb 21, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants