Bug 1251

Summary: remove non-markdown file(s)
Product: Libre-SOC's first SoC Reporter: Dmitry Selyutin <ghostmansd>
Component: Source CodeAssignee: Luke Kenneth Casson Leighton <lkcl>
Status: RESOLVED FIXED    
Severity: major CC: libre-soc-bugs, programmerjake
Priority: ---    
Version: unspecified   
Hardware: PC   
OS: All   
See Also: https://bugs.libre-soc.org/show_bug.cgi?id=980
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:

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!