Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 92cf3c2

Browse files
committed
updated replete
1 parent d36b4af commit 92cf3c2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+19302
-19194
lines changed

docs/js/compiled/app.js

Lines changed: 992 additions & 898 deletions
Large diffs are not rendered by default.

docs/js/compiled/out/cljs/core.js

Lines changed: 7719 additions & 7721 deletions
Large diffs are not rendered by default.

docs/js/compiled/out/cljs/core/async.js

Lines changed: 3760 additions & 3760 deletions
Large diffs are not rendered by default.

docs/js/compiled/out/cljs/core/async/impl/buffers.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ while(true){
99
if((cnt < len)){
1010
(dest[(dest_start + cnt)] = (src[(src_start + cnt)]));
1111

12-
var G__15624 = (cnt + (1));
13-
cnt = G__15624;
12+
var G__11674 = (cnt + (1));
13+
cnt = G__11674;
1414
continue;
1515
} else {
1616
return null;
@@ -114,14 +114,14 @@ var n__4607__auto__ = self__.length;
114114
var x = (0);
115115
while(true){
116116
if((x < n__4607__auto__)){
117-
var v_15625 = this$.pop();
118-
if((keep_QMARK_.cljs$core$IFn$_invoke$arity$1 ? keep_QMARK_.cljs$core$IFn$_invoke$arity$1(v_15625) : keep_QMARK_.call(null,v_15625))){
119-
this$.unshift(v_15625);
117+
var v_11675 = this$.pop();
118+
if((keep_QMARK_.cljs$core$IFn$_invoke$arity$1 ? keep_QMARK_.cljs$core$IFn$_invoke$arity$1(v_11675) : keep_QMARK_.call(null,v_11675))){
119+
this$.unshift(v_11675);
120120
} else {
121121
}
122122

123-
var G__15626 = (x + (1));
124-
x = G__15626;
123+
var G__11676 = (x + (1));
124+
x = G__11676;
125125
continue;
126126
} else {
127127
return null;

docs/js/compiled/out/cljs/core/async/impl/channels.js

Lines changed: 144 additions & 144 deletions
Large diffs are not rendered by default.

docs/js/compiled/out/cljs/core/async/impl/dispatch.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ cljs.core.async.impl.dispatch.running_QMARK_ = true;
1313

1414
cljs.core.async.impl.dispatch.queued_QMARK_ = false;
1515

16-
var count_15629 = (0);
16+
var count_11684 = (0);
1717
while(true){
18-
var m_15630 = cljs.core.async.impl.dispatch.tasks.pop();
19-
if((m_15630 == null)){
18+
var m_11685 = cljs.core.async.impl.dispatch.tasks.pop();
19+
if((m_11685 == null)){
2020
} else {
21-
(m_15630.cljs$core$IFn$_invoke$arity$0 ? m_15630.cljs$core$IFn$_invoke$arity$0() : m_15630.call(null));
21+
(m_11685.cljs$core$IFn$_invoke$arity$0 ? m_11685.cljs$core$IFn$_invoke$arity$0() : m_11685.call(null));
2222

23-
if((count_15629 < cljs.core.async.impl.dispatch.TASK_BATCH_SIZE)){
24-
var G__15631 = (count_15629 + (1));
25-
count_15629 = G__15631;
23+
if((count_11684 < cljs.core.async.impl.dispatch.TASK_BATCH_SIZE)){
24+
var G__11686 = (count_11684 + (1));
25+
count_11684 = G__11686;
2626
continue;
2727
} else {
2828
}

docs/js/compiled/out/cljs/core/async/impl/ioc_helpers.js

Lines changed: 114 additions & 114 deletions
Large diffs are not rendered by default.

docs/js/compiled/out/cljs/core/async/impl/protocols.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ throw cljs.core.missing_protocol("Buffer.close-buf!",b);
271271
});
272272

273273
cljs.core.async.impl.protocols.add_BANG_ = (function cljs$core$async$impl$protocols$add_BANG_(var_args){
274-
var G__15620 = arguments.length;
275-
switch (G__15620) {
274+
var G__11665 = arguments.length;
275+
switch (G__11665) {
276276
case 1:
277277
return cljs.core.async.impl.protocols.add_BANG_.cljs$core$IFn$_invoke$arity$1((arguments[(0)]));
278278

docs/js/compiled/out/cljs/core/async/impl/timers.js

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ goog.require('cljs.core.async.impl.dispatch');
88
cljs.core.async.impl.timers.MAX_LEVEL = (15);
99
cljs.core.async.impl.timers.P = ((1) / (2));
1010
cljs.core.async.impl.timers.random_level = (function cljs$core$async$impl$timers$random_level(var_args){
11-
var G__15791 = arguments.length;
12-
switch (G__15791) {
11+
var G__12005 = arguments.length;
12+
switch (G__12005) {
1313
case 0:
1414
return cljs.core.async.impl.timers.random_level.cljs$core$IFn$_invoke$arity$0();
1515

@@ -31,8 +31,8 @@ return cljs.core.async.impl.timers.random_level.cljs$core$IFn$_invoke$arity$1((0
3131
cljs.core.async.impl.timers.random_level.cljs$core$IFn$_invoke$arity$1 = (function (level){
3232
while(true){
3333
if((((Math.random() < cljs.core.async.impl.timers.P)) && ((level < cljs.core.async.impl.timers.MAX_LEVEL)))){
34-
var G__15793 = (level + (1));
35-
level = G__15793;
34+
var G__12007 = (level + (1));
35+
level = G__12007;
3636
continue;
3737
} else {
3838
return level;
@@ -88,8 +88,8 @@ return (new cljs.core.async.impl.timers.SkipListNode(key,val,forward));
8888
});
8989

9090
cljs.core.async.impl.timers.skip_list_node = (function cljs$core$async$impl$timers$skip_list_node(var_args){
91-
var G__15795 = arguments.length;
92-
switch (G__15795) {
91+
var G__12009 = arguments.length;
92+
switch (G__12009) {
9393
case 1:
9494
return cljs.core.async.impl.timers.skip_list_node.cljs$core$IFn$_invoke$arity$1((arguments[(0)]));
9595

@@ -110,13 +110,13 @@ return cljs.core.async.impl.timers.skip_list_node.cljs$core$IFn$_invoke$arity$3(
110110

111111
cljs.core.async.impl.timers.skip_list_node.cljs$core$IFn$_invoke$arity$3 = (function (k,v,level){
112112
var arr = (new Array((level + (1))));
113-
var i_15797 = (0);
113+
var i_12011 = (0);
114114
while(true){
115-
if((i_15797 < arr.length)){
116-
(arr[i_15797] = null);
115+
if((i_12011 < arr.length)){
116+
(arr[i_12011] = null);
117117

118-
var G__15798 = (i_15797 + (1));
119-
i_15797 = G__15798;
118+
var G__12012 = (i_12011 + (1));
119+
i_12011 = G__12012;
120120
continue;
121121
} else {
122122
}
@@ -129,8 +129,8 @@ return (new cljs.core.async.impl.timers.SkipListNode(k,v,arr));
129129
cljs.core.async.impl.timers.skip_list_node.cljs$lang$maxFixedArity = 3;
130130

131131
cljs.core.async.impl.timers.least_greater_node = (function cljs$core$async$impl$timers$least_greater_node(var_args){
132-
var G__15800 = arguments.length;
133-
switch (G__15800) {
132+
var G__12014 = arguments.length;
133+
switch (G__12014) {
134134
case 3:
135135
return cljs.core.async.impl.timers.least_greater_node.cljs$core$IFn$_invoke$arity$3((arguments[(0)]),(arguments[(1)]),(arguments[(2)]));
136136

@@ -158,8 +158,8 @@ var temp__5718__auto__ = (((level < x__$1.forward.length))?(x__$1.forward[level]
158158
if(cljs.core.truth_(temp__5718__auto__)){
159159
var x_SINGLEQUOTE_ = temp__5718__auto__;
160160
if((x_SINGLEQUOTE_.key < k)){
161-
var G__15802 = x_SINGLEQUOTE_;
162-
x__$1 = G__15802;
161+
var G__12016 = x_SINGLEQUOTE_;
162+
x__$1 = G__12016;
163163
continue;
164164
} else {
165165
return x__$1;
@@ -175,14 +175,14 @@ if((update == null)){
175175
(update[level] = x__$1);
176176
}
177177

178-
var G__15803 = x__$1;
179-
var G__15804 = k;
180-
var G__15805 = (level - (1));
181-
var G__15806 = update;
182-
x = G__15803;
183-
k = G__15804;
184-
level = G__15805;
185-
update = G__15806;
178+
var G__12017 = x__$1;
179+
var G__12018 = k;
180+
var G__12019 = (level - (1));
181+
var G__12020 = update;
182+
x = G__12017;
183+
k = G__12018;
184+
level = G__12019;
185+
update = G__12020;
186186
continue;
187187
} else {
188188
return x;
@@ -217,13 +217,13 @@ return x__$1.val = v;
217217
} else {
218218
var new_level = cljs.core.async.impl.timers.random_level.cljs$core$IFn$_invoke$arity$0();
219219
if((new_level > self__.level)){
220-
var i_15807 = (self__.level + (1));
220+
var i_12021 = (self__.level + (1));
221221
while(true){
222-
if((i_15807 <= (new_level + (1)))){
223-
(update[i_15807] = self__.header);
222+
if((i_12021 <= (new_level + (1)))){
223+
(update[i_12021] = self__.header);
224224

225-
var G__15808 = (i_15807 + (1));
226-
i_15807 = G__15808;
225+
var G__12022 = (i_12021 + (1));
226+
i_12021 = G__12022;
227227
continue;
228228
} else {
229229
}
@@ -257,19 +257,19 @@ var update = (new Array(cljs.core.async.impl.timers.MAX_LEVEL));
257257
var x = cljs.core.async.impl.timers.least_greater_node.cljs$core$IFn$_invoke$arity$4(self__.header,k,self__.level,update);
258258
var x__$1 = (((x.forward.length === (0)))?null:(x.forward[(0)]));
259259
if((((!((x__$1 == null)))) && ((x__$1.key === k)))){
260-
var i_15809 = (0);
260+
var i_12023 = (0);
261261
while(true){
262-
if((i_15809 <= self__.level)){
263-
var links_15810 = (update[i_15809]).forward;
264-
if((x__$1 === (((i_15809 < links_15810.length))?(links_15810[i_15809]):null))){
265-
(links_15810[i_15809] = (x__$1.forward[i_15809]));
262+
if((i_12023 <= self__.level)){
263+
var links_12024 = (update[i_12023]).forward;
264+
if((x__$1 === (((i_12023 < links_12024.length))?(links_12024[i_12023]):null))){
265+
(links_12024[i_12023] = (x__$1.forward[i_12023]));
266266

267-
var G__15811 = (i_15809 + (1));
268-
i_15809 = G__15811;
267+
var G__12025 = (i_12023 + (1));
268+
i_12023 = G__12025;
269269
continue;
270270
} else {
271-
var G__15812 = (i_15809 + (1));
272-
i_15809 = G__15812;
271+
var G__12026 = (i_12023 + (1));
272+
i_12023 = G__12026;
273273
continue;
274274
}
275275
} else {
@@ -308,25 +308,25 @@ return null;
308308
if((x_SINGLEQUOTE_.key >= k)){
309309
return x_SINGLEQUOTE_;
310310
} else {
311-
var G__15813 = x_SINGLEQUOTE_;
312-
x__$1 = G__15813;
311+
var G__12027 = x_SINGLEQUOTE_;
312+
x__$1 = G__12027;
313313
continue;
314314
}
315315
}
316316
break;
317317
}
318318
})();
319319
if((!((nx == null)))){
320-
var G__15814 = nx;
321-
var G__15815 = (level__$1 - (1));
322-
x = G__15814;
323-
level__$1 = G__15815;
320+
var G__12028 = nx;
321+
var G__12029 = (level__$1 - (1));
322+
x = G__12028;
323+
level__$1 = G__12029;
324324
continue;
325325
} else {
326-
var G__15816 = x;
327-
var G__15817 = (level__$1 - (1));
328-
x = G__15816;
329-
level__$1 = G__15817;
326+
var G__12030 = x;
327+
var G__12031 = (level__$1 - (1));
328+
x = G__12030;
329+
level__$1 = G__12031;
330330
continue;
331331
}
332332
} else {
@@ -354,8 +354,8 @@ if((!((x_SINGLEQUOTE_ == null)))){
354354
if((x_SINGLEQUOTE_.key > k)){
355355
return x__$1;
356356
} else {
357-
var G__15818 = x_SINGLEQUOTE_;
358-
x__$1 = G__15818;
357+
var G__12032 = x_SINGLEQUOTE_;
358+
x__$1 = G__12032;
359359
continue;
360360
}
361361
} else {
@@ -369,16 +369,16 @@ break;
369369
}
370370
})();
371371
if(cljs.core.truth_(nx)){
372-
var G__15819 = nx;
373-
var G__15820 = (level__$1 - (1));
374-
x = G__15819;
375-
level__$1 = G__15820;
372+
var G__12033 = nx;
373+
var G__12034 = (level__$1 - (1));
374+
x = G__12033;
375+
level__$1 = G__12034;
376376
continue;
377377
} else {
378-
var G__15821 = x;
379-
var G__15822 = (level__$1 - (1));
380-
x = G__15821;
381-
level__$1 = G__15822;
378+
var G__12035 = x;
379+
var G__12036 = (level__$1 - (1));
380+
x = G__12035;
381+
level__$1 = G__12036;
382382
continue;
383383
}
384384
} else {

0 commit comments

Comments
 (0)