Marcus Denker

Results 296 comments of Marcus Denker

ah, so maybe this is why there is Win32WideString ... can you try to use this? Not really shure, but something like that: ``` nextString := (Win32WideString fromHandle: self environmentStrings)...

I opened https://github.com/pharo-project/pharo/issues/13070 for the unix case

I am trying my best to review PRs, but there are just too many for me to be able to promise anything...

main topic has been done. For printing the temp names: the problem is that mapping offsets to names for temps requires the compiler and AST and all the infrastructure (temps...

The PR https://github.com/pharo-project/pharo/pull/13152 now adds some more state.. (see discussion) I need to think about this more (stateless compiler, CompilationContext is for sure now holding on to too much state...)

Why is there even Ring2 as an external project, it is already in Pharo (we have both Ring2 and Ring one loaded)

(and in a very confusing way, the classes have no RG2 prefix so people confuse Ring1 and Ring2 in the system all the time and might not even be aware...

What is strange is the PhLImageDetailPresenter listed in the error log. This class does not exist in Pharo12 Are you sure that you do not load something somehow on startup?

I have seen this very seldomly in the past, this is not related to this change I wil check the test