Skip to content

Commit

Permalink
Rename api.sml to server.sml
Browse files Browse the repository at this point in the history
  • Loading branch information
xrchz committed Nov 9, 2017
1 parent 5bdda16 commit 53dad44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Automated regression test infrastructure for CakeML.

[api.sml](api.sml):
Implements the server-side regression-test API as a CGI program.

[apiLib.sml](apiLib.sml):
The API that the server and worker agree on.

[flock.sml](flock.sml):
Maintenance tool: acquire the lock that is used by the server to run a
command without interfering with the server.

[server.sml](server.sml):
Implements the server-side regression-test API as a CGI program.

[serverLib.sml](serverLib.sml):
Functions for manipulating the queues in the filesystem on the server,
including for getting information from GitHub with which to update them.
Expand Down
5 changes: 0 additions & 5 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,3 @@ TODO: Replace calls to the OS shell with SML Basis functionality
and redirecting standard streams. This could all be implemented in the SML
Basis, in particular using Posix structure, instead. Doing so might be more
reliable?

(*
server = api.sml
worker = worker.sml
*)
File renamed without changes.

0 comments on commit 53dad44

Please sign in to comment.