enola-rb 0.5.1 → 0.5.2
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 +4 -4
- data/CHANGELOG.md +15 -0
- data/lib/enola_rb/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e11fd621c0938e8bf47d4fb4601db8dc659039437b1b10331babdc335e651810
|
|
4
|
+
data.tar.gz: e03a1e9510a0694f4e0a8f2f099b60642ab9207fd9752c1c098db15e75bb854a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1dc77e4c5836a844d95dfea1118440efe3e861f2b3f20d938c9a0c312ae44f9fedc5e2b3e38fe3e0fdec4d07ec00c2fd881211ef485bfd7a19e8769ebaa95fbb
|
|
7
|
+
data.tar.gz: 4603af7245ee31b60fbce69619298235b9a167a03042632dd82fcec2faabc922e034b08ad2aeab048af32f396c016e24ba660873293d2ce4212def58dba7b5cd
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## enola 0.5.2, enola-rb 0.5.2, munola 0.5.2 and munola-rb 0.5.2 (2026-08-23)
|
|
2
|
+
|
|
3
|
+
Rubydex is off in the config these gems write, and named in a comment beside
|
|
4
|
+
the reason. The release each gem drives carries a walk that can fail to
|
|
5
|
+
return: a constant reference spanning lines could be treated as its own
|
|
6
|
+
predecessor, so a tree with vendored gems could snapshot for twenty-six
|
|
7
|
+
minutes and several gigabytes without finishing. Two of the three Rails trees
|
|
8
|
+
it was tried on did exactly that.
|
|
9
|
+
|
|
10
|
+
The fix exists and is not yet in a published enola, so the default cannot
|
|
11
|
+
depend on it. Prism is unaffected and stays on: it parses a monolith in 13.7
|
|
12
|
+
seconds. Uncommenting the two lines brings Rubydex back for anyone who wants
|
|
13
|
+
it deliberately, and the default returns the moment the binary each gem drives
|
|
14
|
+
carries the fix.
|
|
15
|
+
|
|
1
16
|
## enola 0.5.1 (2026-08-23)
|
|
2
17
|
|
|
3
18
|
The resolver no longer probes its own binstub. It read a candidate's first 512
|
data/lib/enola_rb/version.rb
CHANGED