Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 54349c5

Browse files
author
Kapil Reddy
committed
Add icw.core to aot
1 parent 95af848 commit 54349c5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

‎project.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@
2727
[org.apache.lucene/lucene-queryparser ~lucene-version]
2828
[org.apache.lucene/lucene-analyzers-common ~lucene-version]]
2929

30-
:profiles {:dev {:dependencies [[integrant/repl "0.3.1"]]}})
30+
:profiles {:dev {:dependencies [[integrant/repl "0.3.1"]]}}
31+
:aot [icw.core])

‎src/icw/core.clj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
(:require [icw.system :as system]
33
[icw.data.process]
44
[icw.data.process-faster]
5-
[icw.web.core :as web]))
5+
[icw.web.core :as web])
6+
(:gen-class))
67

78
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
89
;; Introduction
@@ -13,6 +14,7 @@
1314
(comment
1415
(system/start!))
1516

17+
1618
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1719
;; Chapter 1 - Lazy sequences
1820
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -22,6 +24,8 @@
2224
;; Where is it located ? Let's jump there
2325
web/app
2426

27+
icw.data.process/populate-db
28+
2529
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2630
;; Chapter 2 - Concurrency
2731
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /