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 bump
Created 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 'Json
orimport "bar.ncl" as 'Text
.nickel test
command that can extract snippets from thein-code documentation (the
| doc
metadata) 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 'Text
by @vi(#2036,
#2070)
Rc<[..]>
by @jneem in [#2057](Use a persistent vector instead of anRc<[..]>
tweag/nickel#2057Documentation
LSP
Tooling
--format
argument tonickel query
command by @suimong in Add--format
argument tonickel query
command tweag/nickel#2015nickel test
subcommand for testing examples in docs. by @jneem in Adds anickel test
subcommand for testing examples in docs. tweag/nickel#2020nickel doc
by @yannham in Detect infinite recursions innickel doc
tweag/nickel#2055New Contributors
import 'Raw "sample.html"
tweag/nickel#2036Full Changelog: tweag/nickel@1.8.1...1.9.0