• Cristian Maglie's avatar
    [breaking] legacy: refactoring of the old `i18n.Logger` (part 2) (#1625) · 530e671e
    Cristian Maglie authored
    * legacy: refactored ErrorfWithLogger function
    
    Now is no longer needed, this function was basically made for
    arduino-builder to allow transfering the error to the IDE, BTW the
    correct fix must be made inside arduino-builder (to actually let him
    push the error in the logger).
    
    * Renamed legacy ctx fields ExecStdout/ExecStderr to Stdout/Stderr
    
    * Removed empty Lint() function
    
    * Removed dependency on i18n.Logger
    
    * Removed no more used i18n.Logger \o/ \o/
    
    * Simplified i18n.Init function
    
    * legacy: builder default output on os.Stdout/os.Stderr
    
    * legacy: updated integration tests for slightly different output of builder
    
    * Use positional parameter for most translated string
    
    This will make easier to transfer translations from the Arduino IDE 1.8
    
    * Added note to UPGRADING.md
    
    * Updated UPGRADING.md
    
    * Removed extra blank line in library detection recap
    
    * Update docs/UPGRADING.md
    Co-authored-by: default avatarper1234 <accounts@perglass.com>
    530e671e
add_build_board_property_if_missing.go 1.61 KB