-
Just generally towards the end of the file (or even in a separate addon that's dependent on Dominos). I think the call should actually be:
```lua
hooksecurefunc(Dominos.BindableButton, "AddQuickBind…
Jeirs updated
1 month ago
-
用語が分からないのですが、 `int ref` と `char ref` を両方オーバーロードに使うと重複チェックにひっかかります(そして #36 で落ちる)。片方だけや、 `int` と `int ref` を両方だけ指定した時など落ちません。
再現コード
``` sml
(* overload.smi *)
_require "basis.smi"
val intRefToString:…
KeenS updated
3 years ago
-
Hi, I am doing this to open a file and do a plot/animation
Python 3.9.2 | packaged by conda-forge | (default, Feb 21 2021, 05:02:46)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "l…
-
```
CMAKE_CXX_COMPILER: /opt/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++
CMAKE_CXX_COMPILER_ID: GNU
CMAKE_CXX_COMPILER_VERSION: 5.2.0
Boost version: 1.69.0
```
sml CMakeList.text
```
if("${CMAK…
-
When the immediate value is too large, the instruction selection drops the immediate into a normal register. This consumes a register name, which is bad because it might mean that some other value get…
-
### Description
Legacy SML-NJ builds and works on Darwin PowerPC; it is desirable to have it supported in the new SML-NJ too. I understand that testing may be problematic, so passive support is perfe…
-
The last [state machine benchmark](https://github.com/erikzenker/state-machine-benchmark) run showed that runtime is very good and on par with sml and msm. Compiletime is on par with msm but a factor …
-
This thread started as an [SML Basis Library issue](https://github.com/SMLFamily/BasisLibrary/issues/7), but it probably should be here.
The question is where to allow underscores in numeric literals…
-
Let's suppose that we have following state machine:
```c++
struct SubSM
{
auto operator()()
{
using namespace boost::sml;
return make_transition_table(
*"Bu…
-
See RedPRL/sml-redprl#394; present at RedPRL/sml-redprl@ba89d597751dfccdde2d3dcc0f690a985b646e3b.
Both the native amd64 and C codegens exhibit excessively long compile times (> 10min), which sugges…