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

Missing Utc module "FILE NOT FOUND" #34

Closed
tannerntannern opened this issue Apr 21, 2023 · 4 comments
Closed

Missing Utc module "FILE NOT FOUND" #34

tannerntannern opened this issue Apr 21, 2023 · 4 comments

Comments

@tannerntannern
Copy link

Trying to access the Utc module that appears to be part of the basic-cli

app "myapp"
    packages { pf: "https://github.com/roc-lang/basic-cli/releases/download/0.3.1/97mY3sUwo433-pcnEQUlMhn-sWiIf_J9bPhcAFZoqY4.tar.br" }
    imports [
        pf.Utc,
    ...
$ roc dev
Downloading https://github.com/roc-lang/basic-cli/releases/download/0.3.1/97mY3sUwo433-pcnEQUlMhn-sWiIf_J9bPhcAFZoqY4.tar.br
    into <user>/.cache/roc/packages

── FILE NOT FOUND ──────────────────────────────────────────────── UNKNOWN.roc ─

I am looking for this file, but it's not there:

    <user>/.cache/roc/packages/github.com/roc-lang/basic-cli/releases/download/0.3.1/97mY3sUwo433-pcnEQUlMhn-sWiIf_J9bPhcAFZoqY4/Utc.roc

Is the file supposed to be there? Maybe there is a typo in the file
name?

When I inspect that directory, indeed there is no Utc.roc file. It's not clear to me whether this is intended to be a public module, but the functions inside looked useful.

@lukewilliamboswell
Copy link
Collaborator

I suspect that it because it hasn't made it into the 0.3.1 release yet. If you clone basic-cli and use a rellative link you should be a le to use it as a work around for the package URL.

I think the releases are still made manually, and Utc was only added recently, so this should be resolved on the next update.

@Anton-4
Copy link
Collaborator

Anton-4 commented Apr 22, 2023

I'll do a new release next week.

@tannerntannern
Copy link
Author

tannerntannern commented Apr 22, 2023

Thanks -- I'll resolve the issue since it just hasn't been released yet

@Anton-4
Copy link
Collaborator

Anton-4 commented Apr 29, 2023

I've released basic-cli 0.3.2.

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

No branches or pull requests

3 participants