Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pfirsich/sol2_issue_1508
https://github.com/pfirsich/sol2_issue_1508
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pfirsich/sol2_issue_1508
- Owner: pfirsich
- Created: 2023-07-11T10:50:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-11T10:55:33.000Z (over 1 year ago)
- Last Synced: 2024-04-25T06:18:02.509Z (7 months ago)
- Language: C++
- Size: 303 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a reproduction/experiment repo for issue [#1508](https://github.com/ThePhD/sol2/issues/1508) in [sol2](https://github.com/ThePhD/sol2).
In my initial test I got an error message that does not contain exception information, but after more tests (in this repo), I saw even weirder behaviour.
This is the output for different versions of sol2:
## v3.2.1
```
enter main
MyException
Exception: Foobar
```This is what it should be!
## v3.3.0
```
enter main
MyException
exit main
```## eab1430c (`develop` branch at the time of testing this)
```
enter main
MyException
exit main
```