Skip to content

Commit

Permalink
Address Discord comments
Browse files Browse the repository at this point in the history
- Mention vscode-escript in core-changes
- Re-add "cppdap already built" in cmake
  • Loading branch information
KevinEady committed Jan 22, 2024
1 parent 9fbb399 commit 358c18b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions cmake/Cppdap.cmake
Expand Up @@ -37,6 +37,8 @@ if(NOT EXISTS ${CPPDAP_LIB})
INSTALL_COMMAND ${CMAKE_COMMAND} --build . --config Release --target install
BUILD_BYPRODUCTS ${CPPDAP_LIB}
)
else()
message(" cppdap already built")
endif()

add_library(cppdap STATIC IMPORTED)
Expand Down
6 changes: 3 additions & 3 deletions docs/docs.polserver.com/pol100/corechanges.xml
Expand Up @@ -2,13 +2,13 @@
<ESCRIPT>
<header>
<topic>Latest Core Changes</topic>
<datemodified>01-22-2024</datemodified>
<datemodified>01-23-2024</datemodified>
</header>
<version name="POL100.2.0">
<entry>
<date>01-22-2024</date>
<date>01-23-2024</date>
<author>Kevin:</author>
<change type="Added">POL now exposes a Debug Adapter Protocol (DAP) server to provide debugging support. Any IDE or tooling that implements DAP can utilize this new debugging server. See pol.cfg setting DAPDebugPort.</change>
<change type="Added">POL now exposes a Debug Adapter Protocol (DAP) server to provide debugging support. Any IDE or tooling that implements DAP, such as the vscode-escript extension (https://github.com/polserver/vscode-escript), can utilize this new debugging server. See pol.cfg setting DAPDebugPort.</change>
</entry>
<entry>
<date>01-18-2024</date>
Expand Down
4 changes: 2 additions & 2 deletions pol-core/doc/core-changes.txt
@@ -1,6 +1,6 @@
-- POL100.2.0 --
01-22-2024 Kevin:
Added: POL now exposes a Debug Adapter Protocol (DAP) server to provide debugging support. Any IDE or tooling that implements DAP can utilize this new debugging server. See pol.cfg setting DAPDebugPort.
01-23-2024 Kevin:
Added: POL now exposes a Debug Adapter Protocol (DAP) server to provide debugging support. Any IDE or tooling that implements DAP, such as the vscode-escript extension (https://github.com/polserver/vscode-escript), can utilize this new debugging server. See pol.cfg setting DAPDebugPort.
01-18-2024 Kevin:
Added: Escript keyword `uninit` to represent the uninitialized value.
Added: Escript keywords `true` and `false`, equivalent to `Boolean(1)` and `Boolean(0)` respectively.
Expand Down

0 comments on commit 358c18b

Please sign in to comment.