Closed
Description
I have been using leetcode-cli
and it has been working well. Just installed version 0.3.12 and see immediate issues:
- Every time I run
leetcode e 1
a newcode
directory is created in whatever directory I was previously in. Previously that directory was created wrt to theroot
setting. If I set thecode
path absolute then it ignores the~
shortcut for users home directory whichleetcode
always respected previously. - The file
1.two-sum.py
gets created but it has C and C++ comments embedded all throughout (which looks incredibly ugly in my editor when trying to syntax highlight the file). - An empty
1.two-sum.tests.dat
file gets created. - Documentation of changes is missing. What is
@lc code=start/end
about? - README here says both
edit
andtest
functions are toEdit question by id
.
There are probably more bugs since I have raised this in only the first 5 mins after installing 0.3.12.
Also, as a matter of process, it would be best to tag the repo with the version whenever a new crates.io release is made.
Metadata
Metadata
Assignees
Labels
No labels