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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from warp to a simpler web framework #1

Closed
1 task done
nochiel opened this issue Apr 22, 2024 · 1 comment
Closed
1 task done

Migrate from warp to a simpler web framework #1

nochiel opened this issue Apr 22, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@nochiel
Copy link
Contributor

nochiel commented Apr 22, 2024

Warp's Filter system is nice but I get an avalanche of insoluble type errors when trying to compose (include/exclude) routes based on optional features (bc-server's modules are implemented as optional features). 馃槶 After weeks of experimenting I'm hard-stuck on compiler errors.

This appears to be an open issue for users of the library. (See: seanmonstar/warp/issues/1060.)

To-do

Test:

@nochiel nochiel self-assigned this Apr 22, 2024
@nochiel nochiel added the bug Something isn't working label Apr 22, 2024
@nochiel
Copy link
Contributor Author

nochiel commented Apr 29, 2024

Fixed by 3987b93.

@nochiel nochiel closed this as completed Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant