Skip to content

Commit

Permalink
.todo update
Browse files Browse the repository at this point in the history
  • Loading branch information
ped7g committed Sep 23, 2024
1 parent 34bbee9 commit f251aeb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ scratch area + TODO keeper for sjasmplus developers:
====================
Ped:

Cirrus-CI .cirrus.yml:
pipe:
name: coveralls.io coverage report (linux gcc6)
# FIXME verify gcc-11 works with coverage data well, last time I tried to update this the 8 and 9 had "some damage to coverage results"
# this may be possible to test also locally if it even works?

Cirrus-CI .cirrus.yml:
name: MacOS default CC build (with unit tests)
# FIXME verify sonoma base works (and check if there is even newer one)
- I still get warning message even after switching to `macos-sonoma-base:latest` -> not sure what is happening ("-base" is not a thing any more??). There will be sequoia probably soon, so switch to that later.

.lgtm.yml is not used anymore? the code-ql of github works how? verify + document if lgtm config is still used

macos: plenty of "deprecated" warnings (`sprintf` for example)
warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead

check for Z80 in/out having also [] brackets and syntax brackets-only mode? (currently only `(c)` and `(n)` works)

ARM! https://cirrus-ci.org/guide/linux/
Expand Down

0 comments on commit f251aeb

Please sign in to comment.