Sebastian Weddmark Olsson

Results 22 issues of Sebastian Weddmark Olsson

Currently the files under asngen are moved after succesful generation. This results in rebar3 needing to recompile the ASN.1 files every time. Instead of comparing modification dates between the generated...

Hi, I'm wondering about the compatibility of AHS and different Emacs versions. Code looks like it has support for earlier Emacs versions https://github.com/jcs-elpa/auto-highlight-symbol/blob/1a54a61fda6206c5e0fa843d16635133241292ba/auto-highlight-symbol.el#L208 but at the same time it only...

Given the following module ``` -module(macros). -define(MATCH_NAME(), #{name := "Per"}). is_adult(?MATCH_NAME()) -> false. ``` ``` 1> File = "path/to/macros.erl". "path/to/macros.erl" 2> {ok, Dev} = file:open(File, [read]). {ok, }. 3> ktn_dodger:parse_form(Dev,...

if asn+dia files should be generated or not

remove the negation of the `-e` conditional; checks if file exist before executing wzpaper

uniform export functions, might be useful in other places.

# Description Example on how one can maintain a compatibility matrix. Note I've not tested keeping the os-version in the strategy itself, but according to the github documentation it works...