-
Notifications
You must be signed in to change notification settings - Fork 32
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
Error while requiring "clear" #133
Comments
I opened another of my project that uses clear to see if this is related somehow to my project. |
That's a long stacktrace 😄 Can you give me info about your crystal and clear version? |
did you see #131 ? |
So I took a look at what changed in my shards.lock, and apparently it's this: pg:
github: will/crystal-pg
version: 0.16.1 to pg:
github: will/crystal-pg
version: 0.17 Here is my complete shards.lock file version: 1.0
shards:
admiral:
github: jwaldrip/admiral.cr
commit: 0892415a8775fe59ff4c6de6cb5b21da8c9acd8e
ameba:
github: veelenga/ameba
version: 0.10.0
base62:
github: Sija/base62.cr
version: 0.1.1
clear:
github: anykeyh/clear
commit: ec2714b33f0f84d8a1bcc23e90a53868260ca1a3
crest:
github: mamantoha/crest
version: 0.20.0
crystal-argon2:
github: sushichain/crystal-argon2
version: 0.1.0
db:
github: crystal-lang/crystal-db
version: 0.5.1
dotenv:
github: gdotdesign/cr-dotenv
version: 0.2.0
exception_page:
github: crystal-loot/exception_page
version: 0.1.2
generate:
github: anykeyh/generate.cr
commit: 27a59d663ded8ce39a361e3a88b8dd747f59ce42
inflector:
github: phoffer/inflector.cr
version: 0.1.8
kemal:
github: kemalcr/kemal
version: 0.25.2
kilt:
github: jeromegn/kilt
version: 0.4.0
ksuid:
github: Sija/ksuid.cr
version: 0.4.0
pg:
github: will/crystal-pg
version: 0.17.0
radix:
github: luislavena/radix
version: 0.3.9
spec-kemal:
github: kemalcr/spec-kemal
commit: 64b89c719234ceb92c0a14762dce3afc6257fffc |
Indeed, the problem comes from crystal pg v0.17. I'll see what's happening. Meanwhile you can force in your |
I've fixed the code, please use |
No idea what is happening I literally didn't do anything except installing another shard and now everything is broken.
(Deleting the new shard I installed didn't solve the issue)
Even using an old version of my code that was working now don't work.
The text was updated successfully, but these errors were encountered: