Sonja Heinze

Results 38 issues of Sonja Heinze

This is a patch PR to make the PPX compatible with ppxlib.0.26.0 which has bumped the AST to 4.14/5.00.

In my last release with dune-release I was informed by github that my github token had an outdated format and that it would be good to generate a new one....

There are a couple of options that can be passed to subcommands such as `distrib`, but not to the all-in-one `dune-release`/`dune-release bistro` command. For example the `--skip-` flags. I suggest...

enhancement

The `pin-depends` field has no effect on the package repository and, if I understand correctly, should be removed from the opam file before starting the release. When releasing Irmin, they...

enhancement

Description of what we have -- The linting process consists of the following two batches: - `std-files`: checks if the following files are present - README - LICENSE - CHANGES...

When `dune-release opam submit` fails due to wrong global config data, it would be nice to let the user know that now that can be fixed via `dune-release config`. In...

documentation

At the moment, the README refers to `dune-release help release`. What do you think about copying the content of that to the README? Furthermore, I found the following part in ...

documentation

## Current situation As usual, we have different kinds of docs: a ~[manual](https://ppxlib.readthedocs.io/en/latest/)~ (outdated), the [API documentation with integrated manual](https://v3.ocaml.org/p/ppxlib/0.24.0/doc/index.html), [a section about metaprogramming on ocaml.org](https://ocaml.org/docs/metaprogramming), a couple of very...

Hi all, here's some information about the Outreachy application period. First of all: welcome! :partying_face: ## For applicants Thanks for contributing to the OCaml PPX ecosystem! Here's some information that's...

### Some context There are three different ways in which PPX rewriters might report their errors (ordered from best-practice to worst-practice): 1. The rewriter can [convert their error into an...