Skip to content

Commit

Permalink
Remove obsolete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sogaiu committed Jun 28, 2020
1 parent c07218b commit 1f09c45
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions project.janet
@@ -1,17 +1,3 @@
# XXX: consider whether the "judge" directory should live under /tmp
# might be safer than removing something within the project
# directory. however, this could be a problem if the source
# assumes it is living within the project directory
# (e.g. referencing via relative paths, some kind of data files
# that are stored within the project directory)

# XXX: transition body of code for the judge phony target to some
# place such that it can be used as a dependency say in the form
# of a function. note that use of post-deps would likely be
# necessary. this should greatly reduce the amount of work
# required when modifying a project.janet to be able to use
# judge-gen.

(post-deps
(import jg-chambers/phony-judge)
(import path))
Expand Down

0 comments on commit 1f09c45

Please sign in to comment.