leptris 1.9.93.0 → 1.9.93.1

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.

Potentially problematic release.


This version of leptris might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3428ee63642e6097541f3883b1627cc91bbcf324cdaaca4cb53233eeae1f64a7
4
- data.tar.gz: 85c99c34e991f073ed1d511a30e3db10c4e307fefdb2129b2fbe4e429573c808
3
+ metadata.gz: bd0b6742c06dd900c31b5089a1264083a5da5f2b32b16b06b63e31d6366dd623
4
+ data.tar.gz: e8d376635e209b50e8838c90a862c398132aa42005e35779b3a3257925a08744
5
5
  SHA512:
6
- metadata.gz: 2941d82078788294eb053670d188622e535910f13c2bb306d258cfc734117115ac1921b703aa06842577bf925093e11b09a32431e04a1b737f0c1f2942b118f1
7
- data.tar.gz: ea26afad920eb8b8e41c9b1b111f0a490ab72e46937a8e5334ddf20c4a137ec0a27770339b9e19b33a6c3297f82e47543dc35dbc431c75e9851a1085fb30170f
6
+ metadata.gz: 064b23592b3e57e10c9164fefa99f5f9db5c6d39747c1d3d82cade2de3e86498a5cf2c88f21f612f510f23a9fe0b94e05a4bc456dc4ab4942a6b8f40e6801d13
7
+ data.tar.gz: 38e90aab0fd07bc3456273c9cd06de08eaab66b6a9762c4b01b672e91c6385d2154c6b05eb2677f218184b90d4dc9cb84f19ff23b1c938e21e9567ed23414442
data/CHANGELOG.md CHANGED
@@ -17,6 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
  literal `(name, attr, value)` bucket. Our exact fixture —
18
18
  120 `item[@k='N']` templates over 2400 elements — went
19
19
  **102.4 ms / 0.6x Nokogiri → 2.65 ms / 20.3x faster**.
20
+ - **CORRECTNESS CAVEAT (leptris/leptris#875, affects
21
+ 1.9.93.0)**: the literal-value index silently drops
22
+ templates past 96 distinct literal patterns — with 97+
23
+ distinct `name[@attr='value']` patterns, every template
24
+ past the 96th never fires (silent missing output; 96 works,
25
+ 97 misses the tail). Pinned by a pending spec and a
26
+ boundary guard; binding-side advisory release 1.9.93.1.
20
27
  - 1.9.92 — **append-tail cache fix** (leptris#848 follow-up):
21
28
  the 8-slot direct-mapped cache thrashed on the HTML shape
22
29
  (persistent <body> alternating with fresh parents — O(n²)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Leptris
4
- VERSION = "1.9.93.0"
4
+ VERSION = "1.9.93.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leptris
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.93.0
4
+ version: 1.9.93.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.