Skip to content

Commit

Permalink
🐛 document our bug from the hickory "feature" clj-commons/hickory#25
Browse files Browse the repository at this point in the history
  • Loading branch information
raymcdermott committed May 19, 2018
1 parent 5e8dc62 commit 4859acf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $ lein run 9090 some-shared-secret

## Plan

The server provides
The first version will be considered feature complete once the server provides

- [X] Shared REPL state
- [X] Shared view of edits in real-time
Expand All @@ -22,8 +22,17 @@ The server provides
- [ ] Cancel long running REPL evaluations
- [ ] Limit user count (2, 3, 4, etc...)
- [ ] Limit users based on user names (jane, joe, mary, etc...)
- [ ] Choice of Java / node runtime REPLs

## Planned features

After the initial version these additional features are planned

- [ ] Choice of Java / node runtime REPLs

## Bugs / Feature Requests

Please open an issue on the repo

## License

Copyright © 2018 Ray McDermott
Expand Down
2 changes: 2 additions & 0 deletions src/socket_server/server.clj
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@

(def shared-repl (atom nil))

;; TODO bug ... during highlighting, strings like "foo" become "foo"
;; We have a hack to fix this on the client but would be nicer to not have the problem
(defn pretty-form
"Syntax format and colouring"
[edn-form]
Expand Down

0 comments on commit 4859acf

Please sign in to comment.