Martin Krischik
Martin Krischik
> BTW it seems your current version has the same problem (setting ignorecase, which should be a user setting) But Ada is an ignore case language so that would be...
@matveyt > `ignorecase` is basically for command-line stuff/searching. This is why it is global. Programming language syntax is a different thing. It should never rely on `ignorecase` setting. I found...
> @krischik "How do I know..." Read the help for each option you set. Caps on. Always read help. Caps off. **I did read manual.** I checked the `ingnorecase` option....
@mosteo That's just one failure. And the difference is indeed the `[build-profiles]`. ```toml # [build-profiles] # hp41cx_tools = "validation" ``` Apart from that 1.8.4 and 1.8.5 are mostly identical. The...
@mosteo You can merge or keep for further debugging as 1.8.5 and 1.8.4 are identical apart from the build commands.