PragTob (Tobias Pfeiffer)
- Login: PragTob
- Email: pragtob@gmail.com
- Registered on: 11/15/2013
- Last sign in: 05/06/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
02/02/2018
-
04:01 PM Ruby Bug #14334: Segmentation fault after running rspec (ruby/2.5.0/erb.rb:885 / simplecov/source_file.rb:85)
- Hi there!
I'm not quite sure exactly what the status "Third Party's issue" means, but I'm relatively certain that it's a bug in Ruby we managed to reproduce it without any simplecov involved purely using the coverage library: https:/...
01/31/2018
-
04:04 PM Ruby Bug #14334: Segmentation fault after running rspec (ruby/2.5.0/erb.rb:885 / simplecov/source_file.rb:85)
- Hello! Here is the corresponding simplecov issue: https://github.com/colszowka/simplecov/issues/652 (maintainer here) - I'm stumped as to what happens. Would happy to find the source but also to find a work around that I could publish :D
11/01/2017
-
08:17 PM Ruby Feature #13901: Add branch coverage
- 👋 Hi there,
thanks for this! Any indication if this will land in 2.5 and if it's still the same as specified here?
Background: I'm currently maintaining simplecov (https://github.com/colszowka/simplecov), which will be the primary ...
02/24/2014
-
04:29 PM Ruby Bug #9560 (Closed): Backport fix for: "SimpleDelegator, a wrapped object with an open method and send" from 2.1 to 2.0
- There was an issue when you have an object with an open method wrapped by a SimpleDelegator and then use "send :open". This gist illustrates it: https://gist.github.com/PragTob/9189371
There was a github pull request fixing it: https:...
11/17/2013
-
10:39 PM Ruby Feature #9112: Make module lookup more dynamic (Including modules into a module after it has already been included)
- Thank you for the quick reply Eric and Nobu! Looking forward to how this turns out :-)
11/15/2013
-
04:25 AM Ruby Feature #9112 (Closed): Make module lookup more dynamic (Including modules into a module after it has already been included)
- If a module (M) is included into a class (C) and afterwards another module (M2) is included into the first module (M) then C does not include M2 and instances do not respond to methods defined in M2. I think instances of C should respond...