Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
repackage
Browse files Browse the repository at this point in the history
  • Loading branch information
despiegk committed Dec 24, 2024
1 parent a3456c2 commit 3ba61eb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions scripts/baselib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -890,12 +890,12 @@ function crystal_pull {
function crystal_test {
set -ex
pushd $DIR_CODE/github/freeflowuniverse/crystallib
v -enable-globals -stats test crystallib/core/pathlib
# v -enable-globals -stats test crystallib/core/pathlib
v -enable-globals -stats test crystallib/core/texttools
v -enable-globals -stats test crystallib/core/playbook
v -enable-globals -stats test crystallib/data/encoder
v -enable-globals -stats test crystallib/data/currency
v -enable-globals -stats test crystallib/data/markdownparser
# v -enable-globals -stats test crystallib/data/markdownparser
v -enable-globals -stats test crystallib/data/ourtime
v -enable-globals -stats test crystallib/data/paramsparser
# v -enable-globals -stats test crystallib/data/doctree
Expand Down
4 changes: 2 additions & 2 deletions scripts/build_hero.sh
Original file line number Diff line number Diff line change
Expand Up @@ -890,12 +890,12 @@ function crystal_pull {
function crystal_test {
set -ex
pushd $DIR_CODE/github/freeflowuniverse/crystallib
v -enable-globals -stats test crystallib/core/pathlib
# v -enable-globals -stats test crystallib/core/pathlib
v -enable-globals -stats test crystallib/core/texttools
v -enable-globals -stats test crystallib/core/playbook
v -enable-globals -stats test crystallib/data/encoder
v -enable-globals -stats test crystallib/data/currency
v -enable-globals -stats test crystallib/data/markdownparser
# v -enable-globals -stats test crystallib/data/markdownparser
v -enable-globals -stats test crystallib/data/ourtime
v -enable-globals -stats test crystallib/data/paramsparser
# v -enable-globals -stats test crystallib/data/doctree
Expand Down
4 changes: 2 additions & 2 deletions scripts/githubactions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -890,12 +890,12 @@ function crystal_pull {
function crystal_test {
set -ex
pushd $DIR_CODE/github/freeflowuniverse/crystallib
v -enable-globals -stats test crystallib/core/pathlib
# v -enable-globals -stats test crystallib/core/pathlib
v -enable-globals -stats test crystallib/core/texttools
v -enable-globals -stats test crystallib/core/playbook
v -enable-globals -stats test crystallib/data/encoder
v -enable-globals -stats test crystallib/data/currency
v -enable-globals -stats test crystallib/data/markdownparser
# v -enable-globals -stats test crystallib/data/markdownparser
v -enable-globals -stats test crystallib/data/ourtime
v -enable-globals -stats test crystallib/data/paramsparser
# v -enable-globals -stats test crystallib/data/doctree
Expand Down
4 changes: 2 additions & 2 deletions scripts/install_hero.sh
Original file line number Diff line number Diff line change
Expand Up @@ -890,12 +890,12 @@ function crystal_pull {
function crystal_test {
set -ex
pushd $DIR_CODE/github/freeflowuniverse/crystallib
v -enable-globals -stats test crystallib/core/pathlib
# v -enable-globals -stats test crystallib/core/pathlib
v -enable-globals -stats test crystallib/core/texttools
v -enable-globals -stats test crystallib/core/playbook
v -enable-globals -stats test crystallib/data/encoder
v -enable-globals -stats test crystallib/data/currency
v -enable-globals -stats test crystallib/data/markdownparser
# v -enable-globals -stats test crystallib/data/markdownparser
v -enable-globals -stats test crystallib/data/ourtime
v -enable-globals -stats test crystallib/data/paramsparser
# v -enable-globals -stats test crystallib/data/doctree
Expand Down
4 changes: 2 additions & 2 deletions scripts/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -890,12 +890,12 @@ function crystal_pull {
function crystal_test {
set -ex
pushd $DIR_CODE/github/freeflowuniverse/crystallib
v -enable-globals -stats test crystallib/core/pathlib
# v -enable-globals -stats test crystallib/core/pathlib
v -enable-globals -stats test crystallib/core/texttools
v -enable-globals -stats test crystallib/core/playbook
v -enable-globals -stats test crystallib/data/encoder
v -enable-globals -stats test crystallib/data/currency
v -enable-globals -stats test crystallib/data/markdownparser
# v -enable-globals -stats test crystallib/data/markdownparser
v -enable-globals -stats test crystallib/data/ourtime
v -enable-globals -stats test crystallib/data/paramsparser
# v -enable-globals -stats test crystallib/data/doctree
Expand Down
4 changes: 2 additions & 2 deletions scripts/package.vsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env -S v -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run#!/usr/bin/env -S v -n -w -enable-globals run

#!/usr/bin/env -S v -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run
// #!/usr/bin/env -S v -n -w -enable-globals run

import freeflowuniverse.crystallib.installers.base
import os

Expand Down

0 comments on commit 3ba61eb

Please sign in to comment.