Skip to content

Commit 2446809

Browse files
committed
Remove PoC code from example project that is ambiguous with 2008 to_string
1 parent 34d1c51 commit 2446809

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

example_project/vhdl_ls.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,14 @@ PoC.files = [
243243
#'PoC/src/net/ipv6/*.vhdl',
244244
#'PoC/src/net/*.vhdl',
245245

246-
'PoC/src/bus/stream/stream_Source.vhdl',
246+
#'PoC/src/bus/stream/stream_Source.vhdl',
247247
'PoC/src/bus/stream/stream_DeMux.vhdl',
248248
# Is this file broken, contains undefined types?
249249
#'PoC/src/bus/stream/stream_FrameGenerator.vhdl',
250250
'PoC/src/bus/stream/stream_Mirror.vhdl',
251251
'PoC/src/bus/stream/stream_Mux.vhdl',
252-
'PoC/src/bus/stream/stream.pkg.vhdl',
252+
# Ambiguous use of to string
253+
#'PoC/src/bus/stream/stream.pkg.vhdl',
253254
'PoC/src/bus/stream/stream_Buffer.vhdl',
254255

255256
'PoC/src/bus/*.vhdl',

0 commit comments

Comments
 (0)