John Skaller

Results 136 comments of John Skaller

I have reservations about this. Since I'm working on front ends to the assembler, these will provide automatic translation from much higher level constructions so convenience of writing miden assembler...

Well i'm not sure you have general function calls. You will have soon in my front end, but currently if you call a procedure it's the same as substituting the...

BTW: of course, if you add labeled breaks, you can always translate them away. But, why stop there? At the moment I already have an intermediate form based on basic...

I tried the code in fbuild. That fails too! Using this: ``` self._as_parameter_ = LPCWSTR("\0".join(values).encode("utf-16le")) ``` I get ``` File "C:\projects\felix\fbuild\lib\fbuild\subprocess\winprocess.py", line 129, in __init__ self._as_parameter_ = LPCWSTR("\0".join(values).encode("utf-16le")) TypeError: unicode...

Ooops...:-) Thanks! Will report back. I'm using Python 3.5 on Appveyor.

Well with the fbuild version I now get this: ``` checking cl.exe : command failed: 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\cl.exe' /nologo /Ox /IC:\projects\felix-e3h83\tmp\tmp4gqiagkb C:\projects\felix-e3h83\tmp\tmp4gqiagkb\temp.c Traceback (most recent call last):...

The problem is Python, not Windows :) Error checking text strictly is a stupid default. The default should be "it always works, even if the result is a bit nasty"...

Well that fixed the problem I think but now there's another one: https://ci.appveyor.com/project/skaller/felix/build/1.0.1638 ``` configuring build phase determining platform : {'win32', 'windows'} looking for cl.exe : ok C:\Program Files (x86)\Microsoft...

I'm not sure how to do that. However I can run on my Windows box. But I am guessing the problem is in the Python interface. Windows works JUST FINE...