Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pfirsich/sol2_issue_1508


https://github.com/pfirsich/sol2_issue_1508

Last synced: 18 days ago
JSON representation

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
```