Skip to content

issues Search Results · repo:nilium/codf language:Go

Filter by

9 results
 (55 ms)

9 results

innilium/codf (press backspace or delete to remove)

The goal here is relatively straight-forward: replace CircleCI with GitHub Actions for running tests on each commit. No code coverage support is expected in GitHub Actions, so all CodeCov support can be ...
enhancement
good first issue
hacktoberfest
  • nilium
  • Opened 
    on Oct 6, 2022
  • #24

How do I resolve server { listen 80; server_name 127.0.0.1; index index.html index.htm; root /home/wwwroot/ZWBShop/domain/zwbstore/web; include /aaa.conf; #error_page location ~ /ErrorPages/(400|401|403|404|405|502|503)\.html$ ...
invalid
question
  • originnets
  • 1
  • Opened 
    on Mar 10, 2020
  • #23

Support for heredoc strings ( TAG ... TAG and -TAG .. TAG for verbatim/indented forms, probably) would be handy. In particular, although newlines are allowed in literal strings, this pushes additional ...
enhancement
  • nilium
  • Opened 
    on Nov 6, 2018
  • #19

To support tooling that retains comments, like a format tool (such as gofmt), AST nodes should have comments attached to them. How they ll be attached is another question -- possilby with Before []*Comment ...
enhancement
hacktoberfest
  • nilium
  • Opened 
    on Sep 29, 2018
  • #16

This d be a convenience thing for maps, since as-is their keys must be -- syntactically -- strings right now. If non-string keys are encountered, the parser should convert them to strings where possible ...
enhancement
good first issue
hacktoberfest
  • nilium
  • Opened 
    on Sep 29, 2018
  • #15

For config where there s simply no use for rationals or regular expressions or intervals or what have you, it d be nice to be able to just prevent them from being handled by the lexer (i.e., they become ...
enhancement
good first issue
  • nilium
  • Opened 
    on Sep 29, 2018
  • #14

Currently, when calling Walk with a WalkMapper, it is possible for the WalkMapper s Map method to return a nil Node and a non-nil error. When this happens, the mapper calls walkErr and generates a new ...
bug
  • nilium
  • Opened 
    on Sep 28, 2018
  • #12

It d be good to document the grammar so that additional implementations are easy, if needed. This should probably go in both the repo and the wiki for ease of searching.
documentation
  • nilium
  • Opened 
    on Jun 10, 2018
  • #5

Now that the PEG trial is mostly complete and there s a decent idea of whether this is parse-able and the form it should take, the PEG can be used as a specification for writing a sane parser. Most likely ...
  • nilium
  • Opened 
    on Jun 1, 2018
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub