Bug 1251 - remove non-markdown file(s)
Summary: remove non-markdown file(s)
Status: RESOLVED FIXED
Alias: None
Product: Libre-SOC's first SoC
Classification: Unclassified
Component: Source Code (show other bugs)
Version: unspecified
Hardware: PC All
: --- major
Assignee: Luke Kenneth Casson Leighton
URL:
Depends on:
Blocks:
 
Reported: 2024-01-14 18:46 GMT by Dmitry Selyutin
Modified: 2024-01-14 22:44 GMT (History)
2 users (show)

See Also:
NLnet milestone: ---
total budget (EUR) for completion of task and all subtasks: 0
budget (EUR) for this task, excluding subtasks' budget: 0
parent task for budget allocation:
child tasks for budget allocation:
The table of payments (in EUR) for this task; TOML format:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Selyutin 2024-01-14 18:46:50 GMT
Whenever we attempt to deal with pcode or other mdwn-related parts of code, the following warning is shown:

warning, file not .mdwn, skipping lrsc.txt

This must be removed, and an error must be raised instead, there should be no room for non-mdwn files there. Also, as usual, do not print this to stdout, this breaks any tool which writes to stdout.
Comment 1 Luke Kenneth Casson Leighton 2024-01-14 19:37:19 GMT
little hazy on that one, i think stbcx etc have been done?
Comment 2 Dmitry Selyutin 2024-01-14 20:57:01 GMT
Thanks!