Juan José Contardo

Results 10 comments of Juan José Contardo

I really don't know about it, but i found this: https://stackoverflow.com/questions/32423629/opengl-2-0-or-higher-with-the-fbo-extension-is-required-libgdx-error Seems to be an incompatibility between Java 1.8 and LibGDX. We have an older version of the framework. I...

Hola @PalumboN, no se si es referente al mismo bug, pero codeando este ejemplito llegue a un StackOverflowError. ```wollok object postre { const ingredientes = #{} method agregar(ingrediente) {ingredientes.add(ingrediente)} method...

@fdodino Ok, puedo hacer la prueba y vemos los resultados

Revisando como migrar dentro del proyecto me encuentro en el POM del proyecto test estas líneas ```xml org.apache.maven.surefire surefire-junit47 2.8 ``` Y buscando que dependencia encontré [surefire-junit5 en versión ALPHA](https://search.maven.org/artifact/org.junit/surefire-junit5/5.0.0-ALPHA/jar)...

Dejo un link interesante para manejar la migración con maven https://wiki.eclipse.org/Tycho/How_Tos/JUnit5

https://blogs.itemis.com/en/xtext-2.14-adds-support-for-junit-5 https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html Otros materiales de lectura aportados por @fdodino

Xpect doesn't support JUnit 5. https://github.com/eclipse/Xpect/issues/262 We have to go back to JUnit 4

https://hub.packtpub.com/testing-xtext-and-xtend/ Buen link que explica un poco como se testea el lenguaje

Same error here in macosx 14 with no workaround. Any ideas ?

> In MacOS, gcc is just an alias for clang compiler, which doesn't support nested functions. As far as I know[1](https://github.com/mumuki/cspec/issues/37#user-content-fn-1-da1b38d144eda6f1fff6e3f7bd12de9a), you can install GCC compiler using [Homebrew](https://formulae.brew.sh/formula/gcc), but I...