Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify workspace #456

Merged
merged 9 commits into from
Mar 2, 2022
Merged

Unify workspace #456

merged 9 commits into from
Mar 2, 2022

Conversation

Hoverbear
Copy link
Contributor

Unify the Cargo workspace.

ana@autonoma:~/git/zombodb/pgx$ touch pgx-utils/src/lib.rs 
ana@autonoma:~/git/zombodb/pgx$ cargo check --workspace --features "pg14 pg_test" --no-default-features
   Compiling pgx-utils v0.3.3 (/home/ana/git/zombodb/pgx/pgx-utils)
    Checking pgx-macros v0.3.3 (/home/ana/git/zombodb/pgx/pgx-macros)
    Checking cargo-pgx v0.3.3 (/home/ana/git/zombodb/pgx/cargo-pgx)
   Compiling pgx-pg-sys v0.3.3 (/home/ana/git/zombodb/pgx/pgx-pg-sys)
    Checking pgx v0.3.3 (/home/ana/git/zombodb/pgx/pgx)
    Checking strings v0.1.0 (/home/ana/git/zombodb/pgx/pgx-examples/strings)
    Checking shmem v0.1.0 (/home/ana/git/zombodb/pgx/pgx-examples/shmem)
    Checking bytea v0.1.0 (/home/ana/git/zombodb/pgx/pgx-examples/bytea)
    Checking spi v0.0.0 (/home/ana/git/zombodb/pgx/pgx-examples/spi)
    Checking schemas v0.0.0 (/home/ana/git/zombodb/pgx/pgx-examples/schemas)
    Checking arrays v0.1.0 (/home/ana/git/zombodb/pgx/pgx-examples/arrays)
    Checking bad_ideas v0.0.0 (/home/ana/git/zombodb/pgx/pgx-examples/bad_ideas)
    Checking errors v0.1.0 (/home/ana/git/zombodb/pgx/pgx-examples/errors)
    Checking srf v0.1.0 (/home/ana/git/zombodb/pgx/pgx-examples/srf)
    Checking operators v0.1.0 (/home/ana/git/zombodb/pgx/pgx-examples/operators)
    Checking triggers v0.0.0 (/home/ana/git/zombodb/pgx/pgx-examples/triggers)
    Checking custom_sql v0.0.0 (/home/ana/git/zombodb/pgx/pgx-examples/custom_sql)
    Checking custom_types v0.1.0 (/home/ana/git/zombodb/pgx/pgx-examples/custom_types)
    Checking nostd v0.0.0 (/home/ana/git/zombodb/pgx/pgx-examples/nostd)
    Checking aggregate v0.0.0 (/home/ana/git/zombodb/pgx/pgx-examples/aggregate)
    Checking pgx-tests v0.3.3 (/home/ana/git/zombodb/pgx/pgx-tests)
    Finished dev [unoptimized + debuginfo] target(s) in 2m 34s

Signed-off-by: Ana Hobden <[email protected]>
@Hoverbear Hoverbear self-assigned this Feb 25, 2022
@Hoverbear
Copy link
Contributor Author

Suddenly I want cargo pgx test pg14 -p bgworker...

pgx/pgx.control Outdated
@@ -0,0 +1,5 @@
comment = 'pgx: Created by pgx'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops

@Hoverbear Hoverbear merged commit 0aced59 into develop Mar 2, 2022
@Hoverbear Hoverbear deleted the unify-workspace branch March 2, 2022 15:53
@Hoverbear Hoverbear mentioned this pull request Mar 2, 2022
@Hoverbear Hoverbear mentioned this pull request Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant