Accepting request 345802 from home:coolo:branches:devel:languages:ruby:extensions
update OBS-URL: https://build.opensuse.org/request/show/345802 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-byebug?expand=0&rev=22
This commit is contained in:
parent
dcbb45d417
commit
e857c838b1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbea96aab46b3b71a4564898bf7c420f5256a01d5f097ffe57f9c9bb9f669e95
|
||||
size 76800
|
3
byebug-8.2.0.gem
Normal file
3
byebug-8.2.0.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:105432b181a0b62f38784f3bccc59c4a851d4bd9f3fc6ff51fe66515ecb71d96
|
||||
size 78336
|
@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 05:28:32 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to version 8.2.0
|
||||
see installed CHANGELOG.md
|
||||
|
||||
## Master (Unreleased)
|
||||
|
||||
## 8.2.0 - 2015-11-12
|
||||
### Fixed
|
||||
* [#184](https://github.com/deivid-rodriguez/byebug/issues/184) &
|
||||
[#188](https://github.com/deivid-rodriguez/byebug/issues/188), both due
|
||||
to the way of running evaluations in a separate thread.
|
||||
|
||||
### Added
|
||||
* `debug` command to evaluate things in a separate thread, since this behavior
|
||||
was removed from default `eval` to fix the above issues.
|
||||
|
||||
## 8.1.0 - 2015-11-09
|
||||
### Fixed
|
||||
* Command history should be specific per project.
|
||||
* Better error message in certain edge cases when printing the backtrace.
|
||||
* Bug in evaluator which would show information about having stopped at a
|
||||
breakpoint in some cases.
|
||||
|
||||
### Added
|
||||
* Ability to autolist source code after `frame` command.
|
||||
* Ability to stop at lines where methods return.
|
||||
|
||||
## 8.0.1 - 2015-11-07
|
||||
### Fixed
|
||||
* Error stream wouldn't be properly reset when using standalone `byebug`.
|
||||
* Confusing error message for invalid breakpoint locations.
|
||||
|
||||
## 8.0.0 - 2015-11-05
|
||||
### Fixed
|
||||
* [#183](https://github.com/deivid-rodriguez/byebug/issues/183). Compilation
|
||||
in Ruby 2.0. Regression introduced in 7.0.0
|
||||
* "Return value is: nil" would be displayed when stopping right before the end
|
||||
of a class definition. We want to avoid showing anything instead.
|
||||
|
||||
## Changed
|
||||
* Plugins now need to implement an `at_end` method (separate from `at_return`)
|
||||
in their custom processors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 5 05:28:49 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#
|
||||
|
||||
Name: rubygem-byebug
|
||||
Version: 7.0.0
|
||||
Version: 8.2.0
|
||||
Release: 0
|
||||
%define mod_name byebug
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
|
Loading…
Reference in New Issue
Block a user