Armoha
Armoha
We're currently using `py-spy` to measure build time. It would be better if we have some records to see future regression of build time.
## eudplib dependencies - TBD ## euddraft distribution - [cx_freeze](https://github.com/marcelotduarte/cx_Freeze): supports Python 3.7~3.11. Dev version supports Python 3.12. Original text > We're waiting on wheel distribution of cx-Freeze.
# Overview ```md ┌──────────────────────┐ │ │ │ epScript language │ │ │ ┌───────────────────┐ └───────────┬──────────┘ │ │ │ │ │ ┌───────────▼──────────┐ │ Khala language │ │ │ │ │ │ eudplib...
# Change ```js // TrgComparison $AtLeast = 0 // (no change) $AtMost = 0x10000 $Exactly = 0xA0000 // TrgSwitchState $Set = ambiguous // (no change: Switch uses 2 and SetSwitch...
```js // epScript example function onPluginStart() { const X = EUDArray(10); foreach (i : py_range(10)) { X[i] = EUDArray(10); } // ▽ generates mistyped function since 0.8.2.4 to 0.9.9.7. (fixed...
`onPluginStart`, `beforeTriggerExec` and `afterTriggerExec` are specially treated only when they're written in `[plugin]` file; they are usual functions in imported library. We'd want to notify user for unused `onPluginStart`, `beforeTriggerExec`...
```js object Obj { var a; }; function add1(inout x) { x++; } function onPluginStart() { var a = 1; add1(&a); // a becomes 2 const arr = [1, 2,...
``` running egg_info writing eudplib.egg-info\PKG-INFO writing dependency_links to eudplib.egg-info\dependency_links.txt writing top-level names to eudplib.egg-info\top_level.txt writing manifest file 'eudplib.egg-info\SOURCES.txt' E:\WORKON_HOME\pypoetry\Cache\virtualenvs\euddraft-C5Qh0W77-py3.10\lib\site-packages\setuptools\command\build_py.py:202: SetuptoolsDeprecationWarning: Installing 'eudplib.epscript.cpp' as data is deprecated, please list it in...
## Test vector [basemap_strx.zip](https://github.com/armoha/euddraft/files/10299459/basemap_strx.zip) ## How to reproduce Paint terrain including 00.0000 tile with latest SCMDraft2.