Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bumpCreated with
brew bump-formula-pr.release notes
let ... in ...file (it was based on the file extension implicitly and would default
to Nickel), e.g. as
import "foo.txt" as 'Jsonorimport "bar.ncl" as 'Text.nickel testcommand that can extract snippets from thein-code documentation (the
| docmetadata) together with their expectedresult and run them. The feature is detailed in a new CLI chapter of the user
manual.
Two important future evolutions have been designed and discussed through RFCs:
package management and a performant bytecode virtual machine. Those features
aren't implemented yet, but the initial designs have been agreed upon.
Breaking changes
avoid a large, irrelevant diff on your next commits, we advise formatting your
whole codebase first after upgrading to 1.9 in a separate commit.
Core language
#2031,
#2051)
import "sample.html" as 'Textby @vi(#2036,
#2070)
Rc<[..]>by @jneem in [#2057](Use a persistent vector instead of anRc<[..]>tweag/nickel#2057Documentation
LSP
Tooling
--formatargument tonickel querycommand by @suimong in Add--formatargument tonickel querycommand tweag/nickel#2015nickel testsubcommand for testing examples in docs. by @jneem in Adds anickel testsubcommand for testing examples in docs. tweag/nickel#2020nickel docby @yannham in Detect infinite recursions innickel doctweag/nickel#2055New Contributors
import 'Raw "sample.html"tweag/nickel#2036Full Changelog: tweag/nickel@1.8.1...1.9.0