โŒ About FreshRSS

Normal view

There are new articles available, click to refresh the page.
Before yesterdayAwesome Ada

Update aflex-ayacc to the most up-to-date version

By: mgrojo
18 June 2023 at 12:51
Update aflex-ayacc to the most up-to-date version

Pointing to the blog post because it explains how to use them together, but the repositories are here:

https://github.com/Ada-France/ayacc
https://github.com/Ada-France/aflex

  • 18 June 2023 at 12:51

Work around the last problems reported by the linter

By: mgrojo
7 April 2023 at 23:31
Work around the last problems reported by the linter

This works around these problems:

README.md:191:3:   https://matrix.to/#/#ada-lang_Lobby:gitter.im  remark-lint:double-link
README.md:199:112: https://matrix.to/#/#ada-lang:matrix.org       remark-lint:double-link

Which are due to an issue in the linter: https://github.com/Scrum/remark-lint-double-link/pull/10

Closes #107

  • 7 April 2023 at 23:31

Fix issues reported by awesome-lint (double-link, awesome-list-item)

By: mgrojo
25 February 2023 at 23:51
Fix issues reported by awesome-lint (double-link, awesome-list-item)

Fixes these occurrences:
```
  โœ–  266:122  https://github.com/AdaCore/ada_language_server               remark-lint:double-link
  โœ–  289:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  302:69   List item description must start with valid casing           remark-lint:awesome-list-item
  โœ–  322:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  343:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  346:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  350:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  384:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  402:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  449:3    https://github.com/AdaCore/ada_language_server               remark-lint:double-link
  โœ–  492:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  523:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  537:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  562:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  573:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  574:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  590:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  695:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  724:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  725:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  735:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  736:3    Invalid list item link                                       remark-lint:awesome-list-item
```

See issue #107

  • 25 February 2023 at 23:51
โŒ
โŒ