-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update logging #1
Merged
dsand47
merged 1 commit into
dsand47:das-fix-conditional-errors
from
bobjacobsen:bobj-back-to-warn
May 13, 2017
Merged
Update logging #1
dsand47
merged 1 commit into
dsand47:das-fix-conditional-errors
from
bobjacobsen:bobj-back-to-warn
May 13, 2017
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dsand47
pushed a commit
that referenced
this pull request
Jun 9, 2017
Store speed profile preferences with JMRI configuration profile
dsand47
pushed a commit
that referenced
this pull request
Aug 3, 2017
dsand47
pushed a commit
that referenced
this pull request
Jan 24, 2018
dsand47
pushed a commit
that referenced
this pull request
Feb 13, 2018
Specify reset modes in MTH_PS3_Full.
dsand47
pushed a commit
that referenced
this pull request
Nov 23, 2018
…the last several years. The issue was that the warrant proceeds through Cmd #1, Cmd #2, to Cmd #3, automatically, and if the CPU load is too high, the waitFor() loop never noticed the intermediate state Cmd #2. Tested: $ seq 3000 3499 | taskset -c 0,1,2,3 xargs -n 1 -P 200 -INN -- bash -c "./runtest.csh jmri.jmrit.logix.WarrantTest --settingsdir=/tmp/xset.NN > /tmp/xrun.NN 2>/tmp/xerr.NN" $ grep -l failure /tmp/xrun.3*
dsand47
pushed a commit
that referenced
this pull request
May 14, 2020
feat: Fire events when programmer properties change
dsand47
pushed a commit
that referenced
this pull request
Aug 13, 2020
Adapt help for DispatcherSystem project
dsand47
pushed a commit
that referenced
this pull request
Aug 20, 2020
Update Layout Editor comparison images
dsand47
pushed a commit
that referenced
this pull request
Sep 7, 2020
dsand47
pushed a commit
that referenced
this pull request
Sep 10, 2020
dsand47
pushed a commit
that referenced
this pull request
Dec 20, 2020
Doehler_Haass_fw1.12_SD05-10-16-18-21-22A.xml
dsand47
pushed a commit
that referenced
this pull request
Mar 27, 2021
Create CbusBootloaderPane.shtml
dsand47
pushed a commit
that referenced
this pull request
Mar 5, 2022
Speed up ESU function map loading #1
dsand47
pushed a commit
that referenced
this pull request
Apr 20, 2022
dsand47
pushed a commit
that referenced
this pull request
Apr 28, 2022
New decoder definitions for SUSI mapping
dsand47
pushed a commit
that referenced
this pull request
Aug 4, 2022
Fix some schema verification items
dsand47
pushed a commit
that referenced
this pull request
Dec 19, 2022
Bug fixes and extension of extended function mapping of the IntelliDr…
dsand47
pushed a commit
that referenced
this pull request
Sep 1, 2023
Static analysis updates to MQTT-Throttle PR
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
remove 'orphan' language, move to warn level for conditionals without Logix
This is the requested change from JMRI#3481