Jaremy Creechley
Jaremy Creechley
I'll probably not get to this for a couple of weeks with holidays, and travel coming up.
Good point, it should be lower-casing them. This is probably a bug then.
I can work on this, but need to clarify a bit. > Many commands like use and pin and rep can work on a Workspace or an individual project. We...
> No, we detect the workspace and if the current working directory is a workspace then it's a workspace command. Ah ok, we just check for workspace first. I still...
I can't replicate it on my end. @treeform are you on the latest version? If not I'd recommend updating, using nimble `nimble install https://github.com/elcritch/atlas@\#head` or the latest master if you...
Thanks! Yes I keep forgetting it's `verbosity` despite adding it. Ok, I replicated the issue. `malebolgia` has been added in `packages.json`. You must have an older packages. It must be...
Alright... so it's not an Atlas problem. Apparently GitHub doesn't think you write enough Nim code @araq :P As in `curl https://api.github.com/search/repositories\?q\=malebolgia+language:nim` doesn't provide any results, while `curl https://api.github.com/search/repositories\?q\=malebolgia` does....
@treeform I made a PR that uses a fallback search to get around the issue if you care to try it: https://github.com/nim-lang/atlas/pull/62
> > One side effect of this strategy is that finally code "blocks" look like they get duplicated in both the happy and unhappy case > > That's one thing...
That seems plausible? It'd at least keep the information in the IR. Though, would it require backends to have to handle the TryLabel, FinallyLabel types or would they just be...