You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only dependency that use syn v1 in PRQL's dependencies is from test-each-file. Given how large syn is, this slows down our compile times.
I think that's from proc-macro-error, which isn't maintained:
$ cargo tree -i syn@1
syn v1.0.109
└── proc-macro-error v1.0.4
└── test_each_file v0.3.1 (proc-macro)
I think there are some replacements for that crate — to the extent it's possible, could that it be replaced?
The text was updated successfully, but these errors were encountered:
Currently the only dependency that use
syn
v1 in PRQL's dependencies is fromtest-each-file
. Given how largesyn
is, this slows down our compile times.I think that's from
proc-macro-error
, which isn't maintained:I think there are some replacements for that crate — to the extent it's possible, could that it be replaced?
The text was updated successfully, but these errors were encountered: