Skip to content

Commit

Permalink
Work 2024-01-31
Browse files Browse the repository at this point in the history
refactor: remove UnmodifiableList from public methods
refactor: remove more UnmodifiableX from public API
refactor: remove util.map from git
refactor: remove util.set from git
refactor: remove util.array from git
refactor: move lang.object to another package
chore: remove lang.object package
refactor(sao): use new objectos.git
build: add git and sao to Objectos CI
build: add commonmark-java and www to Objectos CI
refactor: re-enable the Main class

re objectos/objectos#91


$source=f4da2fd560945080c1b6269c77c3814d962b6a80$
  • Loading branch information
marcioendo committed Feb 1, 2024
1 parent f5795c1 commit 0b1e658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/test-run.mk
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ $(2)test: $$($(1)TEST_RUNTIME_REQS)

$$($(1)TEST_RUNTIME_MODULE_PATH): $$($(1)TEST_RUNTIME_DEPS)
ifneq ($$($(1)TEST_RUNTIME_DEPS),)
cat $$^ | sort | uniq | paste --delimiter='$$(MODULE_PATH_SEPARATOR)' --serial > $$@
cat $$^ | sort -u | paste --delimiter='$$(MODULE_PATH_SEPARATOR)' --serial > $$@
else
touch $$@
endif
Expand Down

0 comments on commit 0b1e658

Please sign in to comment.