-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
typespec: init at 0.64.0 #359016
typespec: init at 0.64.0 #359016
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome to Nixpkgs ❤️ Just a couple of things:
e7d5c9a
to
71b8bf8
Compare
Thanks for your quick review! I implemented your suggestions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As the root repository has github releases, I believe you could add an update script
https://wiki.nixos.org/wiki/Nixpkgs/Update_Scripts
That would simplify updates as they'll be generated automatically by a bot
71b8bf8
to
fe94306
Compare
Good idea, thanks. I now added one. |
@PauKaifler By the way, it has been a while, and this risks getting lost in the sea of |
fe94306
to
42a150b
Compare
I implemented the recommendations given by @wolfgangwalther and rebased to Since this PR has been opened, a new TypeSpec version has been released (0.63.0). |
Please update this one. |
42a150b
to
83e7ec3
Compare
83e7ec3
to
0e80b9a
Compare
Thanks for the heads-up, @gepbird. I applied the change. Also, I updated TypeSpec to 0.64.0 because there has been a new release yesterday. |
This PR adds typespec, a compiler with included language server for defining API shapes for REST, OpenAPI, gRPC and others.
We have been using this derivation at work for some time and it worked well.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.