Skip to content

Commit 9f638c0

Browse files
committed
import glitch
1 parent 3de936c commit 9f638c0

File tree

22 files changed

+44
-36
lines changed

22 files changed

+44
-36
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ offers an easy and elegant way to do so.
9999
As an example, here I quote the
100100
[*stitching* algorithm](https://archive.softwareheritage.org/swh:1:cnt:6169c074089ddc8a0e048cb67e1fec57857ef54d;lines=3224-3270/),
101101
by means of which Text-Fabric Search collects the solutions of a
102-
[search template](https://annotation.github.io/text-fabric/Api/General/#searching).
102+
[search template](https://annotation.github.io/text-fabric/Use/Search/).
103103
The quote refers directly to specific lines of code, deeply buried in
104104
a Python file within a particular version of Text-Fabric.**

build.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -251,15 +251,6 @@ def codestats():
251251

252252

253253
def tfbrowse(dataset, remaining):
254-
datadir = f'{APP_BASE}/{dataset}'
255-
good = True
256-
try:
257-
os.chdir(datadir)
258-
except Exception:
259-
good = False
260-
console(f'Cannot find TF app directory "{datadir}"')
261-
if not good:
262-
return
263254
rargs = ' '.join(remaining)
264255
cmdLine = f'text-fabric {dataset} {rargs}'
265256
try:

dist/text-fabric-7.3.0.tar.gz

-2.25 MB
Binary file not shown.

dist/text-fabric-7.3.1.tar.gz

2.25 MB
Binary file not shown.

docs/About/News.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@
1212

1313
See the [issue list on GitHub]({{ghissues}})
1414

15+
## 7.3.1
16+
17+
2018-12-14
18+
19+
Glitch in the Uruk app: it imports other modules, but because of the
20+
dynamic way it is imported itself, a trick is needed to
21+
let it import its submodules correctly.
22+
23+
24+
2018-12-13
25+
1526
## 7.3
1627

1728
2018-12-13

docs/Code/Stats.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
cloc|github.com/AlDanial/cloc v 1.78 T=1.08 s (105.4 files/s, 25748.6 lines/s)
1+
cloc|github.com/AlDanial/cloc v 1.78 T=0.99 s (115.0 files/s, 28096.4 lines/s)
22
--- | ---
33

44
Language|files|blank|comment|code
55
:-------|-------:|-------:|-------:|-------:
6-
Python|46|1558|883|9365
7-
Markdown|55|2664|0|7231
6+
Python|46|1558|883|9362
7+
Markdown|55|2669|0|7236
88
CSS|6|1341|34|3289
99
JavaScript|2|59|37|670
1010
HTML|2|5|0|480
1111
YAML|1|9|0|224
1212
Bourne Shell|2|1|0|4
1313
--------|--------|--------|--------|--------
14-
SUM:|114|5637|954|21263
14+
SUM:|114|5642|954|21265

docs/Code/StatsApplib.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
cloc|github.com/AlDanial/cloc v 1.78 T=0.04 s (336.6 files/s, 64557.3 lines/s)
1+
cloc|github.com/AlDanial/cloc v 1.78 T=0.04 s (317.2 files/s, 60970.6 lines/s)
22
--- | ---
33

44
Language|files|blank|comment|code
55
:-------|-------:|-------:|-------:|-------:
6-
Python|14|376|212|2097
6+
Python|14|376|212|2103
77
--------|--------|--------|--------|--------
8-
SUM:|14|376|212|2097
8+
SUM:|14|376|212|2103

docs/Code/StatsConvert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cloc|github.com/AlDanial/cloc v 1.78 T=0.02 s (127.9 files/s, 41311.9 lines/s)
1+
cloc|github.com/AlDanial/cloc v 1.78 T=0.02 s (121.8 files/s, 39325.4 lines/s)
22
--- | ---
33

44
Language|files|blank|comment|code

docs/Code/StatsCore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cloc|github.com/AlDanial/cloc v 1.78 T=0.03 s (257.0 files/s, 54456.0 lines/s)
1+
cloc|github.com/AlDanial/cloc v 1.78 T=0.03 s (260.3 files/s, 55143.7 lines/s)
22
--- | ---
33

44
Language|files|blank|comment|code

docs/Code/StatsSearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cloc|github.com/AlDanial/cloc v 1.78 T=0.05 s (193.7 files/s, 76850.3 lines/s)
1+
cloc|github.com/AlDanial/cloc v 1.78 T=0.05 s (194.8 files/s, 77271.1 lines/s)
22
--- | ---
33

44
Language|files|blank|comment|code

0 commit comments

Comments
 (0)