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

compute example autoapply dependency drop and refactoring #565

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

KovalevDima
Copy link

@KovalevDima KovalevDima commented Jan 21, 2025

Dropped autoapply dependency and simplified compute example source code

It was too hard for me to understand what's going on behind library API calls via template haskell. So I decided to:

  1. Rewrite it in a more straightforward way with direct arguments passing
  2. Drop the autoapply dependency which has lack of support (cannot build it on ghc 9.6 without overrides)
  3. Move the top level functions to start of the file

Have not tested this change since need to setup flake.nix for local development. Want to check build via CI pipeline

@KovalevDima KovalevDima changed the title compute example refactoring and autoapply dependency drop compute example autoapply dependency drop and refactoring Jan 21, 2025
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