Luís Marques

Results 21 issues of Luís Marques

You are missing at least the `C.FLW`, `C.FLD`, `C.FSW`, `C.FSD` instructions.

The Ibex SS method `SimpleSystem::GetIsaString` currently returns an ISA string that contains `Xbitmanip`. We want to eventually move that to the proper bitmanip subextension names.

The MSP430X should match with version(MSP430), since it's a small set of backwards compatible ISA extensions (with no mode change), and an MSP430X can be used as an MSP430. In...

Blocked
Spec / content
Needs Rebase
stalled

In the documentation for `catch` , it documents using it to provide an alternate expression to evaluate in case of an error: > If you want to provide a default...

Currently groups can only be disabled, not deleted. Deletion should also be implemented.

Inside an individual forum post, the button "Forum index" is misleading. I tend to read (and click) that as an option to return to the "index of posts of the...

As discussed previously, vibenews should track the read status of posts (I'm still working on the statistics for the DFeed bit array implementation, with the forum.dlang.org data). Still, for now,...

When I come to the forums after some time (a day or more? not sure), I will be logged-out, but I won't notice. If I try to post something then...

The following code, when compiled with bounds checking on, fails to compile for `-mtriple=msp430 `: ``` void test() { int[1] array; int k = 0; auto value = array[k]; }...

``` [LOG 17:23:50.852] AssemblyLoader: Loading assemblies [ERR 17:23:50.870] AssemblyLoader: Exception loading 'GravityTurn': System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded. at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool) at System.Reflection.Assembly.GetTypes () [0x00000]...