Skip to content

Commit

Permalink
fixed procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwenho committed Aug 16, 2023
1 parent 6b5f6e6 commit b3615c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion medikanren2/neo/neo-server/neo-server-utils.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
(let ((pubs (or (get-assoc "publications" props)
(get-assoc "supporting_publications" props)
(get-assoc "publications:string[]" props))))
(if pubs
(if (and pubs (not (equal? "()" pubs)))
(max (length (string-split pubs "|")) (length (string-split pubs "; ")) (length (string-split pubs)))
0)))

Expand Down
2 changes: 1 addition & 1 deletion medikanren2/neo/neo-server/neo-server.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

(define DEFAULT_PORT 8384)

(define NEO_SERVER_VERSION "1.26")
(define NEO_SERVER_VERSION "1.27")

;; Maximum number of results to be returned from *each individual* KP,
;; or from mediKanren itself.
Expand Down

0 comments on commit b3615c7

Please sign in to comment.