Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Maintenance #60

Merged
merged 14 commits into from
Feb 19, 2019
Merged

Maintenance #60

merged 14 commits into from
Feb 19, 2019

Commits on Feb 19, 2019

  1. ci(circle): update to CircleCI 2.0

    Update to a new CircleCI 2.0 configuration based on the 
    arcanemagus/atom-docker-ci image.
    Arcanemagus committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    0a525c8 View commit details
    Browse the repository at this point in the history
  2. fix: incorrect usage of uuid4

    Fixes #58.
    Arcanemagus committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    88cbe6f View commit details
    Browse the repository at this point in the history
  3. test: implement specs

    The previous specs appear to have been some sort of custom interface
    that no longer exists. Implement new specs that test the basic
    functionality of the linter.
    
    Note that it seems `Lint.jl` only ever returns a column range of 0 to 80
    currently.
    
    Fixes #2.
    Arcanemagus committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    4250df4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa189a0 View commit details
    Browse the repository at this point in the history
  5. fix: function to write socket data

    This needs to inherit the `this` from the calling socket connection.
    Arcanemagus committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    11c2dde View commit details
    Browse the repository at this point in the history
  6. fix: specify as able to lint on changes

    This was switched in #41, but no reasoning was given. Since it appears 
    the server handles this we should re-enable it.
    
    Fixes #48.
    Arcanemagus committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    a286326 View commit details
    Browse the repository at this point in the history
  7. ci(circle): switch to Julia v0.6.4

    The v0.5.2, although it is the version the current Lint.jl is designed 
    for, is unable to contact GitHub to download the package. Switch to 
    v0.6.4 in order to be able to install the package.
    Arcanemagus committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    b144784 View commit details
    Browse the repository at this point in the history
  8. ci(circle): pre-install Lint.jl

    This should automatically install for live environments, however it is 
    too slow to re-initialize for each spec.
    Arcanemagus committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    c97c62d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bb9bc27 View commit details
    Browse the repository at this point in the history
  10. chore: wrap debug output in dev mode check

    Fix the `console.debug` statements to actually work, and only print them 
    when Atom is in developer mode.
    Arcanemagus committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    f686290 View commit details
    Browse the repository at this point in the history
  11. chore: fix name in specs

    Arcanemagus committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    71e32ba View commit details
    Browse the repository at this point in the history
  12. chore: increase spec timeout

    Julia is _very_ slow to bring in Lint.jl when starting up, increase the 
    spec timeout to 90 seconds from 10 seconds in order to accommodate that.
    Arcanemagus committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    30d2b77 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e17f99e View commit details
    Browse the repository at this point in the history
  14. ci(circle): fix path

    Arcanemagus committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    ac8da2e View commit details
    Browse the repository at this point in the history