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

Remove code for old features that are not used anymore #165

Merged
merged 2 commits into from
Sep 15, 2024

Conversation

kindermax
Copy link
Collaborator

Closes: #164

@@ -142,17 +142,7 @@ def expr(*args: P.args, **kw: P.kwargs) -> _Func:

expr.__def_name__ = name # type: ignore[attr-defined]
expr.__def_body__ = fn # type: ignore[attr-defined]

if len(types) == 1 and isinstance(types[0], str):
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This if was to support edn in defines - @define("[[:foo :bar]]").

Now we only supporting actual types such as @define(String) or @define(Record[{"foo": String, "bar": Integer}])

@@ -26,7 +26,7 @@ RUN pdm sync -G dev

FROM base as docs

RUN pdm sync -G docs
RUN pdm sync -G dev -G docs
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Without dev deps sphinx will not import hiku.readers.graphql because it can not import graphql-core library

@kindermax kindermax requested a review from skovbasa September 15, 2024 11:25
@kindermax kindermax merged commit a891bd7 into master Sep 15, 2024
7 checks passed
@kindermax kindermax deleted the 164-remove-old-features branch September 15, 2024 18:02
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.

Remove unused code
1 participant