Correct version 1.21.1 in meson.build
This causes incorrect version meson compiles (including homebrew)
Merge pull request #942 from Techcable/patch-1
Correct version 1.21.1 in meson.build
Merge pull request #943 from cellularmitosis/make
Produce dylibs on macOS
Use defdyn for syspath in boot.janet
Merge pull request #949 from sogaiu/syspath-defdyn
Use defdyn for syspath in boot.janet
Merge pull request #952 from rick2600/master
#951 - fix unchecked count in cfun_buffer_new_filled
Add backticks around code values to distinguish them from prose.
Added some backticks around code in docstrings to distinguish from prose.
Added backticks around code in docstrings to distinguish from prose.
Added some backticks around code in docstrings to distinguish them from prose.
Some code backticks in docstrings where useful. Also some light editing of punctuation, etc.
Added some backticks around code in docstrings to distinguish them from prose.
Added some backticks around code in docstrings to distinguish them from prose. Light editing to `table/raw-get`. Is my change there correct? (t --> the key)
Added some backticks around code in docstrings to distinguish them from prose.
Added some backticks around code in docstrings to distinguish them from prose.
boot.janet docstrings (part 2)
Added some backticks around code in docstrings to distinguish them from prose. Also some light editing.
Merge pull request #966 from uvtc/patch-2
boot.janet docstrings (part 2)
boot.janet docstrings (part 3, last part)
Added some backticks around code in docstrings to distinguish them from prose. Also some light editing.
Merge pull request #967 from uvtc/patch-2
boot.janet docstrings (part 3, last part)
Add janet.h (in addition to janet/janet.h) on install.
A number of bindings (many of which I have written) include <janet.h> rather than <janet/janet.h>.
Address #950 - add defn suggestion on bad def.
While generally we are not in the business of making a very chatty compiler, this is a simple improvement that involves compiling metadata before the binding, as well as adding a suggestion for `defn` in case the compiler encounters an unexpected tuple.
Address #968 Ignore :pipe arguments in os/execute.
They are only useful in os/spawn. Also update docstrings.
Fix #971 - remove to rule optimization
For to and thru, we need to restore eveytime through the loop since rules need run with the right captures on the stack, especially if they have any sort of backrefs.