File tree Expand file tree Collapse file tree 6 files changed +212
-210
lines changed
Expand file tree Collapse file tree 6 files changed +212
-210
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
1919
2020 - uses : supplypike/setup-bin@v3
2121 with :
22- uri : ' https://github.com/calcit-lang/calcit/releases/download/0.7.0-a7 /cr'
22+ uri : ' https://github.com/calcit-lang/calcit/releases/download/0.7.5 /cr'
2323 name : ' cr'
24- version : ' 0.7.0-a7 '
24+ version : ' 0.7.5 '
2525
2626 - uses : supplypike/setup-bin@v3
2727 with :
28- uri : ' https://github.com/calcit-lang/calcit/releases/download/0.7.0-a7 /caps'
28+ uri : ' https://github.com/calcit-lang/calcit/releases/download/0.7.5 /caps'
2929 name : ' caps'
30- version : ' 0.7.0-a7 '
30+ version : ' 0.7.5 '
3131
3232 - name : " compiles to js"
3333 run : >
Original file line number Diff line number Diff line change 345345 |*reel $ quote
346346 defatom *reel $ -> reel-schema/reel ( assoc :base schema/store ) ( assoc :store schema/store )
347347 |dispatch! $ quote
348- defn dispatch! ( op op-data )
349- when
350- and config/dev? $ not= op :states
351- println "\" Dispatch:" op
352- reset! *reel $ reel-updater updater @*reel op op-data
348+ defn dispatch! ( op )
349+ when config/dev? $ println "\" Dispatch:" op
350+ reset! *reel $ reel-updater updater @*reel op
353351 |main! $ quote
354352 defn main! () ( config/register-languages! )
355353 println "\" Running mode:" $ if config/dev? "\" dev" "\" release"
362360 ; let
363361 raw $ js/localStorage.getItem ( :storage-key config/site )
364362 when ( some? raw )
365- dispatch! : hydrate-storage $ parse-cirru-edn raw
363+ dispatch! $ :: : hydrate-storage ( parse-cirru-edn raw )
366364 println "|App started."
367365 |mount-target $ quote
368366 def mount-target $ .!querySelector js/document |.app
424422 |docs-workflow.updater $ {}
425423 :defs $ {}
426424 |updater $ quote
427- defn updater ( store op data op-id op-time )
428- case-default op
429- do ( println "\" unknown op:" op ) store
430- :states $ update-states store data
431- :hydrate-storage data
425+ defn updater ( store op op-id op-time )
426+ tag-match op
427+ :states cursor s
428+ update-states store cursor s
429+ ( :hydrate-storage d ) d
430+ _ $ do ( eprintln "\" unknown op:" op ) store
432431 :ns $ quote
433432 ns docs-workflow.updater $ :require
434433 respo.cursor :refer $ update-states
Original file line number Diff line number Diff line change 22 "version" : " 0.0.15" ,
33 "name" : " @calcit/docs-workflow" ,
44 "dependencies" : {
5- "@calcit/procs" : " ^0.7.0-a7 "
5+ "@calcit/procs" : " ^0.7.5 "
66 },
77 "devDependencies" : {
88 "bottom-tip" : " ^0.1.5" ,
99 "cirru-color" : " ^0.2.3" ,
1010 "github-markdown-css" : " ^5.2.0" ,
1111 "highlight.js" : " ^11.8.0" ,
1212 "remarkable" : " ^2.0.1" ,
13- "vite" : " ^4.3.9 "
13+ "vite" : " ^4.4.6 "
1414 }
1515}
You can’t perform that action at this time.
0 commit comments