Chip Collier
Chip Collier
Output from conan new: ``` (conan-dev-venv) [chipc@bucket conan-test]$ conan new cmake_lib -d name=mypkg -d version=0.1 Migration: Successfully updated settings.yml File saved: CMakeLists.txt File saved: conanfile.py File saved: include/mypkg.h File saved:...
Ok, this uses the following build profile: ```ini [settings] os=baremetal arch=tc162 compiler=gcc compiler.version=11 compiler.cppstd=20 compiler.libcxx=libstdc++11 [conf] tools.build:compiler_executables={"c":"tricore-elf-gcc","cpp":"tricore-elf-g++"} tools.cmake.cmake_layout:build_folder=build/tc162 tools.cmake.cmaketoolchain:generator=Ninja Multi-Config # I have to do this, otherwise zlib tries to...
Hrm yeah, in my script in the test repo I'm using -pr:h... and I did switch it here because it was trying to build and link the tests, which won't...
Here we go, this looks better (test still won't link as is however): ``` (conan-dev-venv) [chipc@bucket conan-test]$ conan new cmake_lib -d name=mypkg -d version=0.1 File saved: CMakeLists.txt File saved: conanfile.py...
Generated toolchain looks correct now too: ```cmake ########## 'arch_flags' block ############# # Define C++ flags, C flags and linker flags from 'settings.arch' message(STATUS "Conan toolchain: Defining architecture flag: -mtc162") string(APPEND...
I've just started working on an LSP-OmniSharp update and I'm seeing this a lot: ``` reloading settings Packages/LSP-OmniSharp/LSP-OmniSharp.sublime-settings Traceback (most recent call last): File "/home/chipc/.config/sublime-text/Installed Packages/LSP.sublime-package/plugin/core/transports.py", line 155, in invoke...
Ah yes, I’m seeing it during editing. I don’t see it during startup.
I ran Zed in the terminal and could see the URL that was failing, when opening it with curl or safari you get the notice that this url is blocked...
While I wait for the security team to decide whether to make an exception for Zed extensions I'm wondering how the experience can be improved for users when this happens....
Minor update, corporate security request was denied and I was told that "Zed is not approved for use". Bummer!