Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 5fd1a27

Browse files
elektronikworkshopadiazulay
authored andcommitted
Updated log and beers.
1 parent c15dc08 commit 5fd1a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BRANCHNOTES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ During merging I found some bugs within those functions - mainly due to the abov
6969

7070
**2020 02 17** Disabled and marked all previous implementations of IntelliSense support for later removal using `IS-REMOVE`. Pulled changes from upstream and merged them into the intellisense feature branch. Began to work on event handling/generation: vscode-arduino should detect when sketch/board/configuration and so on has changed, then re-analyze the current setup and set the IntelliSense configuration accordingly. This works more or less but there's a lot to fix in the current implementation which kept me busy till late today (I need some sleep now). Cleanup and commits follow tomorrow. Approaching alpha version for curious testers. OSX and Linux comes first, Windows will follow later.
7171
**2020 02 18** Finished basic event triggering. Rewrote `DeviceContext` for proper settings modification detection (trigger events only on actual change) and generation of setting specific events (e.g. board changed) instead of one global event (aka. "something in the settings changed").
72-
**2020 02 19** Implemented proper build scheduling for analysis build by writing an `AnalysisManager` class. This class collects multiple changes (e.g. board and configuration, which often are changed shortly after another) before running an analysis. In case another build or analysis is in progress it postpones newly filed analysis requests until the other build has completed. Updated and completed the documentation for the IntelliSense usage within [README](README.md). Alpha test builds of the extension containing the latest implemented features and fixes are now available from the following [Dropbox folder](https://www.dropbox.com/sh/whmcdt26chyjgby/AAB1Ld2fzZ9Z_NfM3CRay17wa). Please note, that Windows is currently not supported yet.
72+
**2020 02 19** Implemented proper build scheduling for analysis build by writing an `AnalysisManager` class. This class collects multiple changes (e.g. board and configuration, which often are changed shortly after another) before running an analysis. In case another build or analysis is in progress it postpones newly filed analysis requests until the other build has completed. Updated and completed the documentation for the IntelliSense usage within [README](README.md). Alpha test builds of the extension containing the latest implemented features and fixes are now available from the following [Dropbox folder](https://www.dropbox.com/sh/whmcdt26chyjgby/AAB1Ld2fzZ9Z_NfM3CRay17wa). Please note, that Windows is currently not supported yet. Reviewed, documented/commented all changes and committed the automatic analysis integration changes.
7373

7474
## Status
7575
| | Tasks |
@@ -146,7 +146,7 @@ I will list every supporter here, thanks!
146146
2020-02-15 Elektronik Workshop: 28 :beers: (7h coding)
147147
2020-02-17 Elektronik Workshop: 52 :beers: (13h coding)
148148
2020-02-18 Elektronik Workshop: 36 :beers: (9h coding)
149-
2020-02-19 Elektronik Workshop: x :beers: (xh coding)
149+
2020-02-19 Elektronik Workshop: 48 :beers: (12h coding)
150150

151151
<!-- https://github.com/StylishThemes/GitHub-Dark/wiki/Emoji -->
152152

0 commit comments

Comments
 (0)