jeffythedragonslayer

Results 135 comments of jeffythedragonslayer
trafficstars

I download the gcc 7.1.0 source but don't know how to build it. The README says that there's an INSTALL directory that has instructions but I don't have an INSTALL...

That's pretty weird - the compiler thinks that g_current_directive is a region of size 0 at line 1445, but thought it was of size 256 at line 28?

Could this kind of feature be implemented one architecture at a time? The risk of removing one exit call at a time might confuse people.

Okay. That is extremely common with C++; I don't have enough experience with assembly to speak too much else about it but people are used to industrial strength compilers working...

Well, if the real error isn't the topmost, that sounds like a problem with the language/compiler. That has gotten better in C++ over the years. It can be done correctly,...

I dunno if you were planning on recording the live-stream, but there seems to be zero WLA-DX tutorials on YouTube to this day; would help new users and contributors alike....

We can tail the output and then grep for that line. It would be helpful if CONTRIBUTING.md contained instructions on how to add tests.

Does the test harness require us to create makefiles for tests though? I feel like this test can be done in a bash script.

FYI, those contributing instructions we added got squashed onto a single line when viewed with the github markdown viewer: ![image](https://user-images.githubusercontent.com/13253146/221373912-f1a1a542-5bd8-48be-9d52-03c9b371f9d7.png) perhaps we should stick with bullet points

I'm available if you need volunteers. I love refactoring code.