appmap 0.83.5 → 0.83.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 324aa913dbeb7c955fb624faf0ac6294694c9ea11e066c741d7e69313b194d91
4
- data.tar.gz: bbbc92d307315e5bb520dd769b2f90ab81d542e0243fc5d000172d2df2451dbb
3
+ metadata.gz: bf377e8a1059017ed00e26a5749cf98e625448447b340301b7c69061a30c41be
4
+ data.tar.gz: 1e0cf2c3cd43e33a5e12ed51a14377a3646f6ff67626acef693b4679b6302d0e
5
5
  SHA512:
6
- metadata.gz: 80ab785186c5d48d1b34422728f73883c7a152022e67276c64076df636449ecd5711411e32ba8150a0b3a58bad0897111dc63b7036cbb329a1f4030a83d1e102
7
- data.tar.gz: 54d432b3a78da40759e8b3bd43ae68fc718db7b2796c569898dc9181aabdde40546d582ebd756c76efab325ed275815ff06d15f2b2d745bffc6108f5586057a3
6
+ metadata.gz: 385200372fe060a8344d313493a2911bc8111796bd70318efb751fa64432ce217a2fc77b34cae5d71c056a98628c78993dec985fc91c78f80bed4469415313d1
7
+ data.tar.gz: fa1e1dd2e47f4fc4098a4a1b1617891dc1b00e071da2142ee59657fc80e34771c02ffd2dba37b1a3ea0c5c9e53a289fa19ba3b78b1f8ba8d5d4a0a7b1cb6725e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [0.83.6](https://github.com/applandinc/appmap-ruby/compare/v0.83.5...v0.83.6) (2022-08-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Catch an uncaught EINVAL on Windows when attempting to parse source code ([9a152d8](https://github.com/applandinc/appmap-ruby/commit/9a152d8e48846b46572a3e7061bcdb35942b8993))
7
+
1
8
  ## [0.83.5](https://github.com/applandinc/appmap-ruby/compare/v0.83.4...v0.83.5) (2022-06-30)
2
9
 
3
10
 
data/lib/appmap/trace.rb CHANGED
@@ -22,7 +22,7 @@ module AppMap
22
22
 
23
23
  def comment
24
24
  @method.comment
25
- rescue MethodSource::SourceNotFoundError
25
+ rescue MethodSource::SourceNotFoundError, Errno::EINVAL
26
26
  nil
27
27
  end
28
28
 
@@ -3,7 +3,7 @@
3
3
  module AppMap
4
4
  URL = 'https://github.com/applandinc/appmap-ruby'
5
5
 
6
- VERSION = '0.83.5'
6
+ VERSION = '0.83.6'
7
7
 
8
8
  APPMAP_FORMAT_VERSION = '1.7.0'
9
9
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appmap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.83.5
4
+ version: 0.83.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Gilpin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-06-30 00:00:00.000000000 Z
11
+ date: 2022-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport